Click here to Skip to main content
15,908,675 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionHow to create a taskbar in mdiform.. just like windows in vb.net code Pin Pin
chandru4uall7-Jan-10 5:46
chandru4uall7-Jan-10 5:46 
AnswerRe: How to create a taskbar in mdiform.. just like windows in vb.net code Pin Pin
Eddy Vluggen7-Jan-10 23:19
professionalEddy Vluggen7-Jan-10 23:19 
QuestionDumb Screensaver Question Pin
Alan Burkhart1-Jan-10 17:24
Alan Burkhart1-Jan-10 17:24 
AnswerRe: Dumb Screensaver Question Pin
Richard MacCutchan1-Jan-10 22:42
mveRichard MacCutchan1-Jan-10 22:42 
GeneralRe: Dumb Screensaver Question Pin
Alan Burkhart2-Jan-10 3:37
Alan Burkhart2-Jan-10 3:37 
QuestionSplitContainer Pin
ThetaClear29-Dec-09 20:40
ThetaClear29-Dec-09 20:40 
AnswerRe: SplitContainer Pin
dan!sh 29-Dec-09 21:22
professional dan!sh 29-Dec-09 21:22 
GeneralRe: SplitContainer Pin
ThetaClear29-Dec-09 22:02
ThetaClear29-Dec-09 22:02 
Thanks for your answer d@nish.
The first code snippet is not very relevant to me because I need to separate two different types into two different areas. So after I iterate through the first type and finish adding it up:
yourSplitContainer.Panel1.Controls.Add(object1);
yourSplitContainer.Panel1.Controls.Add(object2);
yourSplitContainer.Panel1.Controls.Add(object3);
.
.
.

I move on to the next type and ad it up
yourSplitContainer.Panel2.Controls.Add(object1);
yourSplitContainer.Panel2.Controls.Add(object2);
yourSplitContainer.Panel3.Controls.Add(object3);
.
.
.

But as I said the locations of the second type are not placed from left to right.
I'll try to use TableLayoutPanel - I have never used it before.

Thanks!
GeneralRe: SplitContainer Pin
dan!sh 29-Dec-09 22:15
professional dan!sh 29-Dec-09 22:15 
GeneralRe: SplitContainer [modified] Pin
ThetaClear29-Dec-09 23:16
ThetaClear29-Dec-09 23:16 
AnswerRe: SplitContainer Pin
darkelv29-Dec-09 23:52
darkelv29-Dec-09 23:52 
AnswerRe: SplitContainer Pin
Luc Pattyn30-Dec-09 1:10
sitebuilderLuc Pattyn30-Dec-09 1:10 
GeneralRe: SplitContainer Pin
ThetaClear30-Dec-09 1:32
ThetaClear30-Dec-09 1:32 
QuestionsplitContainer splitterdistance set before size in designer Pin
Keith Barrow29-Dec-09 1:45
professionalKeith Barrow29-Dec-09 1:45 
AnswerRe: splitContainer splitterdistance set before size in designer- Work araound Pin
Keith Barrow29-Dec-09 2:11
professionalKeith Barrow29-Dec-09 2:11 
QuestionHTML Text Box in Windows Form Pin
AdeleLeRoux26-Dec-09 8:27
AdeleLeRoux26-Dec-09 8:27 
AnswerRe: HTML Text Box in Windows Form Pin
Luc Pattyn26-Dec-09 8:36
sitebuilderLuc Pattyn26-Dec-09 8:36 
QuestionI want a project idea...really urgent Pin
swatireddyz23-Dec-09 17:29
swatireddyz23-Dec-09 17:29 
AnswerRe: I want a project idea...really urgent Pin
Roger Wright23-Dec-09 19:02
professionalRoger Wright23-Dec-09 19:02 
QuestionHow to connect to remote server and access an xml file (in VB.Net) Pin
swatireddyz23-Dec-09 17:18
swatireddyz23-Dec-09 17:18 
AnswerRe: How to connect to remote server and access an xml file (in VB.Net) Pin
εїзεїзεїз27-Dec-09 19:42
εїзεїзεїз27-Dec-09 19:42 
QuestionUpdate Grid Cell in each text boxes whatever I entered in a First Text Box Pin
ranrits22-Dec-09 2:31
ranrits22-Dec-09 2:31 
QuestionSmall size application Pin
FaisalMoon21-Dec-09 20:07
FaisalMoon21-Dec-09 20:07 
AnswerRe: Small size application Pin
Roger Wright21-Dec-09 20:21
professionalRoger Wright21-Dec-09 20:21 
GeneralRe: Small size application Pin
FaisalMoon21-Dec-09 20:40
FaisalMoon21-Dec-09 20:40 

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.