want to create a popup window to show message on program start
-
hi! i want to create a popup window in my desktop application,which appear at program startup on the position above the system clock, please give some general ideas to do so. thanks :-\
-
hi! i want to create a popup window in my desktop application,which appear at program startup on the position above the system clock, please give some general ideas to do so. thanks :-\
Use ShowDialog to display an instance of your popup. What are you having difficulties with?
I know the language. I've read a book. - _Madmatt
-
hi! i want to create a popup window in my desktop application,which appear at program startup on the position above the system clock, please give some general ideas to do so. thanks :-\
You might also want to look into notifyicon and it's applications.
Never underestimate the power of human stupidity RAH