Click here to Skip to main content
15,890,527 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Values on Form 2 appears on Form 1 !?? c# Pin
Christian Graus26-Nov-07 11:44
protectorChristian Graus26-Nov-07 11:44 
GeneralRe: Values on Form 2 appears on Form 1 !?? c# Pin
Pete O'Hanlon26-Nov-07 21:58
mvePete O'Hanlon26-Nov-07 21:58 
GeneralRe: Values on Form 2 appears on Form 1 !?? c# Pin
Christian Graus27-Nov-07 0:08
protectorChristian Graus27-Nov-07 0:08 
GeneralRe: Values on Form 2 appears on Form 1 !?? c# Pin
Pete O'Hanlon27-Nov-07 5:16
mvePete O'Hanlon27-Nov-07 5:16 
QuestionDataGrid Component for Window Forms alike of in ASP.Net 1.0 Pin
WinSolution24-Nov-07 6:34
WinSolution24-Nov-07 6:34 
QuestionRetaining Focus in owned Forms Pin
TyrionTheImp24-Nov-07 3:32
TyrionTheImp24-Nov-07 3:32 
AnswerRe: Retaining Focus in owned Forms Pin
Xmen Real 24-Nov-07 4:11
professional Xmen Real 24-Nov-07 4:11 
GeneralRe: Retaining Focus in owned Forms Pin
TyrionTheImp25-Nov-07 20:07
TyrionTheImp25-Nov-07 20:07 
Hi xmen_xwk ,

many thanks 4 ur reply. Right now Form Y is being shown , thats not an issue.
Actually what i`m trying todo here is make a set of Forms work together and we can interact with any form at any time even though they are in separate exe`s.
For eg: , do like minimize together , toggle between various owned forms(1 owner form is controlling a set of other owned form`s being shown or hidden),display them in a predefined part of the screen etc..

* showdialog() is a good idea but if i do it then i must close the Form Y and only then i can interact with Form X right ? so the blocking call causes problems
* Plus doing this.focus() in deactivate means i can never transfer control away from Form Y Smile | :)
* All the forms are non-topmost bcoz then they will then be minimized and restored together. Would u suggest changing the TopMost value on various events like OnMinimize or LostFocus ?
that sounds promising.will try that

Theres a "hack" i`ve tried as below with some dummy form A :

Form A (grand-owner) : Form X (Owner) : Form Y (Owned)
All are topmost=false , Showintaskbar = true only for Form X and is false for others.
This helps solve the Keyboard focus problem , but i cant really put a "dummy form" into the actual production system code.

If its ok with u I could also mail a copy of the sample project for this issue.

GeneralRe: Retaining Focus in owned Forms Pin
Xmen Real 25-Nov-07 21:20
professional Xmen Real 25-Nov-07 21:20 
GeneralRe: Retaining Focus in owned Forms Pin
TyrionTheImp27-Nov-07 17:21
TyrionTheImp27-Nov-07 17:21 
GeneralRe: Retaining Focus in owned Forms Pin
Xmen Real 27-Nov-07 18:29
professional Xmen Real 27-Nov-07 18:29 
QuestionHow to chane title bar of a window form in C# Pin
WinSolution23-Nov-07 9:04
WinSolution23-Nov-07 9:04 
AnswerRe: How to chane title bar of a window form in C# Pin
Kristian Sixhøj23-Nov-07 9:08
Kristian Sixhøj23-Nov-07 9:08 
GeneralRe: How to chane title bar of a window form in C# Pin
WinSolution23-Nov-07 9:19
WinSolution23-Nov-07 9:19 
GeneralRe: How to chane title bar of a window form in C# [modified] Pin
Kristian Sixhøj23-Nov-07 9:31
Kristian Sixhøj23-Nov-07 9:31 
GeneralRe: How to chane title bar of a window form in C# Pin
WinSolution23-Nov-07 9:53
WinSolution23-Nov-07 9:53 
GeneralRe: How to chane title bar of a window form in C# Pin
Kristian Sixhøj23-Nov-07 10:07
Kristian Sixhøj23-Nov-07 10:07 
GeneralRe: How to chane title bar of a window form in C# Pin
Xmen Real 24-Nov-07 3:57
professional Xmen Real 24-Nov-07 3:57 
Questionwindows forms (windows application with c#) Pin
avvaru.murali23-Nov-07 1:16
avvaru.murali23-Nov-07 1:16 
QuestionPrint datagridview data in pdf page Pin
kiran@p2softech22-Nov-07 18:14
kiran@p2softech22-Nov-07 18:14 
AnswerRe: Print datagridview data in pdf page Pin
Xmen Real 24-Nov-07 4:00
professional Xmen Real 24-Nov-07 4:00 
QuestionHow to resize a form? Pin
daavena22-Nov-07 9:34
daavena22-Nov-07 9:34 
AnswerRe: How to resize a form? Pin
superda23-Nov-07 0:32
superda23-Nov-07 0:32 
GeneralRe: How to resize a form? Pin
daavena23-Nov-07 5:00
daavena23-Nov-07 5:00 
GeneralRe: How to resize a form? Pin
Luc Pattyn23-Nov-07 5:39
sitebuilderLuc Pattyn23-Nov-07 5:39 

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.