Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hey guys how would i be able to show a form and position it so that it's where the MSN alert popups are...

not basically estimating the location points but programmitcally work it out becoz different resolutions will obviously be a different, so yeah...

 

and also how would i be able to show the form by slowly fading it in and fading it out just like fade out menus

  • *Experts*
Posted

You can get the width and height of the screen with

Screen.PrimaryScreen.WorkingArea.Width 'or .Height

. Just subtract the width and height of your form from the respective screen dimension and it will be in the corner.

 

As for fading, I'm not sure. There may be a way to make Windows automatically do it (like what it does for a menu), but otherwise try looking into the Opacity property. You may be able to do it that way.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...