Click here to Skip to main content
16,013,207 members
Home / Discussions / C#
   

C#

 
AnswerRe: Question!!! Pin
Pete O'Hanlon8-Dec-06 9:54
mvePete O'Hanlon8-Dec-06 9:54 
AnswerRe: Question!!! Pin
dead_link8-Dec-06 9:58
dead_link8-Dec-06 9:58 
GeneralRe: Question!!! Pin
Dan Neely8-Dec-06 10:46
Dan Neely8-Dec-06 10:46 
GeneralRe: Question!!! Pin
likefood8-Dec-06 14:13
likefood8-Dec-06 14:13 
GeneralRe: Question!!! Pin
Dan Neely8-Dec-06 14:17
Dan Neely8-Dec-06 14:17 
GeneralRe: Question!!! Pin
dead_link9-Dec-06 0:22
dead_link9-Dec-06 0:22 
QuestionMultiple-SDI Application Pin
h@s@n8-Dec-06 8:17
h@s@n8-Dec-06 8:17 
AnswerRe: Multiple-SDI Application Pin
Luis Alonso Ramos9-Dec-06 19:23
Luis Alonso Ramos9-Dec-06 19:23 
First of all, putting large amounts of code in a post is not a good idea, since few people will take the time to check it out. And if you don't explain what's going on, it is hard to understand at first glance.

But here is an idea: maybe your message loop is running on your first window, so when it is closed the message loop returns and the app is closed. I would create an invisible window, run the message loop on it, and when the last window is closed, kill that window. You can also use that hidden window to get a list of all windows (for the Window menu, for example).

I hope this helps.

Luis Alonso Ramos
Intelectix
Chihuahua, Mexico

Not much here: My CP Blog!

QuestionUsing reflection to get the instance name of a variable Pin
EddieRich8-Dec-06 8:13
EddieRich8-Dec-06 8:13 
AnswerRe: Using reflection to get the instance name of a variable Pin
Andrew Rissing8-Dec-06 8:35
Andrew Rissing8-Dec-06 8:35 
GeneralRe: Using reflection to get the instance name of a variable Pin
EddieRich8-Dec-06 8:40
EddieRich8-Dec-06 8:40 
GeneralRe: Using reflection to get the instance name of a variable Pin
Not Active8-Dec-06 8:57
mentorNot Active8-Dec-06 8:57 
GeneralRe: Using reflection to get the instance name of a variable Pin
EddieRich8-Dec-06 9:02
EddieRich8-Dec-06 9:02 
GeneralRe: Using reflection to get the instance name of a variable Pin
Not Active8-Dec-06 9:25
mentorNot Active8-Dec-06 9:25 
GeneralRe: Using reflection to get the instance name of a variable Pin
Pete O'Hanlon8-Dec-06 9:27
mvePete O'Hanlon8-Dec-06 9:27 
AnswerRe: Using reflection to get the instance name of a variable Pin
karam chandrabose8-Dec-06 10:11
karam chandrabose8-Dec-06 10:11 
QuestionAccess DB wont Update Pin
Vodstok8-Dec-06 8:11
Vodstok8-Dec-06 8:11 
AnswerRe: Access DB wont Update Pin
Vodstok8-Dec-06 8:40
Vodstok8-Dec-06 8:40 
QuestionNHibernate Pin
peshawarcoder8-Dec-06 7:52
peshawarcoder8-Dec-06 7:52 
AnswerRe: NHibernate Pin
Pete O'Hanlon8-Dec-06 9:28
mvePete O'Hanlon8-Dec-06 9:28 
GeneralRe: NHibernate Pin
peshawarcoder11-Dec-06 2:12
peshawarcoder11-Dec-06 2:12 
QuestionDatabase Question [modified] Pin
mfcuser8-Dec-06 7:44
mfcuser8-Dec-06 7:44 
AnswerRe: Database Question Pin
User 17164929-Dec-06 4:55
professionalUser 17164929-Dec-06 4:55 
QuestionRestaurant POS Database Question (long) Pin
jeweladdict8-Dec-06 7:29
jeweladdict8-Dec-06 7:29 
AnswerRe: Restaurant POS Database Question (long) Pin
karam chandrabose8-Dec-06 10:06
karam chandrabose8-Dec-06 10: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.