Click here to Skip to main content
15,885,164 members
Home / Discussions / C#
   

C#

 
QuestionDrag and Drop Label in a Panel Pin
cbeasle13-Apr-06 7:42
cbeasle13-Apr-06 7:42 
AnswerRe: Drag and Drop Label in a Panel Pin
Robert Rohde3-Apr-06 8:10
Robert Rohde3-Apr-06 8:10 
Questionwhy is the program running so slow Pin
Agyeman3-Apr-06 6:39
Agyeman3-Apr-06 6:39 
AnswerRe: why is the program running so slow Pin
Ed.Poore3-Apr-06 7:47
Ed.Poore3-Apr-06 7:47 
GeneralRe: why is the program running so slow Pin
Agyeman3-Apr-06 8:15
Agyeman3-Apr-06 8:15 
GeneralRe: why is the program running so slow Pin
Guffa3-Apr-06 7:55
Guffa3-Apr-06 7:55 
QuestionApplication.Exit() - How do I return an exit code. Pin
Mark42623-Apr-06 6:36
Mark42623-Apr-06 6:36 
AnswerRe: Application.Exit() - How do I return an exit code. Pin
Braulio Dez3-Apr-06 6:58
Braulio Dez3-Apr-06 6:58 
Hello,

Try the following

[STAThread]
static void Main()
{
Application.Run(new Login());
return 999;
}

In the retun, you get the exit code

/// -----------------------
Braulio Díez

http://www.bdiez.com
/// -----------------------
GeneralRe: Application.Exit() - How do I return an exit code. Pin
Ravi Bhavnani3-Apr-06 7:08
professionalRavi Bhavnani3-Apr-06 7:08 
GeneralRe: Application.Exit() - How do I return an exit code. Pin
Ed.Poore3-Apr-06 7:49
Ed.Poore3-Apr-06 7:49 
GeneralRe: Application.Exit() - How do I return an exit code. Pin
Ravi Bhavnani3-Apr-06 9:01
professionalRavi Bhavnani3-Apr-06 9:01 
GeneralRe: Application.Exit() - How do I return an exit code. Pin
vineas3-Apr-06 7:53
vineas3-Apr-06 7:53 
GeneralRe: Application.Exit() - How do I return an exit code. Pin
Mark42623-Apr-06 8:24
Mark42623-Apr-06 8:24 
GeneralRe: Application.Exit() - How do I return an exit code. Pin
Ravi Bhavnani3-Apr-06 9:01
professionalRavi Bhavnani3-Apr-06 9:01 
GeneralRe: Application.Exit() - How do I return an exit code. Pin
Ravi Bhavnani3-Apr-06 9:02
professionalRavi Bhavnani3-Apr-06 9:02 
QuestionDetecting an already running application Pin
royk1233-Apr-06 5:44
royk1233-Apr-06 5:44 
AnswerRe: Detecting an already running application Pin
Stefan Troschuetz3-Apr-06 5:56
Stefan Troschuetz3-Apr-06 5:56 
Questioncrash on Win32 call Pin
sreejnarayan3-Apr-06 5:04
sreejnarayan3-Apr-06 5:04 
QuestionDynamically displaying class properties Pin
IAmChris3-Apr-06 4:54
IAmChris3-Apr-06 4:54 
AnswerRe: Dynamically displaying class properties Pin
Stefan Troschuetz3-Apr-06 5:09
Stefan Troschuetz3-Apr-06 5:09 
GeneralRe: Dynamically displaying class properties Pin
IAmChris3-Apr-06 5:40
IAmChris3-Apr-06 5:40 
AnswerRe: Dynamically displaying class properties Pin
darkelv4-Apr-06 2:33
darkelv4-Apr-06 2:33 
Questionhelp on Smart device Application Pin
DotNet novice3-Apr-06 4:53
DotNet novice3-Apr-06 4:53 
QuestionConvert .png to .gif Pin
realmontanakid3-Apr-06 4:18
realmontanakid3-Apr-06 4:18 
QuestionHow to get: selected or not selected? Pin
Dima Filipiuk3-Apr-06 3:54
Dima Filipiuk3-Apr-06 3:54 

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.