If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Chit Chat > VB help- can VB text "font look" be changed?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-31-03, 14:50
gastro7 gastro7 is offline
Registered User
 
Join Date: Aug 2003
Location: NY
Posts: 3
Post VB help- can VB text "font look" be changed?

I am having a dabasae program written for me in VB. How can I change the standard text " font look" like what were looking at now to one with a different background color with larger different font look? For example in the upper left hand corner we see "dBforums" in large yellow/white font with gray background- how is that done? Can it be done within VB or do we need another programming language or an add on program that could do it in VB? Thanks for any advice you can give me.
Reply With Quote
  #2 (permalink)  
Old 09-04-03, 14:50
ccranton ccranton is offline
Registered User
 
Join Date: Sep 2003
Posts: 5
Re: VB help- can VB text "font look" be changed?

Quote:
Originally posted by gastro7
I am having a dabasae program written for me in VB. How can I change the standard text " font look" like what were looking at now to one with a different background color with larger different font look? For example in the upper left hand corner we see "dBforums" in large yellow/white font with gray background- how is that done? Can it be done within VB or do we need another programming language or an add on program that could do it in VB? Thanks for any advice you can give me.
Controls such as labels, textboxes, listboxes etc. have font and forecolor propeties that can be used to change the appearence of text. Alternatively, you could create an image (in paint for example) and display it using the picture property of a picture control.
Reply With Quote
  #3 (permalink)  
Old 10-27-03, 03:25
Ghazala Raza Ghazala Raza is offline
Registered User
 
Join Date: Oct 2003
Location: Pakistan
Posts: 3
Yaa u can

You can change font color, size and background of any control like text box, label etc by using their properties. U can place images by using image or picture control. properties of any control can be obtained by clicking on the icon for properties in the tool bar.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On