Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
AnswerRe: Launching an application from memory Pin
Not Active22-Sep-06 2:40
mentorNot Active22-Sep-06 2:40 
Questionswap froms Pin
faladrim22-Sep-06 1:39
faladrim22-Sep-06 1:39 
AnswerRe: swap froms Pin
Christian Graus22-Sep-06 1:55
protectorChristian Graus22-Sep-06 1:55 
GeneralRe: swap froms Pin
faladrim22-Sep-06 5:01
faladrim22-Sep-06 5:01 
QuestionProblem with MDI forms Pin
ParagGupta22-Sep-06 1:32
ParagGupta22-Sep-06 1:32 
QuestionRe: Problem with MDI forms Pin
Nader Elshehabi22-Sep-06 2:28
Nader Elshehabi22-Sep-06 2:28 
AnswerRe: Problem with MDI forms Pin
ParagGupta22-Sep-06 3:22
ParagGupta22-Sep-06 3:22 
GeneralRe: Problem with MDI forms Pin
Nader Elshehabi22-Sep-06 4:51
Nader Elshehabi22-Sep-06 4:51 
Why do you want it MDI?? For all I know it's a simple form with a webbrowser control in a Dock.Fill state. The login in dialog is just another form. In your Form_Load event just write
MyLoginForm login = new MyLoginForm();
if(login.ShowDialog() != DialogResult.Cancel)
{
    if(login.IsSignUo)
        webBrowser1.Navigate(SignUpURL);
    else
        webBrowser.Navigate(HomePage);
}


RegardsRose | [Rose]

Questionhow to pick background color Pin
Parshant Verma22-Sep-06 0:16
Parshant Verma22-Sep-06 0:16 
AnswerRe: how to pick background color Pin
Christian Graus22-Sep-06 0:57
protectorChristian Graus22-Sep-06 0:57 
GeneralRe: how to pick background color Pin
Parshant Verma22-Sep-06 1:00
Parshant Verma22-Sep-06 1:00 
GeneralRe: how to pick background color Pin
Christian Graus22-Sep-06 1:05
protectorChristian Graus22-Sep-06 1:05 
QuestionThreading Questions :confused: Pin
gvanto21-Sep-06 23:46
gvanto21-Sep-06 23:46 
AnswerRe: Threading Questions :confused: Pin
Nader Elshehabi22-Sep-06 2:33
Nader Elshehabi22-Sep-06 2:33 
QuestionRe: Threading Questions :confused: Pin
gvanto22-Sep-06 5:47
gvanto22-Sep-06 5:47 
AnswerRe: Threading Questions :confused: Pin
Nader Elshehabi22-Sep-06 8:45
Nader Elshehabi22-Sep-06 8:45 
GeneralRe: Threading Questions :confused: Pin
gvanto22-Sep-06 10:24
gvanto22-Sep-06 10:24 
GeneralRe: Threading Questions :confused: Pin
Nader Elshehabi22-Sep-06 11:47
Nader Elshehabi22-Sep-06 11:47 
GeneralRe: Threading Questions :confused: Pin
gvanto22-Sep-06 12:06
gvanto22-Sep-06 12:06 
GeneralRe: Threading Questions :confused: Pin
gvanto22-Sep-06 12:08
gvanto22-Sep-06 12:08 
QuestionHelp me in save values in app.config and retrieve it . Pin
hdv21221-Sep-06 23:00
hdv21221-Sep-06 23:00 
AnswerRe: Help me in save values in app.config and retrieve it . Pin
rah_sin21-Sep-06 23:17
professionalrah_sin21-Sep-06 23:17 
GeneralRe: Help me in save values in app.config and retrieve it . Pin
hdv21222-Sep-06 1:17
hdv21222-Sep-06 1:17 
AnswerRe: Help me in save values in app.config and retrieve it . Pin
Alex@UEA22-Sep-06 2:43
Alex@UEA22-Sep-06 2:43 
Questionlanguage localization and pictures Pin
lushgrass21-Sep-06 22:45
lushgrass21-Sep-06 22:45 

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.