Click here to Skip to main content
15,911,531 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: child form minimizing Toplevel Form Pin
Atul Kharecha13-Aug-09 23:12
Atul Kharecha13-Aug-09 23:12 
GeneralRe: child form minimizing Toplevel Form Pin
sri_009914-Aug-09 0:11
sri_009914-Aug-09 0:11 
GeneralRe: child form minimizing Toplevel Form Pin
Atul Kharecha14-Aug-09 0:19
Atul Kharecha14-Aug-09 0:19 
GeneralRe: child form minimizing Toplevel Form Pin
εїзεїзεїз18-Aug-09 21:44
εїзεїзεїз18-Aug-09 21:44 
QuestionHow to keep form always active Pin
sri_009913-Aug-09 17:50
sri_009913-Aug-09 17:50 
GeneralRe: How to keep form always active Pin
mbhosle31-Aug-09 23:23
mbhosle31-Aug-09 23:23 
QuestionAny way to stop menu strip from 'capturing' alt-key? Pin
sri_009913-Aug-09 17:47
sri_009913-Aug-09 17:47 
AnswerRe: Any way to stop menu strip from 'capturing' alt-key? Pin
dan!sh 13-Aug-09 21:31
professional dan!sh 13-Aug-09 21:31 
GeneralRe: Any way to stop menu strip from 'capturing' alt-key? Pin
sri_009913-Aug-09 22:30
sri_009913-Aug-09 22:30 
GeneralRe: Any way to stop menu strip from 'capturing' alt-key? Pin
Eddy Vluggen14-Aug-09 0:22
professionalEddy Vluggen14-Aug-09 0:22 
Questiondrawing and highlighting chess board Pin
benstar11112-Aug-09 22:51
benstar11112-Aug-09 22:51 
AnswerRe: drawing and highlighting chess board Pin
dan!sh 13-Aug-09 20:30
professional dan!sh 13-Aug-09 20:30 
QuestionWindows Shutdown Process Pin
Member 389641410-Aug-09 6:49
Member 389641410-Aug-09 6:49 
AnswerRe: Windows Shutdown Process Pin
Alan N12-Aug-09 2:12
Alan N12-Aug-09 2:12 
GeneralRe: Windows Shutdown Process Pin
Member 389641416-Aug-09 21:39
Member 389641416-Aug-09 21:39 
NewsCode Pack released so you can support Windows 7 features from managed code Pin
brucedkyle9-Aug-09 18:28
brucedkyle9-Aug-09 18:28 
Questionwhere to get information about registry to shell? Pin
mr.dot9-Aug-09 7:52
mr.dot9-Aug-09 7:52 
Answercross-post; ignore! Pin
Luc Pattyn9-Aug-09 7:56
sitebuilderLuc Pattyn9-Aug-09 7:56 
NewsFree Developer Training Kit for Windows 7 RTM Pin
brucedkyle7-Aug-09 10:39
brucedkyle7-Aug-09 10:39 
QuestionClosing startup form in a windows application Pin
crazylad6-Aug-09 12:44
crazylad6-Aug-09 12:44 
AnswerRe: Closing startup form in a windows application Pin
Luc Pattyn6-Aug-09 14:09
sitebuilderLuc Pattyn6-Aug-09 14:09 
GeneralRe: Closing startup form in a windows application Pin
crazylad6-Aug-09 22:01
crazylad6-Aug-09 22:01 
GeneralRe: Closing startup form in a windows application Pin
Luc Pattyn6-Aug-09 23:55
sitebuilderLuc Pattyn6-Aug-09 23:55 
AnswerRe: Closing startup form in a windows application Pin
N a v a n e e t h7-Aug-09 18:49
N a v a n e e t h7-Aug-09 18:49 
GeneralRe: Closing startup form in a windows application Pin
crazylad9-Aug-09 11:57
crazylad9-Aug-09 11:57 
N a v a n e e t h wrote:
int main(){ // show the login form here. if(loginValidated) { // starts the application message loop Application.Run(new ProcessForm()); /* .... */ }}



Hi Navaneeth, thank you very much for your response. If I use Application.Run(new LogonForm()) and try returning a boolean parameter to indicate successful/unsuccessful logon, the project doesn't build successfully. Frown | :(

Would you know how I can return the logon status to main(). Thanks again for your help!

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.