Click here to Skip to main content
15,918,268 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: SQL to Excel data downloader Pin
Paul Conrad28-Oct-07 9:23
professionalPaul Conrad28-Oct-07 9:23 
QuestionClient/Server Pin
Bismark Appah28-Oct-07 3:48
Bismark Appah28-Oct-07 3:48 
AnswerRe: Client/Server Pin
nishkarsh_k28-Oct-07 6:32
nishkarsh_k28-Oct-07 6:32 
GeneralRe: Client/Server Pin
Bismark Appah1-Nov-07 10:38
Bismark Appah1-Nov-07 10:38 
GeneralRe: Client/Server Pin
nishkarsh_k2-Nov-07 6:36
nishkarsh_k2-Nov-07 6:36 
AnswerRe: Client/Server Pin
Paul Conrad28-Oct-07 7:18
professionalPaul Conrad28-Oct-07 7:18 
QuestionForm resize : controls alignment and size Pin
nishkarsh_k28-Oct-07 3:34
nishkarsh_k28-Oct-07 3:34 
AnswerRe: Form resize : controls alignment and size Pin
Dave Kreskowiak28-Oct-07 4:30
mveDave Kreskowiak28-Oct-07 4:30 
This involves proper use of each controls Anchor and Dock properties. Also, you may have to put groups of controls in various layout panels such as the Panel control, TableLayoutPanel, FlowLayoutPanel, GroupBox, SplitContainer, ... What and how you do this depends entirely on what your control layout is and how you want it to behave.

Start by creating a new project and dropping a couple of contorls on a form, playing the the Anchor and Dock properties of those controls, then resizing the parent window to see how they behave. Then add a TableLayoutPanel and start playing around with that, dropping controls into the panel.

Noone is going to be able to tell you step-by-step how to do this. You simply have to experiment with the stuff to learn how it works, then make your own decisions on how to layout your form based on what you've learned.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Form resize : controls alignment and size Pin
nishkarsh_k28-Oct-07 6:20
nishkarsh_k28-Oct-07 6:20 
GeneralRe: Form resize : controls alignment and size Pin
Dave Kreskowiak28-Oct-07 12:26
mveDave Kreskowiak28-Oct-07 12:26 
QuestionSave as Excel spreadsheet Pin
Dave McCool28-Oct-07 3:22
Dave McCool28-Oct-07 3:22 
AnswerRe: Save as Excel spreadsheet Pin
Paul Conrad28-Oct-07 7:19
professionalPaul Conrad28-Oct-07 7:19 
QuestionGet information from text file Pin
Dave McCool28-Oct-07 3:09
Dave McCool28-Oct-07 3:09 
AnswerRe: Get information from text file Pin
C1AllenS28-Oct-07 5:28
C1AllenS28-Oct-07 5:28 
Questiondate vb.net2005 & sqlserver 2005 Pin
nilam1128-Oct-07 2:51
nilam1128-Oct-07 2:51 
AnswerRe: date vb.net2005 & sqlserver 2005 Pin
Guffa28-Oct-07 3:15
Guffa28-Oct-07 3:15 
GeneralRe: date vb.net2005 & sqlserver 2005 Pin
nilam1128-Oct-07 3:26
nilam1128-Oct-07 3:26 
GeneralRe: date vb.net2005 & sqlserver 2005 Pin
Dave Kreskowiak28-Oct-07 4:22
mveDave Kreskowiak28-Oct-07 4:22 
GeneralRe: date vb.net2005 & sqlserver 2005 Pin
Salman Sheikh29-Oct-07 22:36
Salman Sheikh29-Oct-07 22:36 
GeneralRe: date vb.net2005 & sqlserver 2005 Pin
Dave Kreskowiak30-Oct-07 2:04
mveDave Kreskowiak30-Oct-07 2:04 
Questionshow currency with 3 decimal places Pin
SamRST27-Oct-07 22:21
SamRST27-Oct-07 22:21 
AnswerRe: show currency with 3 decimal places Pin
Muhammad Shahid Farooq28-Oct-07 8:37
professionalMuhammad Shahid Farooq28-Oct-07 8:37 
GeneralRe: show currency with 3 decimal places Pin
SamRST28-Oct-07 22:39
SamRST28-Oct-07 22:39 
QuestionVB.Net on MacOSX with Mono Pin
ryan11727-Oct-07 18:45
ryan11727-Oct-07 18:45 
AnswerRe: VB.Net on MacOSX with Mono Pin
Dave Kreskowiak28-Oct-07 4:18
mveDave Kreskowiak28-Oct-07 4:18 

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.