Click here to Skip to main content
15,895,011 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Asking about global variable using VB.NET Window Form Application Pin
Jay Royall18-Jun-08 1:34
Jay Royall18-Jun-08 1:34 
GeneralRe: Asking about global variable using VB.NET Window Form Application Pin
drexler_kk18-Jun-08 15:12
drexler_kk18-Jun-08 15:12 
GeneralRe: Asking about global variable using VB.NET Window Form Application Pin
drexler_kk18-Jun-08 15:15
drexler_kk18-Jun-08 15:15 
GeneralRe: Asking about global variable using VB.NET Window Form Application Pin
Guffa18-Jun-08 23:32
Guffa18-Jun-08 23:32 
Questiondebugging problem Pin
maytel mynt17-Jun-08 19:28
maytel mynt17-Jun-08 19:28 
AnswerRe: debugging problem Pin
Rupesh Kumar Swami17-Jun-08 21:48
Rupesh Kumar Swami17-Jun-08 21:48 
GeneralRe: debugging problem Pin
maytel mynt17-Jun-08 22:34
maytel mynt17-Jun-08 22:34 
Question(Rs232) how to receiver the correct value and sort in textbox Pin
kain77717-Jun-08 17:56
kain77717-Jun-08 17:56 
sources is 8051 MCU
07 01 11 12 13 17 255 128 45 128 0A 01
07 01 as start flag
0A 01 as end flag
11 12 13 17 255 128 45 128 as data
data range is 0-255
8051 sources incessancy
exp
07 01 11 12 13 17 255 120 45 128 0A 01
07 01 12 188 13 17 201 121 46 129 0A 01
07 01 13 111 13 17 200 122 47 130 0A 01
07 01 14 121 13 17 255 123 48 131 0A 01
07 01 16 132 13 17 255 124 49 132 0A 01
.........................................
TEXT2(127)
how to sort in textbox and real refresh correct textbox array place
exp
text2(0)=11
text2(1)=12
.
.
text2(7)=128
text2(8)=12
.
.


---------------mycode----
but not sort in correct place
Private Sub MSComm1_OnComm()
Select Case MSComm1.CommEvent
Case comEvCD
Case comEvCTS
Case comEvDSR
Case comEvRing
Case comEvReceive

Dim b() As Byte
b = MSComm1.Input
Do Until b(lo) = 7
Loop
For ko = 0 To 127
lo = lo + 1
lo = lo Mod 128

Text2(ko).Text = Val(b(lo) * 4 * 0.00488) ??????

Next ko

Case comEvSend
End Select
End Sub
QuestionMutiple instance in app.config Pin
Subjugate17-Jun-08 15:41
Subjugate17-Jun-08 15:41 
QuestionSetting Focus inside a text box Pin
New_Coder17-Jun-08 15:25
New_Coder17-Jun-08 15:25 
AnswerRe: Setting Focus inside a text box Pin
jzonthemtn17-Jun-08 15:38
jzonthemtn17-Jun-08 15:38 
QuestionGraduation project Pin
salam ellayan17-Jun-08 10:45
salam ellayan17-Jun-08 10:45 
AnswerRe: Graduation project PinPopular
Christian Graus17-Jun-08 17:37
protectorChristian Graus17-Jun-08 17:37 
GeneralRe: Graduation project Pin
Mark Churchill17-Jun-08 18:38
Mark Churchill17-Jun-08 18:38 
AnswerRe: Graduation project Pin
Noctris18-Jun-08 0:16
Noctris18-Jun-08 0:16 
AnswerRe: Graduation project Pin
Paul Conrad18-Jun-08 20:26
professionalPaul Conrad18-Jun-08 20:26 
Questionbit shift operation Pin
nik05070617-Jun-08 7:53
nik05070617-Jun-08 7:53 
AnswerRe: bit shift operation Pin
Guffa18-Jun-08 22:10
Guffa18-Jun-08 22:10 
GeneralRe: bit shift operation Pin
nik05070620-Jun-08 7:28
nik05070620-Jun-08 7:28 
GeneralRe: bit shift operation Pin
Guffa20-Jun-08 13:40
Guffa20-Jun-08 13:40 
GeneralRe: bit shift operation Pin
nik05070620-Jun-08 21:20
nik05070620-Jun-08 21:20 
QuestionHow do I use the IBiDiSpl Interface? Pin
Brandon Legault17-Jun-08 7:17
Brandon Legault17-Jun-08 7:17 
Questionstring comparision Pin
Member 183766117-Jun-08 4:06
Member 183766117-Jun-08 4:06 
AnswerRe: string comparision Pin
Helen Bull17-Jun-08 4:10
Helen Bull17-Jun-08 4:10 
AnswerRe: string comparision Pin
Christian Graus17-Jun-08 4:28
protectorChristian Graus17-Jun-08 4:28 

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.