Click here to Skip to main content
15,912,977 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How Attach Ghanian Cedi currency symbol To A Textbox in VB.net Pin
Richard MacCutchan10-Feb-16 0:21
mveRichard MacCutchan10-Feb-16 0:21 
QuestionError Indicator Code in VB.net Pin
Reginald_19-Feb-16 23:08
Reginald_19-Feb-16 23:08 
AnswerRe: Error Indicator Code in VB.net Pin
Richard MacCutchan10-Feb-16 0:19
mveRichard MacCutchan10-Feb-16 0:19 
AnswerRe: Error Indicator Code in VB.net Pin
Dave Kreskowiak10-Feb-16 4:39
mveDave Kreskowiak10-Feb-16 4:39 
QuestionHow to group a column of string in vb.net report? Pin
Member 103570799-Feb-16 21:54
Member 103570799-Feb-16 21:54 
AnswerRe: How to group a column of string in vb.net report? Pin
Gilus'17-Feb-16 18:46
Gilus'17-Feb-16 18:46 
QuestionMake application's forms independent from Screen resolution Pin
satc7-Feb-16 1:47
satc7-Feb-16 1:47 
AnswerRe: Make application's forms independent from Screen resolution Pin
Eddy Vluggen7-Feb-16 8:11
professionalEddy Vluggen7-Feb-16 8:11 
satc wrote:
Is there any technique or tool , in order to design form's independent from
screen resolution ?
Heaven forbid, no. It would mean that someone starts designing on his 640x480 and then projecting that onto my 21" TV that does 1280x1024. Scaling independent of resolution means that your small form becomes idiotic big on larger screens.

Would mean that is becomes useless to buy a screen with a high resolution and lots of space, as everything would look like it is a 640x480 screen.

Your forms should not "look good" based on the screen, they should convey all required information using the space they need. That often means a form that is smaller than the screen. You can use docking and aligments to have the form redraw in a different resolution, filling up extra space as required.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Make application's forms independent from Screen resolution Pin
satc7-Feb-16 8:17
satc7-Feb-16 8:17 
GeneralRe: Make application's forms independent from Screen resolution Pin
Eddy Vluggen7-Feb-16 8:37
professionalEddy Vluggen7-Feb-16 8:37 
GeneralRe: Make application's forms independent from Screen resolution Pin
satc7-Feb-16 8:41
satc7-Feb-16 8:41 
GeneralRe: Make application's forms independent from Screen resolution Pin
Eddy Vluggen7-Feb-16 8:56
professionalEddy Vluggen7-Feb-16 8:56 
GeneralRe: Make application's forms independent from Screen resolution Pin
satc7-Feb-16 9:18
satc7-Feb-16 9:18 
GeneralRe: Make application's forms independent from Screen resolution Pin
Eddy Vluggen7-Feb-16 9:23
professionalEddy Vluggen7-Feb-16 9:23 
GeneralRe: Make application's forms independent from Screen resolution Pin
satc7-Feb-16 9:24
satc7-Feb-16 9:24 
GeneralRe: Make application's forms independent from Screen resolution Pin
Eddy Vluggen7-Feb-16 9:40
professionalEddy Vluggen7-Feb-16 9:40 
GeneralRe: Make application's forms independent from Screen resolution Pin
satc7-Feb-16 8:54
satc7-Feb-16 8:54 
SuggestionRe: Make application's forms independent from Screen resolution Pin
Richard Deeming8-Feb-16 2:20
mveRichard Deeming8-Feb-16 2:20 
GeneralRe: Make application's forms independent from Screen resolution Pin
satc9-Feb-16 5:24
satc9-Feb-16 5:24 
QuestionDatagridview date sort - Tons of examples online, no answers Pin
Dan Chapin5-Feb-16 3:09
Dan Chapin5-Feb-16 3:09 
AnswerRe: Datagridview date sort - Tons of examples online, no answers Pin
Dave Kreskowiak5-Feb-16 4:09
mveDave Kreskowiak5-Feb-16 4:09 
AnswerRe: Datagridview date sort - Tons of examples online, no answers Pin
Richard Deeming5-Feb-16 4:24
mveRichard Deeming5-Feb-16 4:24 
QuestionHow to set textbox readonly from Selected value from Combobox Pin
Reginald_13-Feb-16 2:14
Reginald_13-Feb-16 2:14 
AnswerRe: How to set textbox readonly from Selected value from Combobox Pin
Dave Kreskowiak3-Feb-16 2:45
mveDave Kreskowiak3-Feb-16 2:45 
GeneralRe: How to set textbox readonly from Selected value from Combobox Pin
Reginald_19-Feb-16 7:54
Reginald_19-Feb-16 7:54 

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.