Click here to Skip to main content
16,004,887 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionconn or connection setting Pin
sdkgolf25-Jan-07 17:11
sdkgolf25-Jan-07 17:11 
QuestionSimple Override Issue --- Need Help Pin
GWbasicProgrammer25-Jan-07 11:41
GWbasicProgrammer25-Jan-07 11:41 
AnswerRe: Simple Override Issue --- Need Help Pin
Dave Kreskowiak26-Jan-07 11:01
mveDave Kreskowiak26-Jan-07 11:01 
GeneralRe: Simple Override Issue --- Need Help Pin
GWbasicProgrammer29-Jan-07 7:53
GWbasicProgrammer29-Jan-07 7:53 
QuestionAm I missing something? Pin
KreativeKai25-Jan-07 8:11
professionalKreativeKai25-Jan-07 8:11 
AnswerRe: Am I missing something? Pin
Kschuler25-Jan-07 8:14
Kschuler25-Jan-07 8:14 
Questioncreate timer in class Pin
Marc Soleda25-Jan-07 6:51
Marc Soleda25-Jan-07 6:51 
AnswerRe: create timer in class Pin
MatrixCoder25-Jan-07 7:46
MatrixCoder25-Jan-07 7:46 
Do you mean something like this?

Private Sub TimerForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  Dim Timer1 As New System.Timers.Timer()
  AddHandler Timer1.Elapsed, AddressOf TimerEvent
End Sub

Private Shared Sub TimerEvent(source As Object, e As Timers.ElapsedEventArgs)
  MsgBox("Hello World!")
End Sub






Trinity: Neo... nobody has ever done this before.
Neo: That's why it's going to work.

AnswerRe: create timer in class Pin
TwoFaced25-Jan-07 7:52
TwoFaced25-Jan-07 7:52 
GeneralRe: create timer in class Pin
Marc Soleda26-Jan-07 3:53
Marc Soleda26-Jan-07 3:53 
QuestionDataSets - Size Issue Pin
nlindley725-Jan-07 6:49
nlindley725-Jan-07 6:49 
AnswerRe: DataSets - Size Issue Pin
Kschuler25-Jan-07 8:16
Kschuler25-Jan-07 8:16 
GeneralRe: DataSets - Size Issue Pin
nlindley725-Jan-07 10:12
nlindley725-Jan-07 10:12 
GeneralRe: DataSets - Size Issue Pin
Kschuler25-Jan-07 10:30
Kschuler25-Jan-07 10:30 
GeneralRe: DataSets - Size Issue Pin
nlindley726-Jan-07 2:39
nlindley726-Jan-07 2:39 
QuestionConverting VB 6.0 Inet Control to VB .NET Pin
Rod Cutler25-Jan-07 6:44
Rod Cutler25-Jan-07 6:44 
QuestionImage Editor Pin
Central_IT25-Jan-07 5:33
Central_IT25-Jan-07 5:33 
AnswerRe: Image Editor Pin
ednrgc25-Jan-07 5:56
ednrgc25-Jan-07 5:56 
GeneralRe: Image Editor Pin
Central_IT25-Jan-07 22:35
Central_IT25-Jan-07 22:35 
GeneralRe: Image Editor Pin
ednrgc26-Jan-07 2:49
ednrgc26-Jan-07 2:49 
AnswerRe: Image Editor Pin
Christian Graus25-Jan-07 23:37
protectorChristian Graus25-Jan-07 23:37 
GeneralRe: Image Editor Pin
Central_IT25-Jan-07 23:46
Central_IT25-Jan-07 23:46 
GeneralRe: Image Editor Pin
ednrgc26-Jan-07 2:52
ednrgc26-Jan-07 2:52 
GeneralRe: Image Editor Pin
Central_IT26-Jan-07 4:04
Central_IT26-Jan-07 4:04 
QuestionDisplaying a Bitmap View [modified] Pin
Central_IT25-Jan-07 1:25
Central_IT25-Jan-07 1:25 

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.