Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Forms, Formating Edit Box Pin
Alvaro Mendez16-Sep-03 6:16
Alvaro Mendez16-Sep-03 6:16 
GeneralRe: Windows Forms, Formating Edit Box Pin
Braulio Dez16-Sep-03 5:47
Braulio Dez16-Sep-03 5:47 
GeneralPort Number in Web Services Pin
cman719716-Sep-03 3:51
cman719716-Sep-03 3:51 
Generalsending packets over TCP Pin
WildFuse16-Sep-03 2:19
WildFuse16-Sep-03 2:19 
GeneralRe: sending packets over TCP Pin
Smitha Nishant16-Sep-03 3:54
protectorSmitha Nishant16-Sep-03 3:54 
GeneralRe: sending packets over TCP Pin
WildFuse16-Sep-03 21:17
WildFuse16-Sep-03 21:17 
GeneralC# coding Pin
ASGill16-Sep-03 0:41
ASGill16-Sep-03 0:41 
GeneralRe: C# coding Pin
Frank Olorin Rizzi16-Sep-03 1:30
Frank Olorin Rizzi16-Sep-03 1:30 
If your splash dialog is started by a Main routine,
and your MainMenu is just a form, then you should code your button like this:

<br />
  MainMenu mm = new MainMenu(this);<br />
  mm.ShowDialog();<br />


the MainMenu will then be displayed as a modal dialog (i.e. the user can't interact with
the original dialog -the splash screen- until (s)he closes the MainMenu).
I'm not sure how you can then close the splash form, but that's a start, I hope.

F.O.R.
GeneralDeserialization problem.. Pin
morefire15-Sep-03 22:20
morefire15-Sep-03 22:20 
GeneralRe: Deserialization problem.. Pin
MeisterBiber17-Sep-03 4:25
MeisterBiber17-Sep-03 4:25 
GeneralRe: Deserialization problem.. Pin
morefire17-Sep-03 4:51
morefire17-Sep-03 4:51 
GeneralPInvoke and classes Pin
Rheikon15-Sep-03 21:26
Rheikon15-Sep-03 21:26 
GeneralRe: PInvoke and classes Pin
Daniel Turini16-Sep-03 1:01
Daniel Turini16-Sep-03 1:01 
GeneralRe: PInvoke and classes Pin
Anonymous16-Sep-03 1:54
Anonymous16-Sep-03 1:54 
GeneralRe: PInvoke and classes Pin
Daniel Turini16-Sep-03 3:15
Daniel Turini16-Sep-03 3:15 
QuestionSimple way to start a process? Pin
james-cxx15-Sep-03 18:57
james-cxx15-Sep-03 18:57 
AnswerRe: Simple way to start a process? Pin
J. Dunlap15-Sep-03 19:15
J. Dunlap15-Sep-03 19:15 
Generaldeployment help Pin
zecodela15-Sep-03 18:44
zecodela15-Sep-03 18:44 
GeneralRe: deployment help Pin
Daniel Turini16-Sep-03 0:57
Daniel Turini16-Sep-03 0:57 
GeneralRe: deployment help Pin
zecodela16-Sep-03 4:07
zecodela16-Sep-03 4:07 
GeneralRe: deployment help Pin
sumeat16-Sep-03 11:20
sumeat16-Sep-03 11:20 
GeneralRe: deployment help Pin
zecodela16-Sep-03 13:48
zecodela16-Sep-03 13:48 
Generalproblem with stringwriter Pin
KSEI15-Sep-03 18:32
KSEI15-Sep-03 18:32 
GeneralRe: problem with stringwriter Pin
Daniel Turini16-Sep-03 1:01
Daniel Turini16-Sep-03 1:01 
GeneralRe: problem with stringwriter Pin
KSEI16-Sep-03 17:08
KSEI16-Sep-03 17:08 

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.