winform start location
-
hi how can i set the startlocation of an winform? i don't mean center or standard i want to let it start bottom right of the screen, over the clock and tray icons can someone tell me how i can do so thx
-
hi how can i set the startlocation of an winform? i don't mean center or standard i want to let it start bottom right of the screen, over the clock and tray icons can someone tell me how i can do so thx
-
hxxbin wrote: Maybe you want a NotifyIcon?? i have one already :) i need exacly what i wrote in the 1st post
-
hi how can i set the startlocation of an winform? i don't mean center or standard i want to let it start bottom right of the screen, over the clock and tray icons can someone tell me how i can do so thx
-
hi how can i set the startlocation of an winform? i don't mean center or standard i want to let it start bottom right of the screen, over the clock and tray icons can someone tell me how i can do so thx
leppie's right about the positioning, but I must add that - according to the PSDK documentation - you can't display your form on top of the taskbar unless you use a borderless form and make it the size of the screen (a full-screen window), much like a screensaver.
-----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----
-
hi how can i set the startlocation of an winform? i don't mean center or standard i want to let it start bottom right of the screen, over the clock and tray icons can someone tell me how i can do so thx