Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: Resource Pin
Manas Bhardwaj12-Jul-09 23:42
professionalManas Bhardwaj12-Jul-09 23:42 
GeneralRe: Resource Pin
Muhammad Mazhar13-Jul-09 0:30
Muhammad Mazhar13-Jul-09 0:30 
QuestionImages in Resources don't show Pin
Nigel Mackay12-Jul-09 23:12
Nigel Mackay12-Jul-09 23:12 
AnswerRe: Images in Resources don't show Pin
Richard Andrew x6413-Jul-09 2:58
professionalRichard Andrew x6413-Jul-09 2:58 
GeneralRe: Images in Resources don't show Pin
Nigel Mackay13-Jul-09 3:16
Nigel Mackay13-Jul-09 3:16 
GeneralRe: Images in Resources don't show Pin
Richard Andrew x6413-Jul-09 3:20
professionalRichard Andrew x6413-Jul-09 3:20 
GeneralRe: Images in Resources don't show Pin
Nigel Mackay13-Jul-09 3:36
Nigel Mackay13-Jul-09 3:36 
QuestionConnectivity Pin
shevya12-Jul-09 23:07
shevya12-Jul-09 23:07 
AnswerRe: Connectivity [modified] Pin
dan!sh 12-Jul-09 23:14
professional dan!sh 12-Jul-09 23:14 
AnswerRe: Connectivity Pin
rhtbhegade12-Jul-09 23:38
rhtbhegade12-Jul-09 23:38 
AnswerRe: Connectivity Pin
<<Tash18>>13-Jul-09 0:18
<<Tash18>>13-Jul-09 0:18 
GeneralRe: Connectivity Pin
shevya13-Jul-09 21:24
shevya13-Jul-09 21:24 
GeneralRe: Connectivity Pin
<<Tash18>>13-Jul-09 22:01
<<Tash18>>13-Jul-09 22:01 
GeneralRe: Connectivity Pin
<<Tash18>>14-Jul-09 1:17
<<Tash18>>14-Jul-09 1:17 
GeneralRe: Connectivity Pin
shevya14-Jul-09 20:50
shevya14-Jul-09 20:50 
QuestionEntity Framework Question Pin
Juvil John12-Jul-09 22:56
Juvil John12-Jul-09 22:56 
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
mvePete 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 

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.