Click here to Skip to main content
15,916,941 members
Home / Discussions / C#
   

C#

 
QuestionMarshalling C++/C# Pin
Dio2224-Sep-07 4:13
Dio2224-Sep-07 4:13 
AnswerRe: Marshalling C++/C# Pin
Judah Gabriel Himango24-Sep-07 4:46
sponsorJudah Gabriel Himango24-Sep-07 4:46 
QuestionHow can I implement the executing when turning on the computer during the deployment Pin
joypain24-Sep-07 3:48
joypain24-Sep-07 3:48 
AnswerRe: How can I implement the executing when turning on the computer during the deployment Pin
BoneSoft24-Sep-07 4:36
BoneSoft24-Sep-07 4:36 
GeneralRe: How can I implement the executing when turning on the computer during the deployment Pin
joypain25-Sep-07 6:43
joypain25-Sep-07 6:43 
GeneralRe: How can I implement the executing when turning on the computer during the deployment Pin
BoneSoft25-Sep-07 7:28
BoneSoft25-Sep-07 7:28 
GeneralRe: How can I implement the executing when turning on the computer during the deployment Pin
joypain26-Sep-07 5:39
joypain26-Sep-07 5:39 
GeneralRe: How can I implement the executing when turning on the computer during the deployment Pin
BoneSoft26-Sep-07 5:53
BoneSoft26-Sep-07 5:53 
Questionhow to make screen Pin
lockepeak24-Sep-07 3:38
lockepeak24-Sep-07 3:38 
AnswerRe: how to make screen Pin
MaxRelaxman24-Sep-07 3:51
MaxRelaxman24-Sep-07 3:51 
GeneralRe: how to make screen Pin
BoneSoft24-Sep-07 4:33
BoneSoft24-Sep-07 4:33 
QuestionUsing unmanaged code (C) Pin
Yaron avital24-Sep-07 3:18
Yaron avital24-Sep-07 3:18 
AnswerRe: Using unmanaged code (C) Pin
Malcolm Smart24-Sep-07 3:33
Malcolm Smart24-Sep-07 3:33 
GeneralRe: Using unmanaged code (C) Pin
Yaron avital24-Sep-07 3:52
Yaron avital24-Sep-07 3:52 
GeneralRe: Using unmanaged code (C) Pin
Malcolm Smart24-Sep-07 3:59
Malcolm Smart24-Sep-07 3:59 
QuestionSerialization Problem Pin
stancrm24-Sep-07 2:44
stancrm24-Sep-07 2:44 
AnswerRe: Serialization Problem Pin
Ravi Bhavnani24-Sep-07 2:57
professionalRavi Bhavnani24-Sep-07 2:57 
AnswerRe: Serialization Problem Pin
BoneSoft24-Sep-07 4:32
BoneSoft24-Sep-07 4:32 
Questionhow to Access to Other form when it's still in "Show()"? Pin
combo_ci24-Sep-07 2:40
combo_ci24-Sep-07 2:40 
AnswerRe: how to Access to Other form when it's still in "Show()"? Pin
Justin Perez24-Sep-07 2:55
Justin Perez24-Sep-07 2:55 
AnswerRe: how to Access to Other form when it's still in "Show()"? Pin
Ravi Bhavnani24-Sep-07 3:00
professionalRavi Bhavnani24-Sep-07 3:00 
AnswerRe: how to Access to Other form when it's still in "Show()"? Pin
combo_ci24-Sep-07 6:16
combo_ci24-Sep-07 6:16 
hi
my project have 2 forms ...in form 1 i have a button and button1_Click is

private void button1_Click(object sender, EventArgs e)
{
this.DesktopLocation = new Point(DesktopLocation.X - 200, DesktopLocation.Y);

new Form2(this.DesktopLocation.X + this.Width, this.DesktopLocation.Y).Show();
}


now form2 is Show() and i want to know IN FORM1 that form2 is close or still running ....
and when form2 is close event or property fire in form1 to Form1.DesktopLocation return to orginl location...


here is source code of my project[]

Does anyone know how i can do this action?

Thanks;
GeneralRe: how to Access to Other form when it's still in "Show()"? Pin
I Believe In GOD24-Sep-07 11:44
I Believe In GOD24-Sep-07 11:44 
QuestionHelp File integration Pin
Muhammad Nauman Yousuf24-Sep-07 2:38
Muhammad Nauman Yousuf24-Sep-07 2:38 
AnswerRe: Help File integration Pin
Justin Perez24-Sep-07 2:50
Justin Perez24-Sep-07 2:50 

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.