Click here to Skip to main content
15,894,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerWill messageBox be diplayed which ClassFile contains ? Pin
Ravi_KRTech2-Jul-07 18:22
Ravi_KRTech2-Jul-07 18:22 
GeneralRe: Will messageBox be diplayed which ClassFile contains ? Pin
Sathesh Sakthivel2-Jul-07 18:50
Sathesh Sakthivel2-Jul-07 18:50 
GeneralRe: Will messageBox be diplayed which ClassFile contains ? Pin
Dave Kreskowiak3-Jul-07 4:10
mveDave Kreskowiak3-Jul-07 4:10 
Questionquite frustrated MAPIMessages1.MsgCount returns 0 always Pin
EvScott2-Jul-07 13:19
EvScott2-Jul-07 13:19 
QuestionGet a list of files on a web page Pin
85iroc2-Jul-07 12:45
85iroc2-Jul-07 12:45 
AnswerRe: Get a list of files on a web page Pin
Christian Graus2-Jul-07 13:23
protectorChristian Graus2-Jul-07 13:23 
QuestionGreek Symbols in Labels Pin
hsprasain2-Jul-07 12:15
hsprasain2-Jul-07 12:15 
AnswerRe: Greek Symbols in Labels Pin
Luc Pattyn2-Jul-07 12:50
sitebuilderLuc Pattyn2-Jul-07 12:50 
Hi,

this is one way that works (I'm explaining in C# syntax, but that is not really relevant):

open MS Word, type the text you want, use the "Insert Symbol..." menu
to insert special characters (whose Unicode code you dont know by heart;
keep a normal font, but adapt the subset as needed), then copy
everything you want to the clipboard.

Now either paste to the Text property of your label in Visual Designer.

Or paste into the literal part of a statement such as myLabel.Text="...";
(if you do this with non-ASCII characters, Visual will suggest you save the source file
in Unicode format, instead of regular ASCII).

If you happen to know the Unicode codes, you can also insert Unicode escape characters
in string literals (so you can keep an ASCII source file);
in C# they take the form \u#### where # represents a hex digit.
I trust something similar exists in VB.NET too
These Unicode escape sequences however seem unavailable in Visual Designer.

Smile | :)




GeneralRe: Greek Symbols in Labels Pin
hsprasain2-Jul-07 13:49
hsprasain2-Jul-07 13:49 
QuestionHow to make a standalone customised software Pin
sweetpopai2-Jul-07 11:14
sweetpopai2-Jul-07 11:14 
AnswerRe: How to make a standalone customised software Pin
Dave Kreskowiak2-Jul-07 12:49
mveDave Kreskowiak2-Jul-07 12:49 
QuestionObject destructors and file timeout in ASP.NET/VB.NET Pin
walkeraj2-Jul-07 10:49
walkeraj2-Jul-07 10:49 
AnswerRe: Object destructors and file timeout in ASP.NET/VB.NET Pin
Dave Kreskowiak2-Jul-07 12:48
mveDave Kreskowiak2-Jul-07 12:48 
QuestionUrgent pay attention Pin
goodonebond2-Jul-07 8:53
goodonebond2-Jul-07 8:53 
AnswerRe: Urgent pay attention Pin
Dave Kreskowiak2-Jul-07 9:28
mveDave Kreskowiak2-Jul-07 9:28 
GeneralRe: Urgent pay attention Pin
goodonebond2-Jul-07 19:57
goodonebond2-Jul-07 19:57 
GeneralRe: Urgent pay attention Pin
Colin Angus Mackay2-Jul-07 23:40
Colin Angus Mackay2-Jul-07 23:40 
AnswerURGENT CROSSPOSTER Pin
leckey2-Jul-07 10:13
leckey2-Jul-07 10:13 
GeneralRe: URGENT CROSSPOSTER Pin
goodonebond2-Jul-07 20:05
goodonebond2-Jul-07 20:05 
AnswerRe: Urgent pay attention Pin
originSH2-Jul-07 22:42
originSH2-Jul-07 22:42 
GeneralRe: Urgent pay attention Pin
Paul Conrad23-Dec-07 14:56
professionalPaul Conrad23-Dec-07 14:56 
AnswerRe: Urgent pay attention Pin
Colin Angus Mackay2-Jul-07 23:37
Colin Angus Mackay2-Jul-07 23:37 
GeneralRe: Urgent pay attention Pin
Paul Conrad23-Dec-07 14:57
professionalPaul Conrad23-Dec-07 14:57 
QuestionCorrupt VB.NET Installation?? Pin
RickMagenta2-Jul-07 8:18
RickMagenta2-Jul-07 8:18 
AnswerRe: Corrupt VB.NET Installation?? Pin
Dave Kreskowiak2-Jul-07 8:21
mveDave Kreskowiak2-Jul-07 8:21 

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.