Click here to Skip to main content
15,915,163 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Center Group box on form load Pin
The ANZAC19-Dec-06 10:20
The ANZAC19-Dec-06 10:20 
Questionimport data from .csv file to oracle Pin
montu337716-Dec-06 15:25
montu337716-Dec-06 15:25 
QuestionSoftware to attach with winlogon.exe Pin
Mekong River16-Dec-06 15:18
Mekong River16-Dec-06 15:18 
AnswerRe: Software to attach with winlogon.exe Pin
Thomas Stockwell17-Dec-06 4:46
professionalThomas Stockwell17-Dec-06 4:46 
GeneralRe: Software to attach with winlogon.exe Pin
Mekong River29-Dec-06 15:29
Mekong River29-Dec-06 15:29 
AnswerRe: Software to attach with winlogon.exe Pin
Dave Kreskowiak17-Dec-06 6:03
mveDave Kreskowiak17-Dec-06 6:03 
GeneralRe: Software to attach with winlogon.exe Pin
Mekong River29-Dec-06 15:32
Mekong River29-Dec-06 15:32 
QuestionEvent hander of multiple buttons Pin
tbryce31116-Dec-06 14:31
tbryce31116-Dec-06 14:31 
I have a click event for multiple buttons
i.e but1, but2, but3, etc...

Private Sub Buttons_Click(ByVal sender As System.Object, ByVal e as System.EventArgs) Handles but1.click, but2.click, but3.click

End Sub

(you get the idea)

What I want to do is determine the exact button that was clicked.

I tried this...

dim con as new control
if con.gettype.name = "Button" then
output.text = con.text
end if

obvisously no luck.

Any pointers for a novice?
AnswerRe: Event hander of multiple buttons Pin
Guffa16-Dec-06 15:41
Guffa16-Dec-06 15:41 
GeneralRe: Event hander of multiple buttons Pin
tbryce31117-Dec-06 4:56
tbryce31117-Dec-06 4:56 
GeneralRe: Event hander of multiple buttons Pin
Dave Kreskowiak17-Dec-06 6:15
mveDave Kreskowiak17-Dec-06 6:15 
AnswerRe: Event hander of multiple buttons Pin
Guffa17-Dec-06 9:14
Guffa17-Dec-06 9:14 
AnswerRe: Event hander of multiple buttons Pin
Thomas Stockwell17-Dec-06 4:49
professionalThomas Stockwell17-Dec-06 4:49 
QuestionLoad Values from registry into checkedlistbox Pin
guayony16-Dec-06 8:17
guayony16-Dec-06 8:17 
QuestionRe: Load Values from registry into checkedlistbox Pin
Are Jay16-Dec-06 19:43
Are Jay16-Dec-06 19:43 
QuestionChange Button Name, and Image When Button is Clicked [modified] Pin
Skullie8416-Dec-06 6:38
Skullie8416-Dec-06 6:38 
AnswerRe: Change Button Name, and Image When Button is Clicked Pin
The ANZAC16-Dec-06 10:48
The ANZAC16-Dec-06 10:48 
GeneralRe: Change Button Name, and Image When Button is Clicked Pin
Skullie8418-Dec-06 3:55
Skullie8418-Dec-06 3:55 
GeneralRe: Change Button Name, and Image When Button is Clicked Pin
The ANZAC18-Dec-06 9:46
The ANZAC18-Dec-06 9:46 
QuestionRich Text Box in VB .net that support graphics Pin
Nirav N Soni16-Dec-06 4:07
Nirav N Soni16-Dec-06 4:07 
QuestionRead mp3 file Pin
SilentBob10115-Dec-06 23:36
SilentBob10115-Dec-06 23:36 
AnswerRe: Read mp3 file Pin
Guffa16-Dec-06 0:07
Guffa16-Dec-06 0:07 
Questionremember me on same computer!!! Pin
Ashish Porwal15-Dec-06 20:16
Ashish Porwal15-Dec-06 20:16 
AnswerRe: remember me on same computer!!! Pin
MatrixCoder15-Dec-06 20:22
MatrixCoder15-Dec-06 20:22 
AnswerRe: remember me on same computer!!! Pin
amaneet15-Dec-06 20:39
amaneet15-Dec-06 20:39 

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.