Click here to Skip to main content
16,003,319 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 
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 
satc wrote:
My application on a big screen with high resolution , looks very small and almost unusable.
Means you have a small screen relative to the highest resolution it supports.

satc wrote:
But Office applications like Word , Excel... are ok.
They aren't, in your terms. They don't resize their buttons to be equal size independent of resolution, those buttons become dang small on my cheap TV, with some unreadable tooltip in them.

So I set the resolution lower until it is readable. The buttons resize as expected, and one can see that there is a bit of (unused) grey area right of the buttons. The largest change is in the document-area; in the case of Word you see that large TextBox take up more space. That means that it simply displays more text if you have a larger screen.

In the case of Excell, you'll see that the amount of rows and columns suddenly increases. They use the additional area to display more information. Even for a complex UI as MS Access, it makes sense.

Take MS Outlook; it is not the "address" bar that is resized; it is just the "body" part that suddenly fills up your form if it is maximized. That's done using docking and alignment.
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: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.