![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Apr 2006
Location: orange park Fl
Posts: 53
Rep Power: 3
![]() |
jeopardy text questions
ok i am making a jeopardy game in vb ok and have users enter the answer in a textbox how can i do this so its not case sensetive?
|
|
|
|
|
|
#2 |
|
Programmer
Join Date: Apr 2006
Location: orange park Fl
Posts: 53
Rep Power: 3
![]() |
also what is the vb command to maximize your window?
to minimize your window? to hide window in an icon to taskbar? |
|
|
|
|
|
#3 |
|
Expert Programmer
|
You need to look here:
http://en.wikibooks.org/wiki/VB6_Com...g_Manipulation and here: http://www.google.com Here is some code: Form1.WindowState = 0 'normal Form1.WindowState = 1 'min Form1.WindowState = 2 'max Dim str As String str = LCase(str) 'lowercase str = UCase(str) 'uppercase I recall giving the icon in system tray code to someone. I'm not sure who it was, but it's not easy code. There is a lot to it. Google it. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|