Click here to Skip to main content
16,013,747 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Send SMS error Pin
Socheat.Net28-May-07 16:39
Socheat.Net28-May-07 16:39 
GeneralRe: Send SMS error Pin
Christian Graus28-May-07 16:42
protectorChristian Graus28-May-07 16:42 
GeneralRe: Send SMS error Pin
Socheat.Net28-May-07 16:53
Socheat.Net28-May-07 16:53 
GeneralRe: Send SMS error Pin
Dave Kreskowiak28-May-07 17:03
mveDave Kreskowiak28-May-07 17:03 
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 
ctlqt12 wrote:
It means i must write event for each button and i have 30 functions for 30 buttons.


No, it doesn't. The sender property on an event is the control that raised it. So, write one event that casts that to a Button, grabs the text and sets it to the textbox.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

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 
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 

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.