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

Visual Basic

 
GeneralRe: VB.net (Visual studio 2005) Pin
Paul Conrad25-Jan-08 3:50
professionalPaul Conrad25-Jan-08 3:50 
GeneralRe: VB.net (Visual studio 2005) Pin
Justin Perez25-Jan-08 3:55
Justin Perez25-Jan-08 3:55 
GeneralMaking the coloum header of datagridview read only Pin
Pradip Kishore25-Jan-08 0:20
Pradip Kishore25-Jan-08 0:20 
GeneralRe: Making the coloum header of datagridview read only Pin
Francis K Antony25-Jan-08 1:03
Francis K Antony25-Jan-08 1:03 
GeneralRe: Making the coloum header of datagridview read only Pin
Pradip Kishore25-Jan-08 2:25
Pradip Kishore25-Jan-08 2:25 
GeneralTo Drag And Drop B/W Two List Box [modified] Pin
sumit703424-Jan-08 22:15
sumit703424-Jan-08 22:15 
GeneralRe: To Drag And Drop B/W Two List Box Pin
Justin Perez25-Jan-08 3:06
Justin Perez25-Jan-08 3:06 
Questionvb6 code to vb.net code Pin
Member 412150324-Jan-08 21:14
Member 412150324-Jan-08 21:14 
Hello!
How can i make this vb6 code with vb.net:


<br />
For X2 = 1 To l2 Step 2<br />
        cmd$ = cmd$ + ChrB(Val("&H" + Mid$(c2$, X2, 2)))<br />
    Next X2<br />


When i tried to translate the code with vb express edition it make it like this:
 <br />
For X2 = 1 To l2 Step 2<br />
            cmd$ = cmd$ + ChrW(Val("&H" + Mid$(c2$, X2, 2)))<br />
        Next X2<br />

And it's not workin properly with that.
Can anybody tell me what is wrong with this?

Thanks!

t:Stupid
GeneralRe: vb6 code to vb.net code Pin
Johan Hakkesteegt25-Jan-08 2:16
Johan Hakkesteegt25-Jan-08 2:16 
AnswerRe: vb6 code to vb.net code Pin
Guffa25-Jan-08 6:02
Guffa25-Jan-08 6:02 
QuestionDesign Card Pin
structures8324-Jan-08 20:31
structures8324-Jan-08 20:31 
GeneralRe: Design Card Pin
Johan Hakkesteegt25-Jan-08 1:56
Johan Hakkesteegt25-Jan-08 1:56 
GeneralRe: Design Card Pin
Dave Kreskowiak25-Jan-08 3:46
mveDave Kreskowiak25-Jan-08 3:46 
Questionbarcode reader Pin
structures8324-Jan-08 20:27
structures8324-Jan-08 20:27 
GeneralRe: barcode reader Pin
CKnig24-Jan-08 21:39
CKnig24-Jan-08 21:39 
GeneralRe: barcode reader Pin
Tom John24-Jan-08 22:01
Tom John24-Jan-08 22:01 
GeneralRe: barcode reader Pin
Justin Perez25-Jan-08 3:14
Justin Perez25-Jan-08 3:14 
GeneralRe: barcode reader Pin
Paul Conrad25-Jan-08 3:56
professionalPaul Conrad25-Jan-08 3:56 
GeneralRe: barcode reader Pin
Dave Kreskowiak25-Jan-08 3:44
mveDave Kreskowiak25-Jan-08 3:44 
GeneralRe: barcode reader Pin
Paul Conrad25-Jan-08 3:55
professionalPaul Conrad25-Jan-08 3:55 
Questionproblem with basic timer in vb.net [modified] Pin
Chun224-Jan-08 19:48
Chun224-Jan-08 19:48 
GeneralRe: problem with basic timer in vb.net Pin
CKnig24-Jan-08 21:44
CKnig24-Jan-08 21:44 
GeneralRe: problem with basic timer in vb.net Pin
Chun225-Jan-08 5:36
Chun225-Jan-08 5:36 
GeneralRe: problem with basic timer in vb.net Pin
Dave Kreskowiak25-Jan-08 9:41
mveDave Kreskowiak25-Jan-08 9:41 
Questionhow can calling command prompt ? [modified] Pin
break_day24-Jan-08 18:58
break_day24-Jan-08 18:58 

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.