how can i check if a command button is clicked in vb.net 2003?
why would you want to? heres how anyway: vb Code: Dim clicked As Boolean = False Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click clicked = True End Sub
Dim clicked As Boolean = False Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click clicked = True End Sub
Coding Examples: My Web Site | CodeBank SubmissionsFeatures: Sorting Techniques | DataGridView Printing | Average Strategies - Plugin VersionOnline Games: hangMan | masterMind | sudoku | crack the lock | numbers game | Fit Words | Fit Numbers | Crossword HangmanCompiled Games: Puzzle Games
Forum Rules