Click here to Skip to main content
15,924,196 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: sending data through the serial port Pin
wtfskh17-May-06 18:51
wtfskh17-May-06 18:51 
GeneralRe: sending data through the serial port Pin
Joshua Quick17-May-06 21:28
Joshua Quick17-May-06 21:28 
GeneralRe: sending data through the serial port Pin
Steve Pullan17-May-06 22:20
Steve Pullan17-May-06 22:20 
GeneralRe: sending data through the serial port Pin
wtfskh18-May-06 2:22
wtfskh18-May-06 2:22 
GeneralRe: sending data through the serial port Pin
wtfskh18-May-06 10:42
wtfskh18-May-06 10:42 
GeneralRe: sending data through the serial port Pin
Steve Pullan18-May-06 14:58
Steve Pullan18-May-06 14:58 
GeneralRe: sending data through the serial port [modified] Pin
wtfskh22-May-06 2:21
wtfskh22-May-06 2:21 
Questiondynamic listbox event not firing Pin
gooseman11217-May-06 7:01
gooseman11217-May-06 7:01 
creating a listbox dynamically and it wont fire the method listed below when the selected index has changed.
not sure why this is not working, here is the code i use.

Dim list As New ListBox
list.ID = "imageList"
list.Width = "300"
list.Height = "200"
AddHandler CType(list, ListBox).SelectedIndexChanged, AddressOf index_changed
list.Items.Add("shipping.jpg")
list.Items.Add("payment.jpg")
list.Items.Add("top_1.jpg")
p1.Controls.Add(list)

Private Sub index_changed(ByVal sender As Object, ByVal e As System.EventArgs)

End Sub
QuestionKeyDown and Timer Tick events cant work together Pin
KaKa'17-May-06 6:18
KaKa'17-May-06 6:18 
AnswerRe: KeyDown and Timer Tick events cant work together Pin
Joshua Quick17-May-06 10:23
Joshua Quick17-May-06 10:23 
QuestionVB Code - Ordering Calaculation Pin
NickiG17-May-06 5:09
NickiG17-May-06 5:09 
AnswerRe: VB Code - Ordering Calaculation Pin
Rizwan Bashir17-May-06 5:38
Rizwan Bashir17-May-06 5:38 
QuestionRemoting - Authentication Failure Pin
dlarkin7717-May-06 4:24
dlarkin7717-May-06 4:24 
AnswerRe: Remoting - Authentication Failure Pin
Rizwan Bashir17-May-06 5:41
Rizwan Bashir17-May-06 5:41 
GeneralRe: Remoting - Authentication Failure Pin
dlarkin7717-May-06 6:03
dlarkin7717-May-06 6:03 
QuestionLookupAccountSid API call Pin
f.duncan17-May-06 3:56
f.duncan17-May-06 3:56 
QuestionHow can I get patterns of viruses? Pin
JUNEYT17-May-06 3:46
JUNEYT17-May-06 3:46 
Questionsizing handles Pin
safalmittal17-May-06 3:28
safalmittal17-May-06 3:28 
AnswerRe: sizing handles Pin
Rizwan Bashir17-May-06 5:47
Rizwan Bashir17-May-06 5:47 
QuestionAttempted to read or write protected memory Pin
dptalt17-May-06 2:54
dptalt17-May-06 2:54 
AnswerRe: Attempted to read or write protected memory Pin
Rizwan Bashir17-May-06 5:56
Rizwan Bashir17-May-06 5:56 
QuestionCould not update datasource using oledbcommandbuilder Pin
hisuman10017-May-06 2:15
hisuman10017-May-06 2:15 
AnswerRe: Could not update datasource using oledbcommandbuilder Pin
adrianamaria17-May-06 16:54
adrianamaria17-May-06 16:54 
Questionget IP addressof remote host(not URL) Pin
QuickDeveloper17-May-06 0:09
QuickDeveloper17-May-06 0:09 
AnswerRe: get IP address from name(not URL) Pin
albCode17-May-06 0:37
albCode17-May-06 0:37 

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.