Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
QuestionC# DLL in VC++ / MFC Pin
Anonymous4-Sep-05 21:40
Anonymous4-Sep-05 21:40 
AnswerRe: C# DLL in VC++ / MFC Pin
Anonymous5-Sep-05 2:24
Anonymous5-Sep-05 2:24 
Questiondetermining if a string contains an int Pin
Tyrus1824-Sep-05 21:04
Tyrus1824-Sep-05 21:04 
AnswerRe: determining if a string contains an int Pin
Guffa4-Sep-05 21:16
Guffa4-Sep-05 21:16 
AnswerRe: determining if a string contains an int Pin
Alsvha4-Sep-05 21:17
Alsvha4-Sep-05 21:17 
Answer[Message Deleted] Pin
Mark Greenwood4-Sep-05 21:25
Mark Greenwood4-Sep-05 21:25 
Questiona question about config file for windows service program Pin
Bright Zhang4-Sep-05 19:23
Bright Zhang4-Sep-05 19:23 
AnswerRe: a question about config file for windows service program Pin
Andy Brummer4-Sep-05 20:39
sitebuilderAndy Brummer4-Sep-05 20:39 
You don't need to access the file directly.
Use the classes in the system.configuration namespace to access the configuration file.
If you just have simple string data to access then you can use the AppSettings class and section.
Otherwise you can write your own section handler.
The file should be named yourexe.exe.config, but vs.net will copy any file named app.config from the root of your project to the output directory and rename it to the proper name so your service will read it.



I can imagine the sinking feeling one would have after ordering my book,
only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

GeneralRe: a question about config file for windows service program Pin
Bright Zhang4-Sep-05 21:02
Bright Zhang4-Sep-05 21:02 
QuestionHook the tab key on Window Form Pin
Duong Tien Nam4-Sep-05 17:32
Duong Tien Nam4-Sep-05 17:32 
AnswerRe: Hook the tab key on Window Form Pin
Luis Alonso Ramos4-Sep-05 20:04
Luis Alonso Ramos4-Sep-05 20:04 
AnswerRe: Hook the tab key on Window Form Pin
Sheel Gohe4-Sep-05 20:08
Sheel Gohe4-Sep-05 20:08 
GeneralRe: Hook the tab key on Window Form Pin
Duong Tien Nam4-Sep-05 20:11
Duong Tien Nam4-Sep-05 20:11 
GeneralRe: Hook the tab key on Window Form Pin
Duong Tien Nam4-Sep-05 21:04
Duong Tien Nam4-Sep-05 21:04 
QuestionAcceptButton for a UserControl? Pin
WetRivrRat4-Sep-05 16:33
WetRivrRat4-Sep-05 16:33 
AnswerRe: AcceptButton for a UserControl? Pin
Luis Alonso Ramos4-Sep-05 16:59
Luis Alonso Ramos4-Sep-05 16:59 
Questionruler control Pin
azusakt4-Sep-05 16:32
azusakt4-Sep-05 16:32 
AnswerRe: ruler control Pin
Christian Graus4-Sep-05 16:35
protectorChristian Graus4-Sep-05 16:35 
AnswerRe: ruler control Pin
Mohamad Al Husseiny4-Sep-05 16:36
Mohamad Al Husseiny4-Sep-05 16:36 
GeneralRe: ruler control Pin
azusakt4-Sep-05 16:42
azusakt4-Sep-05 16:42 
QuestionI darg-drop item to a WebBrowser control Pin
Member 19785854-Sep-05 15:31
Member 19785854-Sep-05 15:31 
AnswerRe: I darg-drop item to a WebBrowser control Pin
Christian Graus4-Sep-05 15:34
protectorChristian Graus4-Sep-05 15:34 
GeneralRe: I darg-drop item to a WebBrowser control Pin
Member 19785854-Sep-05 16:55
Member 19785854-Sep-05 16:55 
GeneralRe: I darg-drop item to a WebBrowser control Pin
Christian Graus4-Sep-05 16:58
protectorChristian Graus4-Sep-05 16:58 
GeneralRe: I darg-drop item to a WebBrowser control Pin
Member 19785854-Sep-05 20:31
Member 19785854-Sep-05 20:31 

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.