English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1) What is the difference between Visual Basic 2005 Express and Regular, other then one is free?
2) Is there a code in VB so that i can change a button(s) text to Caps?

2006-08-21 14:38:03 · 4 answers · asked by stepanstas 2 in Computers & Internet Programming & Design

4 answers

1) Regular has a nicer set of features in the IDE. Click the link below and compare features. Like free version doesn't support mobile device development and has a worse web designer.
2) myButton.Text = UCase(myButton.Text)

2006-08-21 14:48:17 · answer #1 · answered by Tom D 4 · 0 0

1) The difference is that Visual Basic 2005 Express is a limited version designed for personal use.

2006-08-21 14:54:26 · answer #2 · answered by Jason K 1 · 0 0

1. the express version bundles all the source code as well as the binary executable etc in the package / installer afaik and the paid version doesnt do that.

2. Ucase("sometext")

Hope this helps

2006-08-21 15:01:43 · answer #3 · answered by gecko_au2003 5 · 0 0

1) Dont know...
2)Its called the toUpper function, theres a link below.

2006-08-21 14:46:17 · answer #4 · answered by D 4 · 0 0

fedest.com, questions and answers