Click here to Skip to main content
16,004,977 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralMultiple Windows Forms Pin
rizwan127-Feb-08 20:48
rizwan127-Feb-08 20:48 
GeneralRe: Multiple Windows Forms Pin
Christian Graus27-Feb-08 21:21
protectorChristian Graus27-Feb-08 21:21 
QuestionOutlook-like calendar/scheduling control, Anyone who knows??? Pin
debug198427-Feb-08 15:41
debug198427-Feb-08 15:41 
QuestionShow all toolStripMenuItem's of a particular menustrip Pin
Paulo Mira Godinho27-Feb-08 12:52
Paulo Mira Godinho27-Feb-08 12:52 
GeneralRe: Show all toolStripMenuItem's of a particular menustrip Pin
Ajay.k_Singh28-Feb-08 3:23
Ajay.k_Singh28-Feb-08 3:23 
QuestionHow to add context menu in form caption bar? [modified] Pin
Aravinthan27-Feb-08 3:24
Aravinthan27-Feb-08 3:24 
GeneralRe: How to add context menu in form caption bar? Pin
AndrewVos12-Mar-08 4:22
AndrewVos12-Mar-08 4:22 
Generalkeeping a separate modeless form usable while modal dialog boxes are being shown from main form Pin
JW73827-Feb-08 3:03
JW73827-Feb-08 3:03 
Hi
I'm trying to use a separate form with a webbrowser control on it to show context-sensitive help for my application (don't ask why I don't use the Help class plz). Let's call this form HelpBrowser. When the user requests help for the first time, HelpBrowser is created from the main thread and shown using HelpBrowser.Show() as I want it modeless.

This all works fine except for this; if the HelpBrowser is already open and the user opens a dialog box (modal form) from the main form, HelpBrowser can not be accessed by user anymore as long as the dialog box is open (it can no be moved, resized, scrolled, etc. anymore but it still shows new help if user requests it). I guess this is because the modal dialog box freezes all other open forms while it is open. However, if HelpBrowser is opened for the first time from a dialog box everything works fine.

Is there a way to keep control of the HelpBrowser form at all times even when a dialog box is opened from the main form, while still keeping everything in one process? Passing the main form as an argument when calling Show doesn't make any difference.

Thanks
GeneralRe: keeping a separate modeless form usable while modal dialog boxes are being shown from main form Pin
Christian Graus27-Feb-08 9:12
protectorChristian Graus27-Feb-08 9:12 
GeneralRe: keeping a separate modeless form usable while modal dialog boxes are being shown from main form Pin
JW73827-Feb-08 21:49
JW73827-Feb-08 21:49 
QuestionUse of ToolStripSplitButton Pin
baranils26-Feb-08 5:44
baranils26-Feb-08 5:44 
GeneralRe: Use of ToolStripSplitButton Pin
John_Adams28-Feb-08 3:06
John_Adams28-Feb-08 3:06 
Questionhow to applyexcel formulas in windows application with c# coding pls urgent Pin
venkatesh.gan25-Feb-08 19:03
venkatesh.gan25-Feb-08 19:03 
AnswerRe: how to applyexcel formulas in windows application with c# coding pls urgent Pin
Pete O'Hanlon26-Feb-08 10:28
mvePete O'Hanlon26-Feb-08 10:28 
QuestionDataGrid item template Pin
rajeshaz0925-Feb-08 18:11
rajeshaz0925-Feb-08 18:11 
GeneralRe: DataGrid item template Pin
Christian Graus25-Feb-08 19:33
protectorChristian Graus25-Feb-08 19:33 
Generalreply plz Pin
chellam.r2-Mar-08 20:44
chellam.r2-Mar-08 20:44 
GeneralRe: reply plz Pin
Paul Conrad7-Mar-08 14:50
professionalPaul Conrad7-Mar-08 14:50 
GeneralForm with BackGroundWorkers Pin
Herman<T>.Instance25-Feb-08 2:59
Herman<T>.Instance25-Feb-08 2:59 
GeneralRe: Form with BackGroundWorkers Pin
Luc Pattyn25-Feb-08 5:09
sitebuilderLuc Pattyn25-Feb-08 5:09 
GeneralRe: Form with BackGroundWorkers Pin
Herman<T>.Instance26-Feb-08 2:14
Herman<T>.Instance26-Feb-08 2:14 
GeneralRe: Form with BackGroundWorkers Pin
Luc Pattyn26-Feb-08 2:31
sitebuilderLuc Pattyn26-Feb-08 2:31 
GeneralRe: Form with BackGroundWorkers Pin
Herman<T>.Instance26-Feb-08 4:18
Herman<T>.Instance26-Feb-08 4:18 
GeneralRe: Form with BackGroundWorkers Pin
Luc Pattyn26-Feb-08 4:49
sitebuilderLuc Pattyn26-Feb-08 4:49 
GeneralRe: Form with BackGroundWorkers [modified] Pin
Herman<T>.Instance26-Feb-08 5:00
Herman<T>.Instance26-Feb-08 5:00 

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.