Click here to Skip to main content
15,916,042 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Send SMS error Pin
Christian Graus28-May-07 23:16
protectorChristian Graus28-May-07 23:16 
GeneralRe: Send SMS error Pin
Socheat.Net28-May-07 23:24
Socheat.Net28-May-07 23:24 
QuestionSet event for 30 buttons Pin
ctlqt1228-May-07 13:50
ctlqt1228-May-07 13:50 
AnswerRe: Set event for 30 buttons Pin
Christian Graus28-May-07 14:06
protectorChristian Graus28-May-07 14:06 
AnswerRe: Set event for 30 buttons Pin
Dave Kreskowiak28-May-07 16:30
mveDave Kreskowiak28-May-07 16:30 
AnswerRe: Set event for 30 buttons [modified] Pin
Xandip28-May-07 18:17
Xandip28-May-07 18:17 
AnswerRe: Set event for 30 buttons Pin
Sonia Gupta28-May-07 19:34
Sonia Gupta28-May-07 19:34 
AnswerRe: Set event for 30 buttons Pin
Rupesh Kumar Swami28-May-07 20:40
Rupesh Kumar Swami28-May-07 20:40 
use follwing code
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click, Button2.Click, Button3.Click, ...Button30.Click
textbox1.text=sender.text '(or textbox1.text=textbox1.text & sender.text)
end sub

Hope this helps

Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

AnswerRe: Set event for 30 buttons Pin
Kiran Kumar B29-May-07 17:58
Kiran Kumar B29-May-07 17:58 
QuestionNull Reference Exception for Array Problem... [modified] Pin
rashadaliarshad28-May-07 8:41
rashadaliarshad28-May-07 8:41 
AnswerRe: Null Reference Exception for Array Problem... Pin
Guffa28-May-07 9:20
Guffa28-May-07 9:20 
AnswerRe: Null Reference Exception for Array Problem... Pin
rashadaliarshad28-May-07 9:25
rashadaliarshad28-May-07 9:25 
GeneralRe: Null Reference Exception for Array Problem... Pin
Christian Graus28-May-07 12:57
protectorChristian Graus28-May-07 12:57 
QuestionTabPages Disabling Pin
advansis28-May-07 7:08
advansis28-May-07 7:08 
AnswerRe: TabPages Disabling Pin
Dave Kreskowiak28-May-07 16:26
mveDave Kreskowiak28-May-07 16:26 
AnswerRe: TabPages Disabling Pin
Ali 11028-May-07 20:20
Ali 11028-May-07 20:20 
GeneralRe: TabPages Disabling Pin
advansis29-May-07 4:04
advansis29-May-07 4:04 
QuestionUsing Invoke with a Timer control Pin
Diego F.28-May-07 5:58
Diego F.28-May-07 5:58 
AnswerRe: Using Invoke with a Timer control Pin
Dave Kreskowiak28-May-07 16:19
mveDave Kreskowiak28-May-07 16:19 
Questioninvoke event handlers Pin
Maddie from Dartford28-May-07 4:05
Maddie from Dartford28-May-07 4:05 
AnswerRe: invoke event handlers Pin
Taylor Kobani28-May-07 8:02
Taylor Kobani28-May-07 8:02 
QuestionAutomate Word from VB6 Pin
Carter Langley28-May-07 3:47
Carter Langley28-May-07 3:47 
AnswerRe: Automate Word from VB6 Pin
ips_sun31-May-07 23:59
ips_sun31-May-07 23:59 
QuestionHow to create CSV file by using data from a table? Pin
virendra_00728-May-07 3:28
virendra_00728-May-07 3:28 
AnswerRe: How to create CSV file by using data from a table? Pin
Christian Graus28-May-07 12:59
protectorChristian Graus28-May-07 12:59 

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.