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

Visual Basic

 
GeneralHai Pin
Tharsan3-Mar-08 20:16
Tharsan3-Mar-08 20:16 
GeneralRe: Hai Pin
Christian Graus3-Mar-08 21:31
protectorChristian Graus3-Mar-08 21:31 
GeneralRe: Hai Pin
Dave Kreskowiak4-Mar-08 10:06
mveDave Kreskowiak4-Mar-08 10:06 
GeneralRe: Hai Pin
darkelv4-Mar-08 18:55
darkelv4-Mar-08 18:55 
GeneralRe: Hai Pin
Paul Conrad7-Mar-08 17:46
professionalPaul Conrad7-Mar-08 17:46 
GeneralRe: Hai Pin
Vimalsoft(Pty) Ltd4-Mar-08 20:59
professionalVimalsoft(Pty) Ltd4-Mar-08 20:59 
GeneralRe: Hai Pin
Paul Conrad7-Mar-08 17:45
professionalPaul Conrad7-Mar-08 17:45 
QuestionHow to Draw string Unicode ? Urgent need Pin
nimolZero3-Mar-08 18:39
nimolZero3-Mar-08 18:39 
Hi there
i got a problem to draw string Unicode on form .
but function drawstring can't support unicode , do u have anyway to drawstring text that support unocode ?
pls point me anyway what should i do next and give me some codes about that ?

Example:
Dim drawFormat As New StringFormat()
Using formGraphics As Graphics = Me.CreateGraphics(), _
drawFont As New System.Drawing.Font("Khmer Os system", 16), _
drawBrush As New SolidBrush(Color.Red)
formGraphics.DrawString("???????????", drawFont, drawBrush, _
150.0, 50.0, drawFormat)
End Using
that example above can't draw string correctly , Pls help me i need Urgent.
thank you in advance .
regard from
Spider Anatha
AnswerRe: How to Draw string Unicode ? Urgent need Pin
Christian Graus3-Mar-08 19:03
protectorChristian Graus3-Mar-08 19:03 
Generalsick of using session objects Pin
uglyeyes3-Mar-08 17:54
uglyeyes3-Mar-08 17:54 
GeneralRe: sick of using session objects Pin
Christian Graus3-Mar-08 18:57
protectorChristian Graus3-Mar-08 18:57 
GeneralRe: sick of using session objects Pin
_Damian S_3-Mar-08 19:04
professional_Damian S_3-Mar-08 19:04 
GeneralRe: sick of using session objects Pin
Christian Graus3-Mar-08 19:33
protectorChristian Graus3-Mar-08 19:33 
GeneralPrinting Support on laser inkjet and on dotmatrix in vb6 Pin
r_mohd3-Mar-08 17:27
r_mohd3-Mar-08 17:27 
GeneralRe: Printing Support on laser inkjet and on dotmatrix in vb6 Pin
Christian Graus3-Mar-08 19:33
protectorChristian Graus3-Mar-08 19:33 
GeneralRe: Printing Support on laser inkjet and on dotmatrix in vb6 Pin
r_mohd3-Mar-08 23:12
r_mohd3-Mar-08 23:12 
GeneralRe: Printing Support on laser inkjet and on dotmatrix in vb6 Pin
yogesh_kumar_agarwal3-Mar-08 23:34
yogesh_kumar_agarwal3-Mar-08 23:34 
GeneralRe: Printing Support on laser inkjet and on dotmatrix in vb6 Pin
supercat94-Mar-08 7:50
supercat94-Mar-08 7:50 
Generaladding a new column to dataset which stores log values of another table Pin
Amanjot3-Mar-08 16:16
Amanjot3-Mar-08 16:16 
GeneralRe: adding a new column to dataset which stores log values of another table Pin
Steve Erbach4-Mar-08 3:56
Steve Erbach4-Mar-08 3:56 
GeneralRe: adding a new column to dataset which stores log values of another table Pin
Amanjot4-Mar-08 17:16
Amanjot4-Mar-08 17:16 
Generallistview item numbers Pin
johnny19633-Mar-08 13:07
johnny19633-Mar-08 13:07 
GeneralRe: listview item numbers Pin
Christian Graus3-Mar-08 15:37
protectorChristian Graus3-Mar-08 15:37 
GeneralRe: listview item numbers Pin
johnny19633-Mar-08 21:10
johnny19633-Mar-08 21:10 
GeneralRe: listview item numbers Pin
Christian Graus3-Mar-08 21:32
protectorChristian Graus3-Mar-08 21:32 

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.