Click here to Skip to main content
16,007,885 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How do I create a backup database from scratch Pin
Dave Kreskowiak2-Feb-06 9:26
mveDave Kreskowiak2-Feb-06 9:26 
GeneralRe: How do I create a backup database from scratch Pin
Quecumber2562-Feb-06 9:41
Quecumber2562-Feb-06 9:41 
QuestionReading in a .csv file, and then printing out the results. Pin
Rashar2-Feb-06 5:13
Rashar2-Feb-06 5:13 
AnswerRe: Reading in a .csv file, and then printing out the results. Pin
Duncan Edwards Jones2-Feb-06 7:30
professionalDuncan Edwards Jones2-Feb-06 7:30 
QuestionResize Pin
Demian Panello2-Feb-06 4:29
Demian Panello2-Feb-06 4:29 
AnswerRe: Resize Pin
Joshua Quick2-Feb-06 6:31
Joshua Quick2-Feb-06 6:31 
GeneralRe: Resize Pin
Demian Panello2-Feb-06 6:39
Demian Panello2-Feb-06 6:39 
GeneralRe: Resize Pin
Joshua Quick2-Feb-06 7:23
Joshua Quick2-Feb-06 7:23 
Well then you should change Form.Size in your form Load event handler. You can get the screen's size by doing the following. The code assumes your calling it from your Form code (notice the keyword Me). It also grab the correct screen in case you are using dual monitors.

Screen.FromControl(Me).WorkingArea.Size

As far as keeping your controls proportional, you should set the Anchor and Dock properties on each of your controls in the designer. That way they'll adjust automatically when the form gets resized.
AnswerRe: Resize Pin
Jason McBurney2-Feb-06 7:21
Jason McBurney2-Feb-06 7:21 
QuestionACTIVE X Pin
Yog-DAFTARY2-Feb-06 3:56
Yog-DAFTARY2-Feb-06 3:56 
AnswerRe: ACTIVE X Pin
Dave Kreskowiak2-Feb-06 5:29
mveDave Kreskowiak2-Feb-06 5:29 
Questionpassing parameters to delphi from vbs Pin
racebit2-Feb-06 3:27
racebit2-Feb-06 3:27 
AnswerRe: passing parameters to delphi from vbs Pin
Dave Kreskowiak2-Feb-06 5:14
mveDave Kreskowiak2-Feb-06 5:14 
GeneralRe: passing parameters to delphi from vbs Pin
racebit2-Feb-06 5:21
racebit2-Feb-06 5:21 
Questioncombobox Pin
dev dhoundiyal2-Feb-06 1:52
dev dhoundiyal2-Feb-06 1:52 
AnswerRe: combobox Pin
toxcct2-Feb-06 2:10
toxcct2-Feb-06 2:10 
GeneralRe: combobox Pin
dijudiju3-Feb-06 3:58
dijudiju3-Feb-06 3:58 
GeneralRe: combobox Pin
toxcct3-Feb-06 3:59
toxcct3-Feb-06 3:59 
QuestionHow can a draw a persistent text on an image? Pin
JUNEYT2-Feb-06 0:50
JUNEYT2-Feb-06 0:50 
AnswerRe: How can a draw a persistent text on an image? Pin
Dave Kreskowiak2-Feb-06 5:12
mveDave Kreskowiak2-Feb-06 5:12 
Questiontime not appearing correctly in datagrid Pin
mayhem_rules1-Feb-06 23:30
mayhem_rules1-Feb-06 23:30 
QuestionBlack Screenshot Pin
jasonpb1-Feb-06 22:01
jasonpb1-Feb-06 22:01 
AnswerRe: Black Screenshot Pin
Dave Kreskowiak2-Feb-06 4:57
mveDave Kreskowiak2-Feb-06 4:57 
QuestionConversion Pin
dev dhoundiyal1-Feb-06 20:59
dev dhoundiyal1-Feb-06 20:59 
AnswerRe: Conversion Pin
PremalathaP1-Feb-06 21:43
PremalathaP1-Feb-06 21:43 

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.