Click here to Skip to main content
15,910,009 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MapWindowGIS Pin
hira081-Nov-09 3:03
hira081-Nov-09 3:03 
GeneralRe: MapWindowGIS Pin
DaveAuld1-Nov-09 7:38
professionalDaveAuld1-Nov-09 7:38 
Questioncreate somthing like this see the example pl multi select Pin
neverpleat31-Oct-09 5:52
neverpleat31-Oct-09 5:52 
AnswerRe: create somthing like this see the example pl multi select Pin
Henry Minute31-Oct-09 6:07
Henry Minute31-Oct-09 6:07 
GeneralRe: create somthing like this see the example pl multi select Pin
neverpleat31-Oct-09 7:23
neverpleat31-Oct-09 7:23 
GeneralRe: create somthing like this see the example pl multi select Pin
Henry Minute31-Oct-09 10:22
Henry Minute31-Oct-09 10:22 
AnswerRe: create somthing like this see the example pl multi select Pin
Luc Pattyn31-Oct-09 6:27
sitebuilderLuc Pattyn31-Oct-09 6:27 
QuestionHow to clear multiple textboxes in a form (using vb.net) Pin
Luc Baetsle31-Oct-09 2:59
Luc Baetsle31-Oct-09 2:59 
Hello,

I have 15 textboxes ( textbox1 => textbox15).
After calculating the values, i want to clear them with a single press on a button:

I tried:

For Each ctl As Control In Me.Controls

If TypeOf ctl Is TextBox Then
ctl.Text = ""
End If
Next

but it won't work. What am I doing wrong?
Thanks in advance

Luc
AnswerRe: How to clear multiple textboxes in a form (using vb.net) Pin
Milad.Biroonvand31-Oct-09 3:06
Milad.Biroonvand31-Oct-09 3:06 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
Luc Baetsle31-Oct-09 3:11
Luc Baetsle31-Oct-09 3:11 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
Milad.Biroonvand31-Oct-09 3:13
Milad.Biroonvand31-Oct-09 3:13 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
Luc Baetsle31-Oct-09 3:16
Luc Baetsle31-Oct-09 3:16 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
Milad.Biroonvand31-Oct-09 3:19
Milad.Biroonvand31-Oct-09 3:19 
AnswerRe: How to clear multiple textboxes in a form (using vb.net) Pin
DaveAuld31-Oct-09 3:17
professionalDaveAuld31-Oct-09 3:17 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
Luc Baetsle31-Oct-09 3:19
Luc Baetsle31-Oct-09 3:19 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
DaveAuld31-Oct-09 3:22
professionalDaveAuld31-Oct-09 3:22 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
Luc Baetsle31-Oct-09 3:26
Luc Baetsle31-Oct-09 3:26 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
Milad.Biroonvand31-Oct-09 3:58
Milad.Biroonvand31-Oct-09 3:58 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
DaveAuld31-Oct-09 4:01
professionalDaveAuld31-Oct-09 4:01 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
Luc Baetsle31-Oct-09 5:40
Luc Baetsle31-Oct-09 5:40 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
Milad.Biroonvand31-Oct-09 19:29
Milad.Biroonvand31-Oct-09 19:29 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
DaveAuld1-Nov-09 0:35
professionalDaveAuld1-Nov-09 0:35 
Questionhow to display categories by tree view in vb.net Pin
Milad.Biroonvand31-Oct-09 2:22
Milad.Biroonvand31-Oct-09 2:22 
AnswerRe: how to display categories by tree view in vb.net Pin
Steven J Jowett31-Oct-09 2:42
Steven J Jowett31-Oct-09 2:42 
GeneralRe: how to display categories by tree view in vb.net Pin
Milad.Biroonvand31-Oct-09 2:46
Milad.Biroonvand31-Oct-09 2:46 

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.