Click here to Skip to main content
15,888,293 members
Home / Discussions / C#
   

C#

 
QuestionSimultaneous read/write to a filter. Pin
SanchitK20-Nov-08 3:33
SanchitK20-Nov-08 3:33 
AnswerRe: Simultaneous read/write to a filter. Pin
Andrew Rissing20-Nov-08 4:03
Andrew Rissing20-Nov-08 4:03 
Questionneed help with code Pin
Melanie Booysen20-Nov-08 2:57
Melanie Booysen20-Nov-08 2:57 
AnswerRe: need help with code Pin
Guffa20-Nov-08 3:53
Guffa20-Nov-08 3:53 
GeneralRe: need help with code Pin
Luc Pattyn20-Nov-08 13:53
sitebuilderLuc Pattyn20-Nov-08 13:53 
AnswerRe: need help with code Pin
Andrew Rissing20-Nov-08 4:01
Andrew Rissing20-Nov-08 4:01 
QuestionHow to iterate over an anonymous variable Pin
Michael Demeersseman20-Nov-08 2:44
Michael Demeersseman20-Nov-08 2:44 
QuestionDLL Search Order Pin
jchigg200020-Nov-08 2:11
jchigg200020-Nov-08 2:11 
Hello all! I've got an application that is setting on a server that is run my multiple users. The user's shortcuts are pointed to the .exe on the server, which can in some cases be located in a different office miles away. I have read the article dll search order article on msdn

http://msdn.microsoft.com/en-us/library/ms682586(VS.85).aspx[^]

It states that the initial search for the dll's will be done in the directory where the app was launched from. It's going to find them in this case which I would assume could be bad considering they are on a remote server(for performance reasons). If I use the SetDllDirectory() function and make sure that each user has the dlls locally, am i only changing the searh order for my specific application?

Any other info would be greatly appreciated. Thanks
AnswerRe: DLL Search Order Pin
Dave Kreskowiak20-Nov-08 3:33
mveDave Kreskowiak20-Nov-08 3:33 
Questionhow to mouse gesture without window? Pin
ping_jacob20-Nov-08 2:10
ping_jacob20-Nov-08 2:10 
AnswerRe: how to mouse gesture without window? Pin
Giorgi Dalakishvili20-Nov-08 2:14
mentorGiorgi Dalakishvili20-Nov-08 2:14 
GeneralRe: how to mouse gesture without window? Pin
jchigg200020-Nov-08 2:18
jchigg200020-Nov-08 2:18 
GeneralRe: how to mouse gesture without window? Pin
Giorgi Dalakishvili20-Nov-08 2:20
mentorGiorgi Dalakishvili20-Nov-08 2:20 
GeneralRe: how to mouse gesture without window? Pin
jchigg200020-Nov-08 2:24
jchigg200020-Nov-08 2:24 
GeneralRe: how to mouse gesture without window? Pin
Darryl Borden20-Nov-08 8:44
Darryl Borden20-Nov-08 8:44 
GeneralRe: how to mouse gesture without window? Pin
ping_jacob22-Nov-08 2:35
ping_jacob22-Nov-08 2:35 
GeneralRe: how to mouse gesture without window? Pin
Giorgi Dalakishvili22-Nov-08 3:18
mentorGiorgi Dalakishvili22-Nov-08 3:18 
GeneralRe: how to mouse gesture without window? Pin
ping_jacob14-Dec-08 6:22
ping_jacob14-Dec-08 6:22 
GeneralRe: how to mouse gesture without window? Pin
Giorgi Dalakishvili14-Dec-08 7:03
mentorGiorgi Dalakishvili14-Dec-08 7:03 
Questionhow to access a property / member variable at run time Pin
here2learn20-Nov-08 1:02
here2learn20-Nov-08 1:02 
AnswerRe: how to access a property / member variable at run time PinPopular
Giorgi Dalakishvili20-Nov-08 1:10
mentorGiorgi Dalakishvili20-Nov-08 1:10 
GeneralRe: how to access a property / member variable at run time Pin
here2learn20-Nov-08 1:50
here2learn20-Nov-08 1:50 
GeneralRe: how to access a property / member variable at run time Pin
Giorgi Dalakishvili20-Nov-08 1:58
mentorGiorgi Dalakishvili20-Nov-08 1:58 
GeneralRe: how to access a property / member variable at run time Pin
here2learn20-Nov-08 2:20
here2learn20-Nov-08 2:20 
GeneralRe: how to access a property / member variable at run time Pin
Giorgi Dalakishvili20-Nov-08 2:21
mentorGiorgi Dalakishvili20-Nov-08 2:21 

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.