Forum: Visual Basic 4 / 5 / 6 Apr 3rd, 2008 |
| Replies: 2 Views: 864 hi....i create a command button using the code shown below:
Private Sub Command3_Click()
Form5.Show
'sum action needed here to detect user's action
Command3.Caption = "Unhide History"
Unload... |
Forum: Visual Basic 4 / 5 / 6 Apr 1st, 2008 |
| Replies: 2 Views: 1,377 hi to all the experts here, i am facing a minor problem.....
i ady established the connection from VB6 via ODBC to MySQL and all the data needed has been passed to MySQL perfectly. But then how do i... |
Forum: Visual Basic 4 / 5 / 6 Mar 30th, 2008 |
| Replies: 2 Views: 482 hi...i am working on visual basic 6 and i need to pass the value to the database MySQL via ODBC, it is working fine juz leaving a small bug here, the code shown below:
If player X wins, data below... |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2008 |
| Replies: 3 Views: 3,076 thanks..it works...how about MP3 files? i face a problem here, i need to play certain type of WAV file when any function is being called. And within that function i need certain event run with the... |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2008 |
| Replies: 3 Views: 3,076 i'd created a game, now thinking of adding background music to it, however i'd tried the codes below..n unsuccessful, anione know what is the mistakes? Thanks a million.
Public Declare Function... |
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2008 |
| Replies: 1 Views: 504 i have 1 function shown below:
after O won the game, it will call the function below:
Private Sub OWins()
Do
playero=playero +1
loop
GameOver = True
Call GameIsOver
MsgBox ("O Wins!") |
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2008 |
| Replies: 2 Views: 759 i suggest my opinion, but i attached my codes as well for reference.... |
Forum: Visual Basic 4 / 5 / 6 Feb 24th, 2008 |
| Replies: 2 Views: 759 I'm doing tic tac toe. I am planning to show the scores of the users and computers using the same form. So, for each time the user or the computer loop, i need to add a timer to it so that it can... |
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2008 |
| Replies: 4 Views: 1,528 well, thanks for the contribution, however it doesnt seems to work...
tic tac toe game has 9 squares, if the user can control the position of each of the square using keyboard. I'd tried to load a... |
Forum: Visual Basic 4 / 5 / 6 Feb 16th, 2008 |
| Replies: 4 Views: 1,528 hi everyone, i'd been creating a tic tac toe game using VB 6.0 and it is working perfectly. And now i have to create a form which allow user to only uses keyboard to control the position of their... |