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:
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: need help in visual basic....
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
YouTube closed-captions ripper (also allows you to download videos!)
07-28-2005 05:44 PM
Profile E-Mail PM Web 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