Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
QuestionSimple Regular Expression question ? Pin
Jonathan de Halleux11-Mar-03 1:02
Jonathan de Halleux11-Mar-03 1:02 
AnswerRe: Simple Regular Expression question ? Pin
Jeff J11-Mar-03 8:30
Jeff J11-Mar-03 8:30 
GeneralLoading a form in another form like win explorer Pin
John'o10-Mar-03 15:46
John'o10-Mar-03 15:46 
GeneralRe: Loading a form in another form like win explorer Pin
James T. Johnson10-Mar-03 18:18
James T. Johnson10-Mar-03 18:18 
GeneralRe: Loading a form in another form like win explorer Pin
Stephane Rodriguez.11-Mar-03 0:59
Stephane Rodriguez.11-Mar-03 0:59 
GeneralRe: Loading a form in another form like win explorer Pin
leppie11-Mar-03 8:37
leppie11-Mar-03 8:37 
GeneralRe: Loading a form in another form like win explorer Pin
Arun Bhalla17-Mar-03 17:04
Arun Bhalla17-Mar-03 17:04 
GeneralRe: Loading a form in another form like win explorer Pin
James T. Johnson17-Mar-03 18:00
James T. Johnson17-Mar-03 18:00 
Arun Bhalla wrote:
Is the part on the right of Windows Explorer exactly a ListView, or is it something derived from ListView?

It is a ListView, but I would assume it makes use of every single customization you could use Smile | :)

Arun Bhalla wrote:
Does ListView inherently support the desktop-like qualities in Icon view where you can drag the icons around arbitrarily and make a cluttered mess?

The underlying Win32 control does support it, but it doesn't look like the .NET wrapper of the control does. Of course, if you can do it in Win32 you can do it in .NET by using P/Invoke to call the system APIs. You just have a ton of work cut out for you if you are recreating all aspects of Explorer.

Arun Bhalla wrote:
what is the best way to make a DesktopPanel-like control in C#. Something derived from Panel, ListView, or something entirely different?

I'm not sure what type of program this would be mimicing...something like the Windows Taskbar (a screen wide/high form which stays docked to a side of the screen)? I'm pretty sure there is an article here on CP which makes something like this.

James

"It is self repeating, of unknown pattern"
Data - Star Trek: The Next Generation

GeneralRe: Loading a form in another form like win explorer Pin
Arun Bhalla17-Mar-03 18:16
Arun Bhalla17-Mar-03 18:16 
GeneralRe: Loading a form in another form like win explorer Pin
foxms13-Apr-03 4:29
foxms13-Apr-03 4:29 
GeneralRe: Loading a form in another form like win explorer Pin
LongRange.Shooter11-Mar-03 8:55
LongRange.Shooter11-Mar-03 8:55 
GeneralRe: Loading a form in another form like win explorer Pin
John'o12-Mar-03 12:09
John'o12-Mar-03 12:09 
GeneralRe: Loading a form in another form like win explorer Pin
LongRange.Shooter13-Mar-03 4:36
LongRange.Shooter13-Mar-03 4:36 
GeneralRe: Loading a form in another form like win explorer Pin
John'o24-Mar-03 20:11
John'o24-Mar-03 20:11 
GeneralRe: Loading a form in another form like win explorer Pin
LongRange.Shooter28-Mar-03 2:49
LongRange.Shooter28-Mar-03 2:49 
Generalpopulating an input of file type textbox Pin
CucumberPickles10-Mar-03 12:24
CucumberPickles10-Mar-03 12:24 
GeneralRe: populating an input of file type textbox Pin
James T. Johnson10-Mar-03 17:59
James T. Johnson10-Mar-03 17:59 
GeneralA simple Form OK button question Pin
DionChen10-Mar-03 11:36
DionChen10-Mar-03 11:36 
GeneralRe: A simple Form OK button question Pin
Gogou10-Mar-03 12:02
Gogou10-Mar-03 12:02 
GeneralRe: A simple Form OK button question Pin
DionChen10-Mar-03 16:48
DionChen10-Mar-03 16:48 
GeneralRe: A simple Form OK button question Pin
James T. Johnson10-Mar-03 18:07
James T. Johnson10-Mar-03 18:07 
GeneralRe: A simple Form OK button question Pin
Zek3vil11-Mar-03 7:01
Zek3vil11-Mar-03 7:01 
GeneralRe: A simple Form OK button question Pin
LongRange.Shooter11-Mar-03 7:33
LongRange.Shooter11-Mar-03 7:33 
QuestionBackground color on a TreeView checkbox? Pin
se99ts10-Mar-03 10:35
se99ts10-Mar-03 10:35 
QuestionDataSet bind to datagrid, how to flush or reject changes on Form.Closing ? Pin
Chris Richner10-Mar-03 10:25
Chris Richner10-Mar-03 10:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.