Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form resizing
Message
From
20/06/2003 09:43:04
 
 
To
20/06/2003 09:37:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00802178
Message ID:
00802180
Views:
23
I'm not sure exactly what it is your looking for but if you want the logo to always appear in the upper-right side of your form you could put something like the following in the Resize event:
This.oPicture.Left = This.Width - This.oPicture.Width -1  && -1 for a little space
This.oPicture.Top = This.Top -1
>Hello to alls.
>
>In this occasion I would like to ask your what I have to do for a form is adjusted to the monitor that is running my application. I mean the logo of the application always be shown in the right inferior part of the monitor without matter of the size of this.
>
>TIA.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform