Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 22nd, 2006, 4:03 PM   #1
RAzR Creations
Programmer
 
RAzR Creations's Avatar
 
Join Date: Apr 2006
Location: orange park Fl
Posts: 53
Rep Power: 3 RAzR Creations is on a distinguished road
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?
RAzR Creations is offline   Reply With Quote
Old May 22nd, 2006, 4:05 PM   #2
RAzR Creations
Programmer
 
RAzR Creations's Avatar
 
Join Date: Apr 2006
Location: orange park Fl
Posts: 53
Rep Power: 3 RAzR Creations is on a distinguished road
also what is the vb command to maximize your window?
to minimize your window?
to hide window in an icon to taskbar?
RAzR Creations is offline   Reply With Quote
Old May 22nd, 2006, 4:18 PM   #3
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
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.
Booooze is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:42 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC