Click here to Skip to main content
15,914,416 members
Home / Discussions / C#
   

C#

 
AnswerRe: Delegate Pin
Christian Graus21-Jan-07 9:23
protectorChristian Graus21-Jan-07 9:23 
GeneralRe: Delegate Pin
aSarafian22-Jan-07 2:55
aSarafian22-Jan-07 2:55 
QuestionHow to figure out what is root folder of my program at start up? [modified] Pin
TrooperIronMan21-Jan-07 8:54
TrooperIronMan21-Jan-07 8:54 
AnswerRe: How to figure out what is root folder of my program at start up? Pin
TrooperIronMan21-Jan-07 9:08
TrooperIronMan21-Jan-07 9:08 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
justintimberlake21-Jan-07 17:42
justintimberlake21-Jan-07 17:42 
AnswerRe: How to figure out what is root folder of my program at start up? Pin
Christian Graus21-Jan-07 9:24
protectorChristian Graus21-Jan-07 9:24 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
TrooperIronMan22-Jan-07 2:46
TrooperIronMan22-Jan-07 2:46 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
Christian Graus22-Jan-07 8:26
protectorChristian Graus22-Jan-07 8:26 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
TrooperIronMan22-Jan-07 14:13
TrooperIronMan22-Jan-07 14:13 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
David Domingues22-Jan-07 4:43
David Domingues22-Jan-07 4:43 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
TrooperIronMan22-Jan-07 14:15
TrooperIronMan22-Jan-07 14:15 
AnswerRe: How to figure out what is root folder of my program at start up? Pin
aSarafian22-Jan-07 2:58
aSarafian22-Jan-07 2:58 
AnswerRe: How to figure out what is root folder of my program at start up? Pin
Radu Sorin23-Jan-07 4:31
Radu Sorin23-Jan-07 4:31 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
TrooperIronMan23-Jan-07 5:22
TrooperIronMan23-Jan-07 5:22 
QuestionScaled bitmap Pin
AghaKhan21-Jan-07 7:21
AghaKhan21-Jan-07 7:21 
AnswerRe: Scaled bitmap Pin
Luc Pattyn21-Jan-07 7:35
sitebuilderLuc Pattyn21-Jan-07 7:35 
GeneralRe: Scaled bitmap Pin
AghaKhan21-Jan-07 7:45
AghaKhan21-Jan-07 7:45 
GeneralRe: Scaled bitmap Pin
Luc Pattyn21-Jan-07 7:56
sitebuilderLuc Pattyn21-Jan-07 7:56 
GeneralRe: Scaled bitmap Pin
AghaKhan21-Jan-07 8:19
AghaKhan21-Jan-07 8:19 
AnswerRe: Scaled bitmap Pin
Guffa21-Jan-07 8:42
Guffa21-Jan-07 8:42 
GeneralRe: Scaled bitmap Pin
AghaKhan21-Jan-07 9:08
AghaKhan21-Jan-07 9:08 
QuestionAccessing network drives Pin
Schokoolero21-Jan-07 7:20
Schokoolero21-Jan-07 7:20 
I'm currently trying to create an OpenDialog that is similar to the Windows Explorer in appearance.
(TreeView on the left, ListView on the right)

To get the logical drives is pretty simple. I just use the Directory.GetLogicalDrives() method.
However, I didn't find anything similar to access network drives, like in the Network-node
in the Windows Explorer TreeView.

I found a few solutions, that take hundreds of lines of code to get the result, that this one method
achieves for the logical drives.

Is there no shorter way? If there is one, what is it?
AnswerRe: Accessing network drives Pin
Phillip M. Hoff21-Jan-07 7:32
Phillip M. Hoff21-Jan-07 7:32 
GeneralRe: Accessing network drives Pin
Schokoolero24-Jan-07 6:59
Schokoolero24-Jan-07 6:59 
QuestionHow to force dialog redraw when it regains focus? Pin
JHR121-Jan-07 6:56
JHR121-Jan-07 6:56 

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.