PDA

View Full Version : Warning messages, MessageBox pops up and vanish



kei
March 3rd, 2004, 12:22 PM
Hallo,

my little plugin (which currently does nothing) works well so far,
but if i want to put a MessageBox to inform the user about an error
the box vanishes after it pops up.
How can i fix this problem?
For the moment i use the send_event method to send
an error string but this is not very comfortable.

Can anybody give me a hint?

Besides that i read in this forum about a skeleton for VC6
where can i download this?
I need to know how to put the configure window into a seperate thread.

Greets, kei

Ron
March 3rd, 2004, 01:05 PM
I'm not sure about why the dialog box dissapears right away. I use them all the time, and they stay on screen.

I put a skeleton together for you,

http://www.girder.nl/developer.php?Link=559

kei
March 3rd, 2004, 01:34 PM
Now i found out why the messageboxes disappears:

I work all the time with restrictive privileges when
i switched over to my admin account and then it works just fine.