Click here to Skip to main content
15,922,015 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Formating of String Pin
Dave Kreskowiak24-Oct-08 2:09
mveDave Kreskowiak24-Oct-08 2:09 
GeneralRe: Formating of String Pin
pdnet24-Oct-08 2:39
pdnet24-Oct-08 2:39 
GeneralRe: Formating of String Pin
Dave Kreskowiak24-Oct-08 4:15
mveDave Kreskowiak24-Oct-08 4:15 
AnswerRe: Formating of String Pin
Jon_Boy24-Oct-08 2:22
Jon_Boy24-Oct-08 2:22 
GeneralRe: Formating of String Pin
pdnet24-Oct-08 2:37
pdnet24-Oct-08 2:37 
AnswerRe: Formating of String Pin
Ashfield24-Oct-08 2:57
Ashfield24-Oct-08 2:57 
GeneralRe: Formating of String Pin
pdnet24-Oct-08 3:02
pdnet24-Oct-08 3:02 
GeneralRe: Formating of String [modified] Pin
Jon_Boy24-Oct-08 3:17
Jon_Boy24-Oct-08 3:17 
You can't with string.format. All string.format does is replace the {#} part with the text after the comma. Try it a couple of times in the immediate window.

The color, size, bold, underline parts of the text are controlled by the font property of whatever control that you're trying to use. If the particular control is unable to display F1 without the underline, then you must extend an existing control or create one for your needs.

All we have gathered thus far is that its a grid of some kind. It may prove somewhat beneficial to try and post the code your attempting to work with so we have an idea of what you're trying to do.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

modified on Friday, October 24, 2008 9:28 AM

GeneralRe: Formating of String Pin
Dave Kreskowiak24-Oct-08 4:18
mveDave Kreskowiak24-Oct-08 4:18 
GeneralRe: Formating of String Pin
Ashfield24-Oct-08 5:14
Ashfield24-Oct-08 5:14 
GeneralRe: Formating of String Pin
Jon_Boy24-Oct-08 5:59
Jon_Boy24-Oct-08 5:59 
GeneralRe: Formating of String Pin
pdnet24-Oct-08 21:18
pdnet24-Oct-08 21:18 
GeneralRe: Formating of String Pin
Dave Kreskowiak25-Oct-08 3:01
mveDave Kreskowiak25-Oct-08 3:01 
GeneralRe: Formating of String Pin
Jon_Boy27-Oct-08 1:51
Jon_Boy27-Oct-08 1:51 
GeneralRe: Formating of String Pin
pdnet24-Oct-08 21:17
pdnet24-Oct-08 21:17 
GeneralRe: Formating of String Pin
Ashfield25-Oct-08 4:55
Ashfield25-Oct-08 4:55 
QuestionVisual basic packet capture help Pin
preshenmoodley24-Oct-08 0:53
preshenmoodley24-Oct-08 0:53 
AnswerRe: Visual basic packet capture help Pin
Dave Kreskowiak24-Oct-08 2:11
mveDave Kreskowiak24-Oct-08 2:11 
Questionflash gui inside vb Pin
Hamzeh_Ahmad24-Oct-08 0:43
Hamzeh_Ahmad24-Oct-08 0:43 
AnswerRe: flash gui inside vb Pin
Simon P Stevens24-Oct-08 1:07
Simon P Stevens24-Oct-08 1:07 
AnswerRe: flash gui inside vb Pin
Thomas Stockwell24-Oct-08 4:15
professionalThomas Stockwell24-Oct-08 4:15 
Questionphone book in network Pin
Member 264536523-Oct-08 22:48
Member 264536523-Oct-08 22:48 
AnswerRe: phone book in network Pin
Ashfield23-Oct-08 23:38
Ashfield23-Oct-08 23:38 
GeneralRe: phone book in network [modified] Pin
Member 264536523-Oct-08 23:56
Member 264536523-Oct-08 23:56 
GeneralRe: phone book in network Pin
Ashfield24-Oct-08 1:42
Ashfield24-Oct-08 1:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.