Click here to Skip to main content
15,902,017 members
Home / Discussions / C#
   

C#

 
GeneralUsing different ActiveX control versions Pin
mav.northwind29-Nov-04 4:12
mav.northwind29-Nov-04 4:12 
GeneralDllImport, EntryPoint Problem Pin
Gywox29-Nov-04 3:55
Gywox29-Nov-04 3:55 
GeneralRe: DllImport, EntryPoint Problem Pin
Nick Parker29-Nov-04 6:15
protectorNick Parker29-Nov-04 6:15 
GeneralClose problem Pin
ee9903529-Nov-04 3:50
ee9903529-Nov-04 3:50 
GeneralRe: Close problem Pin
Stefan Troschuetz29-Nov-04 4:20
Stefan Troschuetz29-Nov-04 4:20 
GeneralRe: Close problem Pin
Pyro Joe29-Nov-04 10:00
Pyro Joe29-Nov-04 10:00 
GeneralRe: Close problem Pin
Pyro Joe29-Nov-04 10:01
Pyro Joe29-Nov-04 10:01 
GeneralRe: Close problem Pin
Pyro Joe29-Nov-04 10:01
Pyro Joe29-Nov-04 10:01 
oh, I had that problem. all you do is this.

in the properties panel, go to events.
then next to the "closed" event, in the space next to it,
double-click the space. this will allow you to change events that occur when the form closes.
type this:
Application.Exit();

normally, when you just click the "X" button, it simply closes the form, but when you type "ApplicationExit();", it ensures that all forms are closed and the process is ended.

let me know if it worked or not
GeneralRe: Close problem Pin
Pyro Joe29-Nov-04 10:02
Pyro Joe29-Nov-04 10:02 
GeneralRe: Close problem Pin
Alex Korchemniy29-Nov-04 20:54
Alex Korchemniy29-Nov-04 20:54 
GeneralC#.Net&WinForms Pin
| Muhammad Waqas Butt |29-Nov-04 3:35
professional| Muhammad Waqas Butt |29-Nov-04 3:35 
GeneralRe: C#.Net&WinForms Pin
Daniel Turini29-Nov-04 4:35
Daniel Turini29-Nov-04 4:35 
GeneralRe: C#.Net&WinForms Pin
| Muhammad Waqas Butt |29-Nov-04 11:04
professional| Muhammad Waqas Butt |29-Nov-04 11:04 
GeneralBack propogation (AI)needed Pin
kasimalla29-Nov-04 3:13
kasimalla29-Nov-04 3:13 
GeneralRe: Back propogation (AI)needed Pin
Dave Kreskowiak29-Nov-04 4:59
mveDave Kreskowiak29-Nov-04 4:59 
GeneralXml Serialization & Null Values Pin
MrEyes29-Nov-04 3:06
MrEyes29-Nov-04 3:06 
GeneralRe: Xml Serialization & Null Values Pin
Daniel Turini29-Nov-04 4:25
Daniel Turini29-Nov-04 4:25 
GeneralRe: Xml Serialization & Null Values Pin
MrEyes29-Nov-04 5:16
MrEyes29-Nov-04 5:16 
GeneralUnique property of Menu item... Pin
Md Saleem Navalur29-Nov-04 2:10
Md Saleem Navalur29-Nov-04 2:10 
Generalbeginner: array --> function Pin
dkoder28-Nov-04 23:20
dkoder28-Nov-04 23:20 
GeneralRe: beginner: array --> function Pin
Daniel Turini28-Nov-04 23:43
Daniel Turini28-Nov-04 23:43 
GeneralRe: beginner: array --> function Pin
dkoder29-Nov-04 21:21
dkoder29-Nov-04 21:21 
GeneralRe: beginner: array --> function Pin
Daniel Turini29-Nov-04 21:41
Daniel Turini29-Nov-04 21:41 
QuestionCan you create instances named at runtime? Pin
JDUK28-Nov-04 23:13
JDUK28-Nov-04 23:13 
AnswerRe: Can you create instances named at runtime? Pin
Daniel Turini28-Nov-04 23:38
Daniel Turini28-Nov-04 23:38 

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.