Click here to Skip to main content
15,918,808 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Questionhow to create MDI form in c#.net with menus Pin
developerit21-Mar-10 0:24
developerit21-Mar-10 0:24 
AnswerRe: how to create MDI form in c#.net with menus Pin
Abhinav S21-Mar-10 1:01
Abhinav S21-Mar-10 1:01 
QuestionWhich tools is better to design the UI (user interface)? Pin
yu-jian17-Mar-10 16:32
yu-jian17-Mar-10 16:32 
AnswerRe: Which tools is better to design the UI (user interface)? Pin
Eddy Vluggen18-Mar-10 2:48
professionalEddy Vluggen18-Mar-10 2:48 
AnswerRe: Which tools is better to design the UI (user interface)? Pin
dybs28-Mar-10 18:31
dybs28-Mar-10 18:31 
QuestionDrag and move a button anywhere on the form Pin
phani2548517-Mar-10 14:49
phani2548517-Mar-10 14:49 
AnswerRe: Drag and move a button anywhere on the form Pin
yu-jian17-Mar-10 17:55
yu-jian17-Mar-10 17:55 
GeneralRe: Drag and move a button anywhere on the form Pin
Som Shekhar17-Mar-10 20:51
Som Shekhar17-Mar-10 20:51 
A few changes from Yu-Jian.

1. create two variables
a)bool allowDrag
b)Point lastPosition

2. on Mouse Down, set allowDrag to true and set lastPosition of Mouse

3. on Mouse Up, set allowDrag to false

4. on Mouse Move, if allowDrag is true, change the location of the button based on the new location and previous location.
GeneralRe: Drag and move a button anywhere on the form Pin
phani2548517-Mar-10 22:38
phani2548517-Mar-10 22:38 
GeneralRe: Drag and move a button anywhere on the form Pin
yu-jian18-Mar-10 15:52
yu-jian18-Mar-10 15:52 
GeneralRe: Drag and move a button anywhere on the form Pin
phani2548519-Mar-10 0:51
phani2548519-Mar-10 0:51 
GeneralRe: Drag and move a button anywhere on the form Pin
Dave Kreskowiak19-Mar-10 2:01
mveDave Kreskowiak19-Mar-10 2:01 
GeneralRe: Drag and move a button anywhere on the form Pin
Mycroft Holmes21-Mar-10 1:00
professionalMycroft Holmes21-Mar-10 1:00 
QuestionExternal Program Stack Trace/Command Line Pin
MATTXtwo15-Mar-10 17:35
MATTXtwo15-Mar-10 17:35 
AnswerRe: External Program Stack Trace/Command Line Pin
Dave Kreskowiak19-Mar-10 3:22
mveDave Kreskowiak19-Mar-10 3:22 
QuestionWindows Forms control style on Windows Server 2008 Terminal Services Pin
Ashley van Gerven10-Mar-10 15:11
Ashley van Gerven10-Mar-10 15:11 
QuestionShowing child menu instead of MDI Parent menu in vb.net Pin
Dattatraya K8-Mar-10 20:29
Dattatraya K8-Mar-10 20:29 
AnswerRe: Showing child menu instead of MDI Parent menu in vb.net Pin
Wayne Gaylard8-Mar-10 21:21
professionalWayne Gaylard8-Mar-10 21:21 
GeneralCrystal Reports Pin
MathewPV8-Mar-10 19:41
MathewPV8-Mar-10 19:41 
GeneralRe: Crystal Reports Pin
DX Roster9-Mar-10 1:13
DX Roster9-Mar-10 1:13 
GeneralRe: Crystal Reports Pin
Mycroft Holmes9-Mar-10 18:49
professionalMycroft Holmes9-Mar-10 18:49 
GeneralRe: Crystal Reports Pin
Mycroft Holmes9-Mar-10 18:52
professionalMycroft Holmes9-Mar-10 18:52 
Questionsaving image to a folder Pin
mylogics5-Mar-10 19:34
professionalmylogics5-Mar-10 19:34 
AnswerRe: saving image to a folder Pin
dan!sh 6-Mar-10 2:48
professional dan!sh 6-Mar-10 2:48 
AnswerRe: saving image to a folder Pin
Dave Kreskowiak6-Mar-10 3:49
mveDave Kreskowiak6-Mar-10 3:49 

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.