Click here to Skip to main content
15,916,462 members
Home / Discussions / C#
   

C#

 
GeneralRe: Write Assembly code in C# Pin
harold aptroot28-May-10 21:17
harold aptroot28-May-10 21:17 
GeneralRe: Write Assembly code in C# Pin
harold aptroot28-May-10 2:54
harold aptroot28-May-10 2:54 
GeneralRe: Write Assembly code in C# Pin
AspDotNetDev28-May-10 16:36
protectorAspDotNetDev28-May-10 16:36 
GeneralRe: Write Assembly code in C# Pin
Luc Pattyn28-May-10 17:35
sitebuilderLuc Pattyn28-May-10 17:35 
GeneralRe: Write Assembly code in C# Pin
AspDotNetDev28-May-10 18:21
protectorAspDotNetDev28-May-10 18:21 
AnswerRe: Write Assembly code in C# Pin
snouto28-May-10 10:48
snouto28-May-10 10:48 
AnswerRe: Write Assembly code in C# Pin
Henry Minute28-May-10 11:49
Henry Minute28-May-10 11:49 
AnswerRe: Write Assembly code in C# Pin
AspDotNetDev28-May-10 14:18
protectorAspDotNetDev28-May-10 14:18 
QuestionInsert byte[] to database Pin
dataminers28-May-10 1:49
dataminers28-May-10 1:49 
AnswerMessage Closed Pin
28-May-10 1:53
stancrm28-May-10 1:53 
GeneralRe: Insert byte[] to database Pin
dataminers28-May-10 2:11
dataminers28-May-10 2:11 
GeneralRe: Insert byte[] to database Pin
PIEBALDconsult28-May-10 3:49
mvePIEBALDconsult28-May-10 3:49 
AnswerRe: Insert byte[] to database Pin
Pete O'Hanlon28-May-10 2:48
mvePete O'Hanlon28-May-10 2:48 
AnswerRe: Insert byte[] to database Pin
T M Gray28-May-10 5:20
T M Gray28-May-10 5:20 
AnswerRe: Insert byte[] to database Pin
Matt Meyer28-May-10 7:41
Matt Meyer28-May-10 7:41 
AnswerRe: Insert byte[] to database Pin
AspDotNetDev28-May-10 16:41
protectorAspDotNetDev28-May-10 16:41 
QuestionDisable Intrupt In Critical section Pin
shahramkeyboard28-May-10 0:38
shahramkeyboard28-May-10 0:38 
AnswerRe: Disable Intrupt In Critical section Pin
harold aptroot28-May-10 0:46
harold aptroot28-May-10 0:46 
GeneralRe: Disable Intrupt In Critical section Pin
Pete O'Hanlon28-May-10 1:10
mvePete O'Hanlon28-May-10 1:10 
GeneralRe: Disable Intrupt In Critical section Pin
Luc Pattyn28-May-10 2:17
sitebuilderLuc Pattyn28-May-10 2:17 
GeneralRe: Disable Intrupt In Critical section Pin
Pete O'Hanlon28-May-10 2:26
mvePete O'Hanlon28-May-10 2:26 
AnswerRe: Disable Intrupt In Critical section Pin
Luc Pattyn28-May-10 2:16
sitebuilderLuc Pattyn28-May-10 2:16 
GeneralRe: Disable Intrupt In Critical section Pin
Pete O'Hanlon28-May-10 2:54
mvePete O'Hanlon28-May-10 2:54 
GeneralRe: Disable Intrupt In Critical section Pin
Luc Pattyn28-May-10 4:27
sitebuilderLuc Pattyn28-May-10 4:27 
QuestionRetrieve and display server drives and folders on a client. Pin
Calla28-May-10 0:21
Calla28-May-10 0:21 
My client application and server application runs on two different machines (client app is a WinForm and server app a WCF service). In the client app, the user needs to point out a location on the server [e.g. D:\SomeFolder or C:\SomeFolder\SomeOtherFolder]. These are not shared folders.

The best way would be if I could show a FolderBrowserDialog on the client displaying the server's Desktop, local drives, mapped drives etc. just like it would display those items from the local machine.

I've been stuck with this for a couple of days now, unable to find a good solution, so I thought I'd check if anyone here knows how this could be achieved. In a desperate attempt I even tried to let the service return a FolderBrowserDialog (created on the server) and then called the .ShowDialog() method on the client side - but that only showed the local Desktop, drives, folders etc..

Does anyone have any good pointers? I could of course have the server return its drives and when the user selects a drive show the folders and then when the user picks a folder show that folder's subfolders and so on, but before I do I want to check if there is an easier way (why reinvent the wheel, right?).

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.