Jump to content


Photo

Attention All Visual Basic Programmers (part: 2)


  • Please log in to reply
4 replies to this topic

#1 Pandora Pacifist

Pandora Pacifist
  • Members
  • 10 posts

Posted 25 April 2005 - 11:15 PM

Hey guys! It's just me again. In light of my previous topic, I think I finally have a decent enough knowledge of the VB6 enviroment to begin a large project.

I am looking for anyone who is intrested in helping me program a nongraphicical (Unless someone wants to help in the graphics department) adventure game (similar to Shadowgate, Deja Vu, and Uninvited). The game will consist of several rooms and puzzles. There will be NO BATTLES as of the current time. The only requirements are as follows:

Must have VB6
Must have intermeddiate knowledge of the VB enviroment.

Please note that I am using a fixed version of Visual Basic. As of now, I'm going to need one person with a version that can compile VB projects (or a compatible program tha makes installation wizads.

Thanks to anyone who apply!
"George Bush should say The End when hes finished cause he tends to ramble on."

Frank Calliendo

#2 Lady_Maha

Lady_Maha
  • Members
  • 479 posts

Posted 26 April 2005 - 02:51 PM

Ah yes, I am in need of help as well. Maybe someone can help me with the following:

Private Sub OK_Click()
' set amount of chaos in cubic ft
trash = Val(trash.Text)
laundry = Val(laundry.Text)
dishes = Val(dishes.Text)
chaos = trash + laundry + dishes
If chaos >=0 Then
print "Hire a maid!"
Else
print "You are at the wrong house!"
End If
End Sub

my problem:

I wanted to add an automatic hire a maid function, but it gave me a run time error, saying something about not enough cash.

possible solution:

After adding a marry a millionaire function the hire a maid function should work.

next problem:
subscript out of range

It appears there is too much laundry, too many dishes and too much trash for VB to handle.

Any help completing the house cleaning program will be greatly appreciated.
Social Engineering Specialist - Because there is no patch for human stupidity

#3 Dark

Dark

    Cronus ingame

  • Members
  • 696 posts

Posted 26 April 2005 - 05:48 PM

if its VB6 dont u have to do sumtin like "text1.text = "Hire a maid!"" ^_^ not print

#4 Malavon

Malavon
  • Members
  • 377 posts

Posted 26 April 2005 - 05:58 PM

it's msgbox "blah"

edit: oops, don't think that was what you were trying to do. oh well, i'll leave it there anyway in case it was ^_^ (that and the fact it won't let me delete :P)

Edited by Malavon, 26 April 2005 - 06:01 PM.


#5 Steam

Steam
  • Members
  • 395 posts

Posted 25 May 2005 - 07:30 PM

if its VB6 dont u have to do sumtin like "text1.text = "Hire a maid!"" ^_^ not print

No because she is printing it to the form :P
And I wouldnt mind helping ya i got all neccesary vb stuff. Enterprise edition :) lol
PM me if ya want help
Mckay: I passed out from manly hunger

http://www.youtube.com/steam56




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users