xire Posted August 8, 2005 Report Posted August 8, 2005 Hello eveyone, am begining with visual vasic 6.0 and mabe this is a nonsense cuestion.. Once I have created my Form1 HIM with all controls required (Buttons, TextBox, Graphics, etc.). How can i do for acommodate these in design time or run time in manner esthetics as they will apeare to be used at last . Sorry about my english inasmuch as is my second lenguage am Try to upgrade. I hope to be explicit. I appreciate your help. thanks Quote
GerryM Posted August 12, 2005 Report Posted August 12, 2005 I am not sure i understand your question. In order to change the esthetics of the form you just update each individual control's properties. Such as Form.BackColor = Yellow or Button1.forecolor=Blue. For some operations I use a timer set to 1/2 to 1 sec. to update things on the screen such as the date & time or status indicators. I see you are starting with VB6. I would reccommend you start with VB.net. VB6 support is being dropped by Microsoft. Since you are new you may as well learn the latest version. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.