how to create window
-
i want to write a code for a window, that should be appear at the right bottom corner of the window, where the windows clock is situated, as happen when any new client come online in msn or yahoo massenger, please help me, thanks
MSDN helps: NotifyIcon[^]
-
MSDN helps: NotifyIcon[^]
Look it! You go to solutions explorer right click to the name of your project click to "add" then, choose "add windows forms" put the name that you want in this form, and click to submit to another window, you put in the source of a button: [THE NAME OF YOUR WINDOW] f[A STRING]; f[YOUR STRING] = new [THE NAME OF YOUR WINDOW](); f[YOUR STRING].Show(); Thanks!!
-
Look it! You go to solutions explorer right click to the name of your project click to "add" then, choose "add windows forms" put the name that you want in this form, and click to submit to another window, you put in the source of a button: [THE NAME OF YOUR WINDOW] f[A STRING]; f[YOUR STRING] = new [THE NAME OF YOUR WINDOW](); f[YOUR STRING].Show(); Thanks!!
-
MSDN helps: NotifyIcon[^]