Click here to Skip to main content
15,905,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to access controls from another form!?? Pin
ferdna1-Sep-06 9:37
ferdna1-Sep-06 9:37 
GeneralRe: how to access controls from another form!?? Pin
Colin Angus Mackay1-Sep-06 11:00
Colin Angus Mackay1-Sep-06 11:00 
QuestionIn Windows Services How to capture the data entered by the user from key board Pin
King Shez1-Sep-06 3:40
King Shez1-Sep-06 3:40 
AnswerRe: In Windows Services How to capture the data entered by the user from key board Pin
Colin Angus Mackay1-Sep-06 4:24
Colin Angus Mackay1-Sep-06 4:24 
GeneralRe: In Windows Services How to capture the data entered by the user from key board Pin
King Shez3-Sep-06 20:25
King Shez3-Sep-06 20:25 
GeneralRe: In Windows Services How to capture the data entered by the user from key board Pin
Colin Angus Mackay4-Sep-06 9:15
Colin Angus Mackay4-Sep-06 9:15 
GeneralRe: In Windows Services How to capture the data entered by the user from key board Pin
King Shez5-Sep-06 3:13
King Shez5-Sep-06 3:13 
GeneralRe: In Windows Services How to capture the data entered by the user from key board Pin
Colin Angus Mackay7-Sep-06 8:45
Colin Angus Mackay7-Sep-06 8:45 
GeneralStop posting the same question over and over Pin
leckey1-Sep-06 7:49
leckey1-Sep-06 7:49 
QuestionOpen word document Pin
eyalso1-Sep-06 3:04
eyalso1-Sep-06 3:04 
AnswerRe: Open word document Pin
Green Fuze1-Sep-06 3:12
Green Fuze1-Sep-06 3:12 
AnswerRe: Open word document Pin
rlejason25-Aug-10 17:51
rlejason25-Aug-10 17:51 
Questionquestion about unaccessable classes Pin
Green Fuze1-Sep-06 2:28
Green Fuze1-Sep-06 2:28 
AnswerRe: question about unaccessable classes Pin
User 66581-Sep-06 2:45
User 66581-Sep-06 2:45 
GeneralRe: question about unaccessable classes Pin
Green Fuze1-Sep-06 3:07
Green Fuze1-Sep-06 3:07 
QuestionHow to capture the data entered by the user from key board in windows service Pin
King Shez1-Sep-06 2:25
King Shez1-Sep-06 2:25 
AnswerRe: How to capture the data entered by the user from key board in windows service Pin
gus_br1-Sep-06 3:00
gus_br1-Sep-06 3:00 
GeneralRe: How to capture the data entered by the user from key board in windows service Pin
King Shez4-Sep-06 2:00
King Shez4-Sep-06 2:00 
AnswerRe: How to capture the data entered by the user from key board in windows service Pin
Jun Du1-Sep-06 3:40
Jun Du1-Sep-06 3:40 
GeneralRe: How to capture the data entered by the user from key board in windows service Pin
King Shez4-Sep-06 1:27
King Shez4-Sep-06 1:27 
GeneralRe: How to capture the data entered by the user from key board in windows service Pin
Colin Angus Mackay4-Sep-06 9:16
Colin Angus Mackay4-Sep-06 9:16 
QuestionDLL Compilation Pin
Brendan Vogt1-Sep-06 1:04
Brendan Vogt1-Sep-06 1:04 
AnswerRe: DLL Compilation Pin
User 66581-Sep-06 1:36
User 66581-Sep-06 1:36 
In the project properties under "Build" you can change the "Output Path" to any path you like.
The default is bin\Debug resp bin\Release

The difference between Debug and Release builds is, that debug builds contain, uhm, debug information.
When your app crashes you get way more details where and why it crashed, instead of a "SomeStrangeException". You can also use the VS Debugger to watch the values of your variables, step through/over the code and some other stuff.
The release build is the binary you ship to your customers, it contains only very few debug information.

regards

modified 12-Sep-18 21:01pm.

GeneralRe: DLL Compilation Pin
Brendan Vogt1-Sep-06 1:48
Brendan Vogt1-Sep-06 1:48 
GeneralRe: DLL Compilation Pin
User 66581-Sep-06 2:03
User 66581-Sep-06 2:03 

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.