Search found 92 matches

by Thebirthdayhat
Sun May 08, 2005 2:38 pm
Forum: Programming
Topic: Help with VB
Replies: 5
Views: 834

double click the command button to open its code and in there put in
text1.text = "WHATEVER U WANT IT TO SAY GOES IN THESE QuOTeS"
assuming the textboxes name is text1

i think thats what u mean
by Thebirthdayhat
Mon Apr 04, 2005 6:47 am
Forum: Programming
Topic: Need Programmers for new halo game
Replies: 20
Views: 3036

while vb isnt as capable as many other languages it still can be used for game programming. if u run into a problem wit sumthing u cant figure out write a dll in c++ and use it in vb.
by Thebirthdayhat
Sat Apr 02, 2005 7:30 pm
Forum: Programming
Topic: Pics and variables vb help needed
Replies: 0
Views: 298

Pics and variables vb help needed

does nebody no if it is possible in visual basic to store an image in a variable, im making a program with animation and i need to store each of the pictures in a variable or sumthing. for example ive tried dim pic(0 to 9999) as image and stuff like that. can ne1 tell me how to store a massive amoun...
by Thebirthdayhat
Sat Apr 02, 2005 8:38 am
Forum: Programming
Topic: Need Programmers for new halo game
Replies: 20
Views: 3036

if u want sum good game programmers then try the forums at
www.gpwiki.org
by Thebirthdayhat
Sat Apr 02, 2005 8:34 am
Forum: Programming
Topic: FREE VISUAL BASIC!!!!
Replies: 12
Views: 1421

i wo9uld dl but i already have vb6 full. i might dl just to checkit out
by Thebirthdayhat
Fri Mar 25, 2005 10:14 am
Forum: Programming
Topic: Programmers Wanted
Replies: 20
Views: 2104

Graphics arent as good but use rpg maker 2003,it doesnt have turned base battle it has real time battle but still theirs more options for cutseens and a hell of alot more options. sounds good, ill have to try that out. after this if we make a sequal then i think that by then we will be way better a...
by Thebirthdayhat
Mon Mar 21, 2005 3:23 pm
Forum: Programming
Topic: Programmers Wanted
Replies: 20
Views: 2104

Hey, if you are making an RPG, or any kind of game, you shouldn't use basic. It is a rather old language that is limited and empty. Games will run but-slow in it. C++ has classes, buffers, OOP, MM, and APIs like OpenGL (which was used for the PreHalo version of Halo when originally planned for Mac)...
by Thebirthdayhat
Fri Mar 18, 2005 2:08 pm
Forum: Programming
Topic: Programmers Wanted
Replies: 20
Views: 2104

ok good 2 ppl. phenomena wat is your aim, msn, xfire, yim, or any other instant messaging thingy. if u have 1
by Thebirthdayhat
Thu Mar 17, 2005 3:56 pm
Forum: Programming
Topic: Need Programmers for new halo game
Replies: 20
Views: 3036

im a pretty good programmer, wat language is this gunna be in. ill help out
by Thebirthdayhat
Thu Mar 17, 2005 3:15 pm
Forum: Programming
Topic: Programmers Wanted
Replies: 20
Views: 2104

also vb is more capable and 1 of the reasons im doing this is to learn to program better. also rpg maker jsut makes it to easy.
by Thebirthdayhat
Wed Mar 16, 2005 6:59 pm
Forum: Programming
Topic: How do you make your program save things like text files?
Replies: 1
Views: 328

vb im guessing? theres sum c/c++ programmers here so they might not no wat ure talkin bout if u dont tell em.
im not sure how to save text though sry, ill post again if i find anything about it
by Thebirthdayhat
Tue Mar 15, 2005 4:52 pm
Forum: Programming
Topic: Programmers Wanted
Replies: 20
Views: 2104

Programmers Wanted

me and stratoskater are making a game in vb and we need sum ppl to help. it will be a tile-based rpg type game with a storyline. meaning that the map will consist of hundreds of little 32x32 squares with different textures to make the scenery, the characters will all be 2d sprites and the player tha...
by Thebirthdayhat
Tue Mar 15, 2005 4:38 pm
Forum: Programming
Topic: Halo Sorter
Replies: 8
Views: 946

marcmarteleira wrote:obviously, my god, u do get full credit becuase u made it!
edit: if it looks like the fat kid down my street sat on it then deals off, u cna have the credit though
lol, good 1. if ootsy changes his mind then ill make it
by Thebirthdayhat
Sat Mar 12, 2005 1:13 pm
Forum: Programming
Topic: TIMER()
Replies: 6
Views: 927

i dont program in .net but i here its similar to vb6 and vb5. tryu this 1. make a timer and in the properties thingy change the interval to 100000 or 10000. one of them i 4get how much a millisecond is. 2. if u want it so when u click a button the timer starts then u shoulld set the enabled property...
by Thebirthdayhat
Mon Feb 28, 2005 4:37 pm
Forum: Programming
Topic: Need a team of experienced programmers (VB)
Replies: 17
Views: 2003

i no alot of ppl will disagree wit me on this but im thinking of making a 3d game in vb and it is possible. i just thought it would be cool thing to program but i didnt no if it would fit in with easyworks!
by Thebirthdayhat
Wed Feb 23, 2005 5:46 pm
Forum: Programming
Topic: 2 questions
Replies: 1
Views: 525

2 questions

i have a couple questions i have to ask cause i just got a vb full finally :D first one is, when im am compiling a program how do i change the icon i want. and also, is there any1 who can help me out with directx programming in vb and i was wondering if any1 else here had any idea about how to get s...
by Thebirthdayhat
Tue Feb 22, 2005 7:13 pm
Forum: Programming
Topic: Need a team of experienced programmers (VB)
Replies: 17
Views: 2003

i got a new msn name just so u no. [email protected], YAY GMAIL
but neway i was jsut wondering if for this easyworks team if there coul be like any game programming stuff in it. cause im just starting to get into programming with directx and 3d stuff and all that.
by Thebirthdayhat
Sun Feb 20, 2005 10:52 am
Forum: Programming
Topic: how to write in vb if http:// or https:// is not in string..
Replies: 14
Views: 1891

Private Sub Form_KeyPress(KeyAscii As Integer)
Select Case keycode
Case vbKeyReturn
"coding for watever u want to happen goes here"
End Select
End Sub
theres just another option that i like to use more often.
by Thebirthdayhat
Sat Feb 19, 2005 8:40 pm
Forum: Programming
Topic: how to write in vb if http:// or https:// is not in string..
Replies: 14
Views: 1891

i think this si wat ure talking bout.

say that the thing u type the url in is named text1 and the explorer thing is named webbrowser1, type this in the code

webbrowser1.navigate = "http//:" + text1.Text

that might work i have no idea im just guessing
by Thebirthdayhat
Sat Feb 19, 2005 8:44 am
Forum: Programming
Topic: how to write in vb if http:// or https:// is not in string..
Replies: 14
Views: 1891

i dont really understand wat ure asking, do u mean after u go to a website make it have http//: aht the begining. xplain more of wat u mean then amybe i can help