Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu screen
Message
From
20/06/2001 06:37:10
 
 
To
20/06/2001 05:05:13
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Miscellaneous
Thread ID:
00521285
Message ID:
00521330
Views:
22
>Budianto,
>
>You could do as follows:
>WITH _Screen
>*-- Create image for company logo
>.addobject("CompanyLogo","Image")
>.CompanyLogo.Picture = "CompanyLogo.bmp"
>.CompanyLogo.Visible = .T.
>
>*-- Create label for Company name
>.addobject("CompanyLabel","label")
>.CompanyLabel.Caption = "My Company"
>.CompanyLabel.Visible = .T.
>ENDWITH


Hi Benn,

Thanks Benn, it's working, but can I make the background of the label and the image to be the same with the background of the menu screen.

TIA

Budianto
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform