Click here to Skip to main content
15,915,083 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Remote exe - Rephrase question Pin
NRayman6-May-05 11:05
NRayman6-May-05 11:05 
GeneralRe: Remote exe - Rephrase question Pin
Colin Angus Mackay6-May-05 11:13
Colin Angus Mackay6-May-05 11:13 
GeneralRe: Remote exe - Rephrase question Pin
NRayman6-May-05 11:52
NRayman6-May-05 11:52 
GeneralRe: Remote exe - Rephrase question Pin
Colin Angus Mackay6-May-05 11:56
Colin Angus Mackay6-May-05 11:56 
GeneralRe: Remote exe - Rephrase question Pin
Dave Kreskowiak6-May-05 12:30
mveDave Kreskowiak6-May-05 12:30 
GeneralReporting Woes... Pin
Robert M Greene6-May-05 9:27
Robert M Greene6-May-05 9:27 
GeneralRe: Reporting Woes... Pin
Tad McClellan8-May-05 14:26
professionalTad McClellan8-May-05 14:26 
Generalclosing form Pin
Anonymous6-May-05 0:26
Anonymous6-May-05 0:26 
When I open 2nd form wrom 1st one with "Show" and then messagebox from 2nd form, then after closing 1st form the program hangs up. The problem is because messagebox is opened as a dialog from 2nd form. What should I do to close every window after closing 1st form?
I'm opening 2nd form with:
System.Reflection.Assembly assembly = System.Reflection.Assembly.LoadFrom("WindowsControlLibrary1.dll");
object obj = assembly.CreateInstance("WindowsControlLibrary1.Form1",true);
obj.GetType().InvokeMember("Show",System.Reflection.BindingFlags.InvokeMethod,null,obj,null);

Thanks for every help

GeneralRe: closing form Pin
MoustafaS6-May-05 2:14
MoustafaS6-May-05 2:14 
GeneralRe: closing form Pin
Anonymous6-May-05 6:08
Anonymous6-May-05 6:08 
GeneralRe: closing form Pin
Dave Kreskowiak6-May-05 7:30
mveDave Kreskowiak6-May-05 7:30 
GeneralHelp Me to port to Win98 Pin
Saksida Bojan5-May-05 23:30
Saksida Bojan5-May-05 23:30 
GeneralRe: Help Me to port to Win98 Pin
Dan_P5-May-05 23:43
Dan_P5-May-05 23:43 
GeneralRe: Help Me to port to Win98 Pin
Saksida Bojan6-May-05 1:34
Saksida Bojan6-May-05 1:34 
GeneralRe: Help Me to port to Win98 Pin
Dave Kreskowiak6-May-05 7:18
mveDave Kreskowiak6-May-05 7:18 
GeneralRe: Help Me to port to Win98 Pin
Saksida Bojan6-May-05 10:54
Saksida Bojan6-May-05 10:54 
GeneralRe: Help Me to port to Win98 Pin
Dave Kreskowiak6-May-05 12:24
mveDave Kreskowiak6-May-05 12:24 
GeneralThank For Help Pin
Saksida Bojan7-May-05 3:04
Saksida Bojan7-May-05 3:04 
GeneralPocket PC image processing problems Pin
redleafong5-May-05 18:35
redleafong5-May-05 18:35 
QuestionWhy is Textbox not working? Pin
Richard Jones5-May-05 9:30
Richard Jones5-May-05 9:30 
AnswerRe: Why is Textbox not working? Pin
Colin Angus Mackay5-May-05 10:42
Colin Angus Mackay5-May-05 10:42 
GeneralRe: Why is Textbox not working? Pin
Richard Jones6-May-05 2:20
Richard Jones6-May-05 2:20 
GeneralExtracting cab file : FDICopy() Failed: code 11[User aborted] Pin
Sheela Krishnan5-May-05 5:42
Sheela Krishnan5-May-05 5:42 
GeneralOverlapping Images with Windows Forms/PictureBox Pin
pcxboy4-May-05 18:27
pcxboy4-May-05 18:27 
GeneralRe: Overlapping Images with Windows Forms/PictureBox Pin
MoustafaS5-May-05 1:47
MoustafaS5-May-05 1: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.