Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Help File integration Pin
Muhammad Nauman Yousuf26-Sep-07 2:47
Muhammad Nauman Yousuf26-Sep-07 2:47 
QuestionFind Exact match Pin
jebin k24-Sep-07 2:29
jebin k24-Sep-07 2:29 
AnswerRe: Find Exact match Pin
Guffa24-Sep-07 2:38
Guffa24-Sep-07 2:38 
GeneralRe: Find Exact match Pin
jebin k24-Sep-07 2:51
jebin k24-Sep-07 2:51 
AnswerRe: Find Exact match Pin
Guffa24-Sep-07 4:35
Guffa24-Sep-07 4:35 
GeneralRe: Find Exact match Pin
jebin k24-Sep-07 7:28
jebin k24-Sep-07 7:28 
AnswerRe: Find Exact match Pin
Justin Perez24-Sep-07 2:42
Justin Perez24-Sep-07 2:42 
GeneralRe: Find Exact match Pin
jebin k24-Sep-07 3:10
jebin k24-Sep-07 3:10 
GeneralRe: Find Exact match Pin
J4amieC24-Sep-07 4:05
J4amieC24-Sep-07 4:05 
Questionhelp to create inventory system?? Pin
cutedrew24-Sep-07 2:27
cutedrew24-Sep-07 2:27 
AnswerRe: help to create inventory system?? Pin
Colin Angus Mackay24-Sep-07 3:30
Colin Angus Mackay24-Sep-07 3:30 
QuestionThe equivalent of 'hello world' when it comes to custom events?! Pin
Dave2560024-Sep-07 2:25
Dave2560024-Sep-07 2:25 
AnswerRe: The equivalent of 'hello world' when it comes to custom events?! Pin
martin_hughes24-Sep-07 3:46
martin_hughes24-Sep-07 3:46 
QuestionGenerate C# code from Visio diagrams Pin
Krishnaraj Barvathaya B24-Sep-07 1:55
Krishnaraj Barvathaya B24-Sep-07 1:55 

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.