What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » need help in visual basic....

need help in visual basic....
Author: Message:
TheMusicPirate
Full Member
***

Avatar

Posts: 412
Reputation: 8
39 / Male / –
Joined: Feb 2005
O.P. RE: RE: need help in visual basic....
quote:
Originally posted by Mike
To show another form:

code:
frmName.Show

To change the background colour of the form:

code:
frmName.BackColor = vbBlack 'Black

And for the font colour...
Well, try doing something like this:

code:
Dim ctrl as Control
For Each ctrl in Me 'If this doesnt work, try changing Me to Controls
    If TypeOf ctrl is label then
ctrl.Forecolor = vbWhite 'White
Next ctrl


is there a way for the font and colors, that i can just have them as option buttons?
[Image: ipod.gif]

07-28-2005 05:49 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
need help in visual basic.... - by TheMusicPirate on 07-28-2005 at 05:35 PM
RE: need help in visual basic.... - by Mike on 07-28-2005 at 05:44 PM
RE: RE: need help in visual basic.... - by TheMusicPirate on 07-28-2005 at 05:49 PM
RE: need help in visual basic.... - by CookieRevised on 07-29-2005 at 01:06 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On