Click here to Skip to main content
15,899,026 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionScreen Sizing Pin
Silver-Grey21-Nov-06 10:18
Silver-Grey21-Nov-06 10:18 
AnswerRe: Screen Sizing Pin
Ray Cassick21-Nov-06 10:35
Ray Cassick21-Nov-06 10:35 
GeneralRe: Screen Sizing Pin
MatrixCoder21-Nov-06 10:41
MatrixCoder21-Nov-06 10:41 
GeneralRe: Screen Sizing Pin
Leah_Garrett21-Nov-06 17:34
Leah_Garrett21-Nov-06 17:34 
GeneralRe: Screen Sizing Pin
Silver-Grey22-Nov-06 4:02
Silver-Grey22-Nov-06 4:02 
GeneralRe: Screen Sizing Pin
Ray Cassick22-Nov-06 4:31
Ray Cassick22-Nov-06 4:31 
GeneralRe: Screen Sizing Pin
Silver-Grey22-Nov-06 4:38
Silver-Grey22-Nov-06 4:38 
GeneralRe: Screen Sizing Pin
Ray Cassick22-Nov-06 9:41
Ray Cassick22-Nov-06 9:41 
By 'anchoring' I mean the use of the anchor properties of controls placed on a form to allow them to attach to one area and then stretch in another direction when the form gets re-sized. Works OK for basic stuff but complicated forms can cause issues.

By 'code' I mean capturing the current size of the form in the appropriate events and then manually resizing the controls using pure code. Lots of work and very hard to get right. It also tends to result in very 'brittle' code when you need to make changes in the design latter on.

By 'Layout Panels' I mean placing a layout panel on the form and then allowing that to adjust the size of container controls.

Good luck, and run a search or two in Google to get the rest. Sorry for being sketchy here, but this is one area where I could go done a slippery slope and end up writing code that I don't care to right for you. This is a 'give a man a fish vs. teach a man to fish' thing.

Hope you understand.



QuestionUnclosed quotation exception Pin
jds120721-Nov-06 7:22
jds120721-Nov-06 7:22 
AnswerRe: Unclosed quotation exception Pin
Dave Kreskowiak21-Nov-06 7:56
mveDave Kreskowiak21-Nov-06 7:56 
AnswerRe: Unclosed quotation exception Pin
jsampsonPC21-Nov-06 14:34
jsampsonPC21-Nov-06 14:34 
QuestionTextBox Binding Pin
Tomic21-Nov-06 7:21
Tomic21-Nov-06 7:21 
QuestionListView Question Pin
Keith Malwitz21-Nov-06 6:11
Keith Malwitz21-Nov-06 6:11 
AnswerRe: ListView Question Pin
momooomooomomo21-Nov-06 16:58
momooomooomomo21-Nov-06 16:58 
QuestionVB.NET code to check email and domain verification Pin
chandan198321-Nov-06 5:43
chandan198321-Nov-06 5:43 
GeneralRe: VB.NET code to check email and domain verification Pin
chandan198321-Nov-06 5:53
chandan198321-Nov-06 5:53 
AnswerRe: VB.NET code to check email and domain verification Pin
Dave Kreskowiak21-Nov-06 5:53
mveDave Kreskowiak21-Nov-06 5:53 
Questioncode to "sniff" file header to determine file type Pin
dgibson553121-Nov-06 4:50
dgibson553121-Nov-06 4:50 
AnswerRe: code to "sniff" file header to determine file type Pin
Yona Low21-Nov-06 5:38
Yona Low21-Nov-06 5:38 
QuestionVB.NET 2005 Pin
Karma3125121-Nov-06 4:48
Karma3125121-Nov-06 4:48 
AnswerRe: VB.NET 2005 Pin
Are Jay21-Nov-06 13:42
Are Jay21-Nov-06 13:42 
QuestionError Message Pin
jds120721-Nov-06 4:33
jds120721-Nov-06 4:33 
AnswerRe: Error Message Pin
Yona Low21-Nov-06 5:22
Yona Low21-Nov-06 5:22 
QuestionSlideshow Screensaver Pin
john777721-Nov-06 4:07
john777721-Nov-06 4:07 
AnswerRe: Slideshow Screensaver Pin
Yona Low21-Nov-06 4:15
Yona Low21-Nov-06 4:15 

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.