Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add Image class into _screen

Status
Not open for further replies.

ZooMoo

IS-IT--Management
May 16, 2002
11
TH
see below

My concept , I want to put a small picture fill in main vfp screen. I done with _screen.picture = [somepic], then want to addin image class or say a lot of text in main screen.

someone, show me how to add image class in _screen, please

thk adv.

;)
 
You can add any object to the screen using _Screen.AddObject("MyObject","MyClass"). You can then set the properties of the new object with _Screen.MyObject.whatever. You'll need to set _Screen.MyObject.Visible = .T. before you can see it though.



-BP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top