Click here to Skip to main content
16,006,428 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB 6.0 printf-like string function? Pin
pnpfriend24-Jan-03 9:44
pnpfriend24-Jan-03 9:44 
GeneralRe: VB 6.0 printf-like string function? Pin
Derek Price24-Jan-03 9:51
Derek Price24-Jan-03 9:51 
GeneralRe: VB 6.0 printf-like string function? Pin
mixahlos27-Jan-03 11:12
mixahlos27-Jan-03 11:12 
GeneralMinimize button Pin
Xanty24-Jan-03 6:31
Xanty24-Jan-03 6:31 
GeneralRe: Minimize button Pin
SimonS24-Jan-03 7:11
SimonS24-Jan-03 7:11 
GeneralRe: Minimize button Pin
Anomaly102428-Jan-03 16:39
Anomaly102428-Jan-03 16:39 
Generalint to a Pin
pnpfriend24-Jan-03 6:01
pnpfriend24-Jan-03 6:01 
GeneralRe: int to a Pin
SimonS24-Jan-03 7:05
SimonS24-Jan-03 7:05 
Hi Win

Here's the VB.NET code (hope this is the VB ver. you wanted):
Imports System.Text.Encoding
Imports Microsoft.VisualBasic

Module Module1

    Sub Main()
        Dim i As Integer = AscW("A")
        Console.WriteLine(i.ToString())
        Dim c As Char = ChrW(i)
        Console.WriteLine(c.ToString())
        Console.ReadLine()
    End Sub

End Module


Cheers,
Simon

"The day I swan around in expensive suits is the day I hope someone puts a bullet in my head.", Chris Carter.
animation mechanics in SVG

GeneralRe: int to a Pin
pnpfriend24-Jan-03 7:21
pnpfriend24-Jan-03 7:21 
GeneralRe: int to a Pin
SimonS24-Jan-03 7:36
SimonS24-Jan-03 7:36 
GeneralRe: int to a Pin
Nick Seng24-Jan-03 8:01
Nick Seng24-Jan-03 8:01 
GeneralRe: int to a Pin
Ray Cassick24-Jan-03 8:10
Ray Cassick24-Jan-03 8:10 
GeneralRe: int to a Pin
pnpfriend24-Jan-03 9:41
pnpfriend24-Jan-03 9:41 
Generalgenerating report based on values in 2textboxes Pin
mcm24-Jan-03 4:19
mcm24-Jan-03 4:19 
Generaladd new IE button in registry - vbs Pin
Florin Ochiana23-Jan-03 21:04
Florin Ochiana23-Jan-03 21:04 
GeneralRe: add new IE button in registry - vbs Pin
Florin Ochiana23-Jan-03 23:08
Florin Ochiana23-Jan-03 23:08 
Generalget single cell name.. Pin
pnpfriend23-Jan-03 10:39
pnpfriend23-Jan-03 10:39 
GeneralRe: get single cell name.. Pin
Nick Seng23-Jan-03 14:43
Nick Seng23-Jan-03 14:43 
GeneralRe: get single cell name.. Pin
pnpfriend24-Jan-03 4:28
pnpfriend24-Jan-03 4:28 
Generalexcel.sheet.setprintArea Pin
pnpfriend23-Jan-03 4:49
pnpfriend23-Jan-03 4:49 
GeneralRe: excel.sheet.setprintArea Pin
Nick Seng23-Jan-03 14:35
Nick Seng23-Jan-03 14:35 
GeneralRe: excel.sheet.setprintArea Pin
pnpfriend24-Jan-03 3:30
pnpfriend24-Jan-03 3:30 
GeneralRe: excel.sheet.setprintArea Pin
Nick Seng24-Jan-03 7:51
Nick Seng24-Jan-03 7:51 
GeneralRe: excel.sheet.setprintArea Pin
pnpfriend24-Jan-03 9:39
pnpfriend24-Jan-03 9:39 
GeneralRe: excel.sheet.setprintArea Pin
Nick Seng26-Jan-03 14:31
Nick Seng26-Jan-03 14:31 

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.