Click here to Skip to main content
15,928,207 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how can i select label or textbox at runtime form on vb.net Pin
εїзεїзεїз2-Sep-09 0:41
εїзεїзεїз2-Sep-09 0:41 
QuestionVB 6 Application crash Pin
Member 39820471-Sep-09 20:49
Member 39820471-Sep-09 20:49 
AnswerRe: VB 6 Application crash Pin
Johan Hakkesteegt1-Sep-09 21:14
Johan Hakkesteegt1-Sep-09 21:14 
GeneralRe: VB 6 Application crash Pin
Member 39820471-Sep-09 22:37
Member 39820471-Sep-09 22:37 
GeneralRe: VB 6 Application crash Pin
Johan Hakkesteegt1-Sep-09 23:01
Johan Hakkesteegt1-Sep-09 23:01 
GeneralRe: VB 6 Application crash Pin
Member 39820472-Sep-09 0:21
Member 39820472-Sep-09 0:21 
GeneralRe: VB 6 Application crash Pin
Christian Graus2-Sep-09 0:29
protectorChristian Graus2-Sep-09 0:29 
GeneralRe: VB 6 Application crash [modified] Pin
Johan Hakkesteegt2-Sep-09 0:39
Johan Hakkesteegt2-Sep-09 0:39 
You could try to see if you can find out anything about the error by adding some error handling:

Private Sub YourSub()
  On Error GoTo ErrHandler
  'Your code that uses the value from the textbox here'    
ErrHandler:
  MsgBox (Err.Description)
End Sub


then compile you app and run it.

My advice is free, and you may get what you paid for.

modified on Wednesday, September 2, 2009 6:55 AM

QuestionNot Able to draw line in Picture box Pin
kjsl2k91-Sep-09 18:55
kjsl2k91-Sep-09 18:55 
AnswerRe: Not Able to draw line in Picture box Pin
εїзεїзεїз1-Sep-09 20:38
εїзεїзεїз1-Sep-09 20:38 
AnswerRe: Not Able to draw line in Picture box Pin
Johan Hakkesteegt1-Sep-09 21:04
Johan Hakkesteegt1-Sep-09 21:04 
AnswerRe: Not Able to draw line in Picture box Pin
Christian Graus1-Sep-09 21:27
protectorChristian Graus1-Sep-09 21:27 
Questionconnection Pin
ihe1-Sep-09 18:54
ihe1-Sep-09 18:54 
AnswerRe: connection Pin
_Damian S_1-Sep-09 20:22
professional_Damian S_1-Sep-09 20:22 
GeneralRe: connection Pin
ihe2-Sep-09 16:06
ihe2-Sep-09 16:06 
AnswerRe: connection Pin
Christian Graus1-Sep-09 21:28
protectorChristian Graus1-Sep-09 21:28 
GeneralRe: connection Pin
ihe2-Sep-09 16:03
ihe2-Sep-09 16:03 
QuestionError when drawing a bitmap Pin
Sonhospa1-Sep-09 15:28
Sonhospa1-Sep-09 15:28 
AnswerRe: Error when drawing a bitmap Pin
Christian Graus1-Sep-09 16:10
protectorChristian Graus1-Sep-09 16:10 
AnswerRe: Error when drawing a bitmap Pin
Luc Pattyn2-Sep-09 1:05
sitebuilderLuc Pattyn2-Sep-09 1:05 
QuestionRe: Error when drawing a bitmap [modified] Pin
Sonhospa2-Sep-09 8:12
Sonhospa2-Sep-09 8:12 
AnswerRe: Error when drawing a bitmap Pin
Luc Pattyn2-Sep-09 8:33
sitebuilderLuc Pattyn2-Sep-09 8:33 
GeneralRe: Error when drawing a bitmap Pin
Sonhospa2-Sep-09 8:55
Sonhospa2-Sep-09 8:55 
GeneralRe: Error when drawing a bitmap Pin
Luc Pattyn2-Sep-09 9:32
sitebuilderLuc Pattyn2-Sep-09 9:32 
QuestionVB6 Serial Comm Crashs Visual Studio Pin
suguimoto1-Sep-09 12:02
suguimoto1-Sep-09 12:02 

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.