Click here to Skip to main content
16,005,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProblem reading text file Pin
Jawa20061-Aug-06 5:31
Jawa20061-Aug-06 5:31 
AnswerRe: Problem reading text file Pin
Dave Kreskowiak1-Aug-06 5:44
mveDave Kreskowiak1-Aug-06 5:44 
QuestionChecking for characters - such as . or \ Pin
ciscokid551-Aug-06 5:09
ciscokid551-Aug-06 5:09 
AnswerRe: Checking for characters - such as . or \ Pin
Dave Kreskowiak1-Aug-06 5:47
mveDave Kreskowiak1-Aug-06 5:47 
GeneralRe: Checking for characters - such as . or \ Pin
ciscokid551-Aug-06 6:55
ciscokid551-Aug-06 6:55 
GeneralRe: Checking for characters - such as . or \ Pin
ciscokid551-Aug-06 7:40
ciscokid551-Aug-06 7:40 
QuestionSpecial Charecter Pin
Sinchan Nikam1-Aug-06 3:46
Sinchan Nikam1-Aug-06 3:46 
AnswerRe: Special Charecter [modified] Pin
Dave Kreskowiak1-Aug-06 4:20
mveDave Kreskowiak1-Aug-06 4:20 
What do you mean by "insert in a FlexGrid"?

I'm assuming you're talking about a string. You put a special character in a string just like any other character. (Pardon me, but my VB6 is a little rusty)...
Dim newString As String
newString = Left(oldString, 10) & Chr(characterNumber) & Right(oldString, Len(oldString) - 10)

The limitation is that the character you insert must exist in the font that you want the rest of the string to be in. If not, you're pretty much out of luck. You can't use different fonts inside the same string in the FlexGrid.




-- modified at 10:20 Tuesday 1st August, 2006

Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionHelp with Session Pin
alexfromto1-Aug-06 3:11
alexfromto1-Aug-06 3:11 
AnswerRe: Help with Session Pin
Dave Kreskowiak1-Aug-06 4:26
mveDave Kreskowiak1-Aug-06 4:26 
GeneralRe: Help with Session Pin
alexfromto1-Aug-06 4:49
alexfromto1-Aug-06 4:49 
GeneralRe: Help with Session Pin
Dave Kreskowiak1-Aug-06 5:08
mveDave Kreskowiak1-Aug-06 5:08 
GeneralRe: Help with Session Pin
alexfromto1-Aug-06 5:17
alexfromto1-Aug-06 5:17 
GeneralRe: Help with Session Pin
Dave Kreskowiak1-Aug-06 5:38
mveDave Kreskowiak1-Aug-06 5:38 
GeneralRe: Help with Session Pin
alexfromto1-Aug-06 6:48
alexfromto1-Aug-06 6:48 
GeneralRe: Help with Session Pin
Dave Kreskowiak1-Aug-06 9:43
mveDave Kreskowiak1-Aug-06 9:43 
Questionopenfiledialog disturbing database-connection? Pin
Smithers-Jones1-Aug-06 2:44
Smithers-Jones1-Aug-06 2:44 
AnswerRe: openfiledialog disturbing database-connection? Pin
Dave Kreskowiak1-Aug-06 4:46
mveDave Kreskowiak1-Aug-06 4:46 
GeneralRe: openfiledialog disturbing database-connection? Pin
Smithers-Jones2-Aug-06 2:12
Smithers-Jones2-Aug-06 2:12 
Questionscrollbar Pin
microuser_20001-Aug-06 2:31
microuser_20001-Aug-06 2:31 
AnswerRe: scrollbar Pin
Dave Kreskowiak1-Aug-06 4:50
mveDave Kreskowiak1-Aug-06 4:50 
GeneralRe: scrollbar Pin
microuser_20001-Aug-06 12:43
microuser_20001-Aug-06 12:43 
GeneralRe: scrollbar Pin
Dave Kreskowiak2-Aug-06 2:07
mveDave Kreskowiak2-Aug-06 2:07 
QuestionVB.NET & WSUS API - Reporting the status of a specific update per computer Pin
J Oliveira1-Aug-06 1:08
J Oliveira1-Aug-06 1:08 
Questionencrypt password Pin
md_refay1-Aug-06 0:50
md_refay1-Aug-06 0:50 

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.