Click here to Skip to main content
16,011,849 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Form resize issue Pin
Martin.Smith2-Jan-07 22:29
Martin.Smith2-Jan-07 22:29 
GeneralRe: Form resize issue Pin
darkturtle2-Jan-07 22:53
darkturtle2-Jan-07 22:53 
GeneralRe: Form resize issue Pin
Martin.Smith3-Jan-07 1:26
Martin.Smith3-Jan-07 1:26 
AnswerRe: Form resize issue Pin
Christian Graus2-Jan-07 22:32
protectorChristian Graus2-Jan-07 22:32 
GeneralRe: Form resize issue Pin
darkturtle2-Jan-07 22:57
darkturtle2-Jan-07 22:57 
GeneralRe: Form resize issue Pin
Christian Graus2-Jan-07 22:59
protectorChristian Graus2-Jan-07 22:59 
QuestionMultilingual suggestions Pin
shreekar2-Jan-07 19:11
shreekar2-Jan-07 19:11 
AnswerRe: Multilingual suggestions Pin
Johan Hakkesteegt2-Jan-07 22:22
Johan Hakkesteegt2-Jan-07 22:22 
Hi Shreekar,

One very simple, yet significant problem that I have come across a few times in the past, is the way users change the language in an application. In the beginning I never even considered it, but a user who (really) does not speak the language the application starts up in, will not be able to find the bit of the GUI where to change the language to his/her own. As system admin I was forced to run around a lot, changing the language to whatever was preferred (= a hassle).
Tip 1: symbols and colours are easier to use than words, and will greatly reduce the amount of time coding in different languages.
Tip 2: keep language choices at the top of the GUI.
Tip 3: use a database for the different languages (Name: Button1, Lng1: Button, Lng2: Knop, Lng3: Knöpfe, Lng4: Näppäin, etc.), and rather build in a tool that allows (certain) users to add and/or correct languages, than hard coding each single language. This will also make it much easier to add new functionality and/or controls to your app in the future.
Tip 4: national (culture specific) holidays are a -beep- to consider in coding. I found that it is easier to build in options for users to take them into account themselves. If you must however, I also recommend the use of a database.

For what it is worth.

Johan
GeneralRe: Multilingual suggestions Pin
shreekar2-Jan-07 22:36
shreekar2-Jan-07 22:36 
GeneralRe: Multilingual suggestions Pin
Johan Hakkesteegt3-Jan-07 0:27
Johan Hakkesteegt3-Jan-07 0:27 
GeneralRe: Multilingual suggestions Pin
shreekar3-Jan-07 0:31
shreekar3-Jan-07 0:31 
GeneralRe: Multilingual suggestions Pin
Johan Hakkesteegt3-Jan-07 0:35
Johan Hakkesteegt3-Jan-07 0:35 
QuestionIOException at the time of writing text to a newly file Pin
vivek_cs2-Jan-07 19:10
vivek_cs2-Jan-07 19:10 
AnswerRe: IOException at the time of writing text to a newly file Pin
shreekar2-Jan-07 19:22
shreekar2-Jan-07 19:22 
AnswerRe: custom ctrls Pin
Christian Graus2-Jan-07 19:26
protectorChristian Graus2-Jan-07 19:26 
QuestionPls Help me!! Listbox contains Pin
somagunasekaran2-Jan-07 17:33
somagunasekaran2-Jan-07 17:33 
AnswerRe: Pls Help me!! Listbox contains Pin
Johan Hakkesteegt2-Jan-07 22:39
Johan Hakkesteegt2-Jan-07 22:39 
QuestionRead Only Files Pin
jady842-Jan-07 12:18
jady842-Jan-07 12:18 
AnswerRe: Read Only Files Pin
MatrixCoder2-Jan-07 12:46
MatrixCoder2-Jan-07 12:46 
GeneralRe: Read Only Files Pin
jady843-Jan-07 10:27
jady843-Jan-07 10:27 
GeneralRe: Read Only Files Pin
MatrixCoder3-Jan-07 14:38
MatrixCoder3-Jan-07 14:38 
AnswerRe: Read Only Files Pin
Colin Angus Mackay2-Jan-07 12:46
Colin Angus Mackay2-Jan-07 12:46 
GeneralRe: Read Only Files Pin
jady843-Jan-07 10:26
jady843-Jan-07 10:26 
QuestionGraph implementation Pin
maisa.sh2-Jan-07 11:52
maisa.sh2-Jan-07 11:52 
AnswerRe: Graph implementation Pin
Christian Graus2-Jan-07 13:22
protectorChristian Graus2-Jan-07 13:22 

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.