Click here to Skip to main content
15,903,203 members
Home / Discussions / C#
   

C#

 
GeneralReRe: Reply to Christian's Solution Pin
DJdC9-Jun-05 16:26
DJdC9-Jun-05 16:26 
GeneralRe: ReRe: Reply to Christian's Solution Pin
Christian Graus9-Jun-05 16:34
protectorChristian Graus9-Jun-05 16:34 
GeneralReRe: ReRe: Reply to Christian's Solution Pin
DJdC9-Jun-05 17:06
DJdC9-Jun-05 17:06 
GeneralRe: ReRe: ReRe: Reply to Christian's Solution Pin
Christian Graus9-Jun-05 17:12
protectorChristian Graus9-Jun-05 17:12 
GeneralReRe: ReRe: ReRe: Reply to Christian's Solution Pin
DJdC9-Jun-05 17:45
DJdC9-Jun-05 17:45 
GeneralRe: ReRe: ReRe: ReRe: Reply to Christian's Solution Pin
Christian Graus9-Jun-05 17:51
protectorChristian Graus9-Jun-05 17:51 
GeneralReRe: ReRe: ReRe: ReRe: Reply to Christian's Solution Pin
DJdC9-Jun-05 19:10
DJdC9-Jun-05 19:10 
GeneralRe: ReRe: ReRe: ReRe: ReRe: Reply to Christian's Solution Pin
Christian Graus13-Jun-05 11:56
protectorChristian Graus13-Jun-05 11:56 
If Form1 has no information that Form2 needs, then you've been wasting your time all along

in Form1

Form2 dlg = new Form2();

if (dlg.ShowDialog() == DialogResult.OK)
{
// any post processing in here
}

I assume you've done this all along. If you don't need the browser in Form2, then I'm at a loss as to why you'd want to call the function in form2 ?


Christian Graus - Microsoft MVP - C++
GeneralRe: Please Help! Function on Separate Form Pin
Jack Bond13-Jun-05 2:23
Jack Bond13-Jun-05 2:23 
GeneralGame Programming Pin
Sabry19058-Jun-05 22:55
Sabry19058-Jun-05 22:55 
GeneralRe: Game Programming Pin
Philip Price8-Jun-05 23:20
Philip Price8-Jun-05 23:20 
GeneralRe: Game Programming Pin
MoustafaS9-Jun-05 0:49
MoustafaS9-Jun-05 0:49 
GeneralRe: Game Programming Pin
Christian Graus9-Jun-05 17:52
protectorChristian Graus9-Jun-05 17:52 
GeneralRe: Game Programming Pin
JDUK12-Jun-05 11:53
JDUK12-Jun-05 11:53 
GeneralConverting Code Pin
Sabry19058-Jun-05 22:49
Sabry19058-Jun-05 22:49 
GeneralRe: Converting Code Pin
Philip Price8-Jun-05 23:17
Philip Price8-Jun-05 23:17 
GeneralRe: Converting Code Pin
Carsten Zeumer8-Jun-05 23:25
Carsten Zeumer8-Jun-05 23:25 
GeneralRe: Converting Code Pin
Dave Doknjas9-Jun-05 16:04
Dave Doknjas9-Jun-05 16:04 
GeneralKeeping data in clipboard after app closes Pin
gubber8-Jun-05 22:31
gubber8-Jun-05 22:31 
GeneralRe: Keeping data in clipboard after app closes Pin
codeprojectin8-Jun-05 22:50
codeprojectin8-Jun-05 22:50 
QuestionC# ListViewItem Indentation? Pin
Dominik Reichl8-Jun-05 22:23
Dominik Reichl8-Jun-05 22:23 
AnswerRe: C# ListViewItem Indentation? Pin
mav.northwind8-Jun-05 23:33
mav.northwind8-Jun-05 23:33 
GeneralNeed Help Pin
Ahmed Erarslan8-Jun-05 21:58
Ahmed Erarslan8-Jun-05 21:58 
QuestionWe can j pass a string variable via a matlab dll ???? Pin
Anonymous8-Jun-05 21:37
Anonymous8-Jun-05 21:37 
Generalhelp me! Pin
haneitou8-Jun-05 21:34
haneitou8-Jun-05 21:34 

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.