Click here to Skip to main content
15,914,322 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to create a HELP document Pin
MS Lee9-Jul-07 21:49
MS Lee9-Jul-07 21:49 
GeneralRe: how to create a HELP document Pin
engsrini12-Jul-07 1:17
engsrini12-Jul-07 1:17 
Questionhow to call click event od button on another form Pin
monuSaini9-Jul-07 20:19
monuSaini9-Jul-07 20:19 
AnswerRe: how to call click event od button on another form Pin
Michael Sync9-Jul-07 20:24
Michael Sync9-Jul-07 20:24 
GeneralRe: how to call click event od button on another form Pin
monuSaini9-Jul-07 20:36
monuSaini9-Jul-07 20:36 
GeneralRe: how to call click event od button on another form Pin
Michael Sync9-Jul-07 20:55
Michael Sync9-Jul-07 20:55 
GeneralRe: how to call click event od button on another form Pin
monuSaini9-Jul-07 21:00
monuSaini9-Jul-07 21:00 
GeneralRe: how to call click event od button on another form Pin
engsrini9-Jul-07 21:06
engsrini9-Jul-07 21:06 
The good design practice is to create a property to the button on Form1 and use PerformClick () function.
Eg.
On Form1
public Button Button1<br />
        {<br />
            get<br />
            {<br />
                return button1;<br />
            }<br />
        }<br />

on form2
Form1 obj = new Form1();<br />
obj.Button1.PerformClick ();

GeneralRe: how to call click event od button on another form Pin
Martin#9-Jul-07 21:13
Martin#9-Jul-07 21:13 
AnswerRe: how to call click event od button on another form Pin
Martin#9-Jul-07 21:00
Martin#9-Jul-07 21:00 
QuestionVista64 and Parallelport (LPT) Pin
gxprogs9-Jul-07 20:10
gxprogs9-Jul-07 20:10 
QuestionWorking With Word document througt Vb.NEt C# Pin
PriteshMalvan9-Jul-07 20:09
PriteshMalvan9-Jul-07 20:09 
AnswerRe: Working With Word document througt Vb.NEt C# Pin
lmoelleb9-Jul-07 20:48
lmoelleb9-Jul-07 20:48 
QuestionEnable/Disable Windows service Pin
EvilInide9-Jul-07 20:08
EvilInide9-Jul-07 20:08 
AnswerRe: Enable/Disable Windows service Pin
Bijesh9-Jul-07 23:03
Bijesh9-Jul-07 23:03 
GeneralRe: Enable/Disable Windows service Pin
EvilInide10-Jul-07 0:17
EvilInide10-Jul-07 0:17 
Questionhow to remove duplicate value in array? Pin
neodeaths9-Jul-07 18:52
neodeaths9-Jul-07 18:52 
AnswerRe: how to remove duplicate value in array? Pin
Martin#9-Jul-07 19:09
Martin#9-Jul-07 19:09 
AnswerRe: how to remove duplicate value in array? Pin
PIEBALDconsult10-Jul-07 8:56
mvePIEBALDconsult10-Jul-07 8:56 
Questionconvert windows form to xml Pin
srujana_m9-Jul-07 18:44
srujana_m9-Jul-07 18:44 
AnswerRe: convert windows form to xml Pin
Christian Graus10-Jul-07 7:05
protectorChristian Graus10-Jul-07 7:05 
GeneralRe: convert windows form to xml Pin
srujana_m10-Jul-07 18:03
srujana_m10-Jul-07 18:03 
Questionsearch function Pin
T.EDY9-Jul-07 18:26
T.EDY9-Jul-07 18:26 
AnswerRe: search function Pin
Sathesh Sakthivel9-Jul-07 19:05
Sathesh Sakthivel9-Jul-07 19:05 
QuestionRelease my Application #2 Pin
13th dimension9-Jul-07 15:47
13th dimension9-Jul-07 15:47 

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.