Click here to Skip to main content
15,897,090 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: text to speech Pin
Christian Graus23-May-07 21:27
protectorChristian Graus23-May-07 21:27 
QuestionRe: text to speech Pin
Sonia Gupta23-May-07 21:48
Sonia Gupta23-May-07 21:48 
AnswerRe: text to speech Pin
Dave Kreskowiak24-May-07 4:47
mveDave Kreskowiak24-May-07 4:47 
Questionbutton click Pin
Sonia Gupta23-May-07 18:20
Sonia Gupta23-May-07 18:20 
AnswerRe: button click Pin
_Damian S_23-May-07 18:32
professional_Damian S_23-May-07 18:32 
QuestionRe: button click Pin
Sonia Gupta23-May-07 18:42
Sonia Gupta23-May-07 18:42 
AnswerRe: button click Pin
_Damian S_23-May-07 18:52
professional_Damian S_23-May-07 18:52 
QuestionRe: button click Pin
Sonia Gupta23-May-07 19:39
Sonia Gupta23-May-07 19:39 
I did not get the meaning of
DirectCast(sender, Button)

Private Sub LotsOfButtons( _
ByVal sender As System.Object, _
ByVal e As System.EventArgs) _
Handles Button1.Click, Button2.Click, _
Button3.Click, Button4.Click, _
Button5.Click, Button6.Click, _
Button7.Click, Button8.Click, _
Button9.Click, Button10.Click
Dim clickedBtn As Button
If TypeOf sender Is Button Then
clickedBtn = DirectCast(sender, Button)
MsgBox(clickedBtn.Text)
End If
End Sub
Should i imports any framework class to use this function?
QuestionRe: button click Pin
Sonia Gupta23-May-07 19:53
Sonia Gupta23-May-07 19:53 
AnswerRe: button click Pin
_Damian S_23-May-07 19:57
professional_Damian S_23-May-07 19:57 
AnswerRe: button click Pin
Ch_Shahzad iqbal24-May-07 2:16
Ch_Shahzad iqbal24-May-07 2:16 
AnswerRe: button click Pin
shally_7924-May-07 2:22
shally_7924-May-07 2:22 
QuestionNewby question - entering persistant/static/configuration data Pin
>Bill23-May-07 16:06
>Bill23-May-07 16:06 
AnswerRe: Newby question - entering persistant/static/configuration data Pin
Dave Kreskowiak23-May-07 16:11
mveDave Kreskowiak23-May-07 16:11 
AnswerRe: Newby question - entering persistant/static/configuration data Pin
Dave Herren23-May-07 16:21
Dave Herren23-May-07 16:21 
GeneralRe: Newby question - entering persistant/static/configuration data Pin
>Bill23-May-07 16:40
>Bill23-May-07 16:40 
QuestionCopy records, change date, save new... Pin
CCG323-May-07 9:31
CCG323-May-07 9:31 
AnswerRe: Copy records, change date, save new... Pin
Dave Kreskowiak23-May-07 9:56
mveDave Kreskowiak23-May-07 9:56 
GeneralRe: Copy records, change date, save new... [modified] Pin
CCG323-May-07 10:06
CCG323-May-07 10:06 
GeneralRe: Copy records, change date, save new... Pin
Dave Kreskowiak23-May-07 10:15
mveDave Kreskowiak23-May-07 10:15 
GeneralRe: Copy records, change date, save new... Pin
CCG323-May-07 10:39
CCG323-May-07 10:39 
GeneralRe: Copy records, change date, save new... Pin
Dave Kreskowiak23-May-07 16:06
mveDave Kreskowiak23-May-07 16:06 
QuestionHow to sort on date Pin
skipy197323-May-07 9:10
skipy197323-May-07 9:10 
AnswerRe: How to sort on date Pin
Dave Kreskowiak23-May-07 9:51
mveDave Kreskowiak23-May-07 9:51 
GeneralRe: How to sort on date Pin
skipy197323-May-07 11:04
skipy197323-May-07 11:04 

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.