| | |
help plz
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Nov 2007
Posts: 9
Reputation:
Solved Threads: 0
You can have two different function to get ABC and XYZ. In OnButtonClick function you decide which function to call. Exsmple:
Private Sub ButtonClicked_Method(..) Handles MyButton_Click
If (today=sunday) then
GetABC()
Else
GetXYZ()
End If
End Sub
Private Sub GetABC()
txtMyTextBox.Text = "ABC"
End Sub
Private Sub GetXYZ()
txtMyTextBox.Text = "XYZ"
End Sub
Private Sub ButtonClicked_Method(..) Handles MyButton_Click
If (today=sunday) then
GetABC()
Else
GetXYZ()
End If
End Sub
Private Sub GetABC()
txtMyTextBox.Text = "ABC"
End Sub
Private Sub GetXYZ()
txtMyTextBox.Text = "XYZ"
End Sub
![]() |
Similar Threads
- can someone plz help me with this? (Visual Basic 4 / 5 / 6)
- I NEED SUPPORT **"IMPORTANT"** PLZ HELP (Windows NT / 2000 / XP)
- Windows media player (Windows NT / 2000 / XP)
- Bridge.dll...Make it go away, Plz (Viruses, Spyware and other Nasties)
- can sum1 look @ dis plz (Viruses, Spyware and other Nasties)
- Hijackthis log file - plz help (Viruses, Spyware and other Nasties)
- IE not working...PLZ help :cry: (Web Browsers)
- PLZ help it's urgent! (Web Browsers)
- plz help ppl...... (Computer Science)
Other Threads in the VB.NET Forum
- Previous Thread: selected index
- Next Thread: Carriage Return
| Thread Tools | Search this Thread |
.net 30minutes 2005 2008 access account arithmetic array basic binary bing button buttons c# center check code combobox component connectionstring convert crystalreport data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dropdownlist excel file-dialog folder ftp generatetags google gridview hardcopy image images inline insert intel internet listview login mobile monitor ms net networking output passingparameters peertopeervideostreaming picturebox picturebox1 plugin port print printing problem problemwithinstallation project reports" save searchbox searchvb.net select serial server soap sql string table tcp text textbox timer toolbox trim update updown user usercontrol vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web wpf





