Click here to Skip to main content
15,918,330 members
Home / Discussions / C#
   

C#

 
GeneralRe: SDLC Question Pin
led mike12-Sep-07 5:17
led mike12-Sep-07 5:17 
AnswerRe: SDLC Question Pin
Scott Dorman12-Sep-07 8:14
professionalScott Dorman12-Sep-07 8:14 
Questionstill having problems with log to sql server using sql server login Pin
prasadbuddhika12-Sep-07 2:33
prasadbuddhika12-Sep-07 2:33 
AnswerRe: still having problems with log to sql server using sql server login Pin
led mike12-Sep-07 4:55
led mike12-Sep-07 4:55 
QuestionSYNTAX PROBLEM -----PLS HELP ME Pin
Nishad8512-Sep-07 1:33
Nishad8512-Sep-07 1:33 
AnswerRe: SYNTAX PROBLEM -----PLS HELP ME Pin
Colin Angus Mackay12-Sep-07 1:59
Colin Angus Mackay12-Sep-07 1:59 
AnswerRe: SYNTAX PROBLEM -----PLS HELP ME Pin
Mark Swaanenburg12-Sep-07 2:03
Mark Swaanenburg12-Sep-07 2:03 
QuestionWindows Media Player 11 Pin
henur12-Sep-07 1:25
henur12-Sep-07 1:25 
AnswerRe: Windows Media Player 11 Pin
Jimmanuel12-Sep-07 3:34
Jimmanuel12-Sep-07 3:34 
GeneralRe: Windows Media Player 11 Pin
henur12-Sep-07 4:19
henur12-Sep-07 4:19 
QuestionFindString Problem Pin
Xmen Real 12-Sep-07 1:12
professional Xmen Real 12-Sep-07 1:12 
AnswerRe: FindString Problem Pin
Luc Pattyn12-Sep-07 2:27
sitebuilderLuc Pattyn12-Sep-07 2:27 
GeneralRe: FindString Problem Pin
Xmen Real 12-Sep-07 3:58
professional Xmen Real 12-Sep-07 3:58 
GeneralRe: FindString Problem Pin
Luc Pattyn12-Sep-07 4:06
sitebuilderLuc Pattyn12-Sep-07 4:06 
QuestionSemi automatic forground video segmentation Pin
ptr_Electron12-Sep-07 0:48
ptr_Electron12-Sep-07 0:48 
AnswerRe: Semi automatic forground video segmentation Pin
Ed.Poore12-Sep-07 2:09
Ed.Poore12-Sep-07 2:09 
QuestionDownload multiple files? [modified] Pin
bug_aonz12-Sep-07 0:35
bug_aonz12-Sep-07 0:35 
AnswerRe: Download multiple files? Pin
Mark Swaanenburg12-Sep-07 2:23
Mark Swaanenburg12-Sep-07 2:23 
AnswerRe: Download multiple files? Pin
Scott Dorman12-Sep-07 8:18
professionalScott Dorman12-Sep-07 8:18 
QuestionRe: Download multiple files? Pin
bug_aonz12-Sep-07 17:11
bug_aonz12-Sep-07 17:11 
AnswerRe: Download multiple files? Pin
Scott Dorman13-Sep-07 4:16
professionalScott Dorman13-Sep-07 4:16 
GeneralRe: Download multiple files? Pin
bug_aonz13-Sep-07 16:56
bug_aonz13-Sep-07 16:56 
QuestionHow to check in form2 if a button on form1 has been clicked Pin
Lucy12-Sep-07 0:20
Lucy12-Sep-07 0:20 
I have two forms. Form1 has a textbox and a button. Form2 has a label. When the button on form1 is clicked, form2 is opened and the text in the textbox in form1 is shown in the label of form2. To get the text in the textbox to appear in the label, the code I have for this is in the Form load event. In this event I want to check if the button on form 1 has been clicked. How do I do this?

I can access the button (located on form1) from form 2 by firstly making this public and then using this code:

((Form1)frm1).button1.

I do not know how to finish this line of code while it is in an IF statement.

Lucy

AnswerRe: How to check in form2 if a button on form1 has been clicked Pin
blackjack215012-Sep-07 0:33
blackjack215012-Sep-07 0:33 
GeneralRe: How to check in form2 if a button on form1 has been clicked Pin
Lucy12-Sep-07 0:54
Lucy12-Sep-07 0:54 

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.