Click here to Skip to main content
15,867,771 members
Home / Discussions / C#
   

C#

 
QuestionHello.. Pin
mjawadkhatri12-Jul-09 22:06
mjawadkhatri12-Jul-09 22:06 
AnswerRe: Hello.. Pin
Blue_Boy12-Jul-09 22:20
Blue_Boy12-Jul-09 22:20 
AnswerRe: Hello.. Pin
Pete O'Hanlon12-Jul-09 22:38
subeditorPete O'Hanlon12-Jul-09 22:38 
AnswerRe: Hello.. Pin
Tom Deketelaere12-Jul-09 22:54
professionalTom Deketelaere12-Jul-09 22:54 
Questionrun script - credentials Pin
arkiboys12-Jul-09 21:54
arkiboys12-Jul-09 21:54 
AnswerRe: run script - credentials Pin
Dave Kreskowiak13-Jul-09 4:05
mveDave Kreskowiak13-Jul-09 4:05 
QuestionConfusion..!! Pin
Meth Ferrel12-Jul-09 21:39
Meth Ferrel12-Jul-09 21:39 
AnswerRe: Confusion..!! Pin
dan!sh 12-Jul-09 21:56
professional dan!sh 12-Jul-09 21:56 
IMO you should make use of MDI forms. Here[^] is an article to begin with.

Meth Ferrel wrote:
1. new form size fits in the window.

Set WindowState to maximized.

Meth Ferrel wrote:
2. on closing the application only i can close the form.

You mean just the child form? If yes, then on form closing of the Parent, check if there are any open forms. If found, just close the active child form. You can get the collection of OpenForms through Applciation.OpenForms. Note that this collection will also have the parent form.


Meth Ferrel wrote:
3. on clicking next menu,this form is closed and another is opened without closing and reopening or opening a new form.

Handle click event. Close the curently opened child form and open the next one.
GeneralRe: Confusion..!! Pin
Meth Ferrel12-Jul-09 23:42
Meth Ferrel12-Jul-09 23:42 
GeneralRe: Confusion..!! Pin
dan!sh 13-Jul-09 3:13
professional dan!sh 13-Jul-09 3:13 
GeneralRe: Confusion..!! Pin
Meth Ferrel13-Jul-09 3:21
Meth Ferrel13-Jul-09 3:21 
GeneralRe: Confusion..!! Pin
dan!sh 13-Jul-09 17:53
professional dan!sh 13-Jul-09 17:53 
GeneralRe: Confusion..!! Pin
Meth Ferrel14-Jul-09 2:53
Meth Ferrel14-Jul-09 2:53 
AnswerRe: Confusion..!! Pin
Baeltazor12-Jul-09 22:00
Baeltazor12-Jul-09 22:00 
QuestionMAC ADDRESS Pin
sanforjackass12-Jul-09 21:25
sanforjackass12-Jul-09 21:25 
AnswerRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 21:29
professional dan!sh 12-Jul-09 21:29 
QuestionRe: MAC ADDRESS Pin
sanforjackass12-Jul-09 21:46
sanforjackass12-Jul-09 21:46 
AnswerRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 21:58
professional dan!sh 12-Jul-09 21:58 
GeneralRe: MAC ADDRESS Pin
sanforjackass12-Jul-09 22:07
sanforjackass12-Jul-09 22:07 
GeneralRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 22:15
professional dan!sh 12-Jul-09 22:15 
QuestionRe: MAC ADDRESS Pin
sanforjackass12-Jul-09 22:21
sanforjackass12-Jul-09 22:21 
AnswerRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 22:46
professional dan!sh 12-Jul-09 22:46 
GeneralRe: MAC ADDRESS Pin
sanforjackass12-Jul-09 22:48
sanforjackass12-Jul-09 22:48 
GeneralRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 22:55
professional dan!sh 12-Jul-09 22:55 
QuestionRe: MAC ADDRESS Pin
sanforjackass12-Jul-09 22:57
sanforjackass12-Jul-09 22:57 

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.