Click here to Skip to main content
15,899,474 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: copy and paste textbox in form 1 to textbox in form2 Pin
DaveAuld2-Nov-09 0:41
professionalDaveAuld2-Nov-09 0:41 
Questiondata export listview into pdf file in vb.net Pin
silex_abhi1-Nov-09 23:16
silex_abhi1-Nov-09 23:16 
AnswerRe: data export listview into pdf file in vb.net Pin
Henry Minute2-Nov-09 1:25
Henry Minute2-Nov-09 1:25 
QuestionCombobox SelectedIndexChanged event Pin
helelark1231-Nov-09 22:52
helelark1231-Nov-09 22:52 
AnswerRe: Combobox SelectedIndexChanged event Pin
Christian Graus1-Nov-09 23:01
protectorChristian Graus1-Nov-09 23:01 
QuestionAccept numbers only in textbox Pin
Luc Baetsle1-Nov-09 22:31
Luc Baetsle1-Nov-09 22:31 
AnswerRe: Accept numbers only in textbox Pin
dan!sh 1-Nov-09 22:37
professional dan!sh 1-Nov-09 22:37 
GeneralRe: Accept numbers only in textbox Pin
Luc Baetsle1-Nov-09 22:41
Luc Baetsle1-Nov-09 22:41 
I know, I checked this in keypress, but I want that the letter values aren't shown in textbox after the msgbox occures.

Like:

If Char.IsNumber(e.KeyChar) then
'Show numeric values
Else
'But here letter value is showed
MsgBox ("Please enter a numeric value: " ,vbinformation)
tb500.Focus
Exit sub
End If

Thanks
GeneralRe: Accept numbers only in textbox Pin
Christian Graus1-Nov-09 22:50
protectorChristian Graus1-Nov-09 22:50 
GeneralRe: Accept numbers only in textbox Pin
dan!sh 1-Nov-09 22:53
professional dan!sh 1-Nov-09 22:53 
GeneralRe: Accept numbers only in textbox Pin
Luc Baetsle1-Nov-09 23:02
Luc Baetsle1-Nov-09 23:02 
GeneralRe: Accept numbers only in textbox Pin
Luc Baetsle2-Nov-09 9:28
Luc Baetsle2-Nov-09 9:28 
AnswerRe: Accept numbers only in textbox Pin
Christian Graus1-Nov-09 22:38
protectorChristian Graus1-Nov-09 22:38 
GeneralRe: Accept numbers only in textbox Pin
dan!sh 1-Nov-09 22:41
professional dan!sh 1-Nov-09 22:41 
GeneralRe: Accept numbers only in textbox Pin
Christian Graus1-Nov-09 22:49
protectorChristian Graus1-Nov-09 22:49 
GeneralRe: Accept numbers only in textbox Pin
dan!sh 1-Nov-09 23:01
professional dan!sh 1-Nov-09 23:01 
GeneralRe: Accept numbers only in textbox Pin
Christian Graus1-Nov-09 23:03
protectorChristian Graus1-Nov-09 23:03 
GeneralRe: Accept numbers only in textbox Pin
Luc Baetsle1-Nov-09 23:05
Luc Baetsle1-Nov-09 23:05 
AnswerRe: Accept numbers only in textbox Pin
Member 37888845-Nov-09 1:00
Member 37888845-Nov-09 1:00 
QuestionCreate array of Images. Pin
Anubhava Dimri1-Nov-09 21:12
Anubhava Dimri1-Nov-09 21:12 
AnswerRe: Create array of Images. Pin
Christian Graus1-Nov-09 21:21
protectorChristian Graus1-Nov-09 21:21 
GeneralRe: Create array of Images. Pin
Anubhava Dimri1-Nov-09 22:02
Anubhava Dimri1-Nov-09 22:02 
GeneralRe: Create array of Images. Pin
Christian Graus1-Nov-09 22:07
protectorChristian Graus1-Nov-09 22:07 
GeneralRe: Create array of Images. Pin
Anubhava Dimri1-Nov-09 22:29
Anubhava Dimri1-Nov-09 22:29 
GeneralRe: Create array of Images. Pin
Christian Graus1-Nov-09 22:37
protectorChristian Graus1-Nov-09 22: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.