Click here to Skip to main content
16,017,707 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to set Window title from different thread? Pin
blakey40425-Jul-07 2:37
blakey40425-Jul-07 2:37 
QuestionAppDomain.Unload() problem Pin
cellardoor071624-Jul-07 21:06
cellardoor071624-Jul-07 21:06 
AnswerRe: AppDomain.Unload() problem Pin
Luc Pattyn24-Jul-07 22:20
sitebuilderLuc Pattyn24-Jul-07 22:20 
QuestionCan't We pass Parameterized Method to a thread?? Pin
Ron.S24-Jul-07 20:47
Ron.S24-Jul-07 20:47 
AnswerRe: Can't We pass Parameterized Method to a thread?? [modified] Pin
ekynox24-Jul-07 21:15
ekynox24-Jul-07 21:15 
GeneralRe: Can't We pass Parameterized Method to a thread?? Pin
Ron.S24-Jul-07 22:57
Ron.S24-Jul-07 22:57 
QuestionHow to configure the file name & location in app.config file in Asp.net 2.0 Pin
liyakhat_shahid24-Jul-07 19:47
liyakhat_shahid24-Jul-07 19:47 
AnswerRe: How to configure the file name & location in app.config file in Asp.net 2.0 Pin
WillemM24-Jul-07 23:37
WillemM24-Jul-07 23:37 
I don't really understand the question. If you want to store destinationFile and sourceFile setting in your app.config file you can do this by creating an app.config file similar to the following:

<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="SourceFile" value="..."/>
<add key="DestinationFile" value="..."/>
</appSettings>
</configuration>

WM.

What about weapons of mass-construction?
"What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson
My blog
QuestionHow to make the form hide when click MinimizeBox? Pin
jason_mf24-Jul-07 19:36
jason_mf24-Jul-07 19:36 
AnswerRe: How to make the form hide when click MinimizeBox? Pin
PandemoniumPasha24-Jul-07 20:08
PandemoniumPasha24-Jul-07 20:08 
GeneralRe: How to make the form hide when click MinimizeBox? Pin
jason_mf24-Jul-07 20:26
jason_mf24-Jul-07 20:26 
GeneralRe: How to make the form hide when click MinimizeBox? Pin
Christian Graus24-Jul-07 20:45
protectorChristian Graus24-Jul-07 20:45 
GeneralRe: How to make the form hide when click MinimizeBox? Pin
jason_mf24-Jul-07 20:58
jason_mf24-Jul-07 20:58 
GeneralRe: How to make the form hide when click MinimizeBox? Pin
sam#24-Jul-07 20:56
sam#24-Jul-07 20:56 
GeneralRe: How to make the form hide when click MinimizeBox? Pin
jason_mf24-Jul-07 20:58
jason_mf24-Jul-07 20:58 
GeneralRe: How to make the form hide when click MinimizeBox? Pin
Martin#24-Jul-07 21:00
Martin#24-Jul-07 21:00 
GeneralRe: How to make the form hide when click MinimizeBox? Pin
Luc Pattyn24-Jul-07 22:24
sitebuilderLuc Pattyn24-Jul-07 22:24 
GeneralRe: How to make the form hide when click MinimizeBox? Pin
Martin#24-Jul-07 22:36
Martin#24-Jul-07 22:36 
GeneralRe: How to make the form hide when click MinimizeBox? Pin
jason_mf24-Jul-07 20:59
jason_mf24-Jul-07 20:59 
Questionhow to pass parameter in crystal report? Pin
help as an alias24-Jul-07 19:28
help as an alias24-Jul-07 19:28 
AnswerRe: how to pass parameter in crystal report? Pin
phantanagu24-Jul-07 21:43
phantanagu24-Jul-07 21:43 
GeneralRe: how to pass parameter in crystal report? Pin
help as an alias24-Jul-07 21:56
help as an alias24-Jul-07 21:56 
GeneralRe: how to pass parameter in crystal report? Pin
Developer61125-Jul-07 2:22
Developer61125-Jul-07 2:22 
QuestionDeactivating a form... Pin
Shy Agam24-Jul-07 18:46
Shy Agam24-Jul-07 18:46 
AnswerRe: Deactivating a form... Pin
Paul Conrad24-Jul-07 19:06
professionalPaul Conrad24-Jul-07 19:06 

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.