Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: Visual Basic / VB:
What do I do now?

 

 


Loads O Fire
Senior Member


Jul 2, 2005, 7:14 AM

Post #1 of 17 (225 views)
Shortcut
What do I do now? Can't Post



What do I do? I saved my client but its only 4kb and I can't open it.


(This post was edited by Loads O Fire on Jul 2, 2005, 7:16 AM)



TazG
Veteran / Moderator


Jul 3, 2005, 1:20 AM

Post #2 of 17 (210 views)
Shortcut
Re: [Loads O Fire] What do I do now? [In reply to] Can't Post

That isn't a program. It's a Visual Basic Workspace file.
You need to compile the program - click Make in the File menu.


a brilliant Japanese cryptographer/physicist
developed binary code travelling the speed of intellectual property
in Ireland.


Loads O Fire
Senior Member


Jul 3, 2005, 1:27 AM

Post #3 of 17 (208 views)
Shortcut
Re: [TazG] What do I do now? [In reply to] Can't Post



I can't.....


TazG
Veteran / Moderator


Jul 3, 2005, 1:29 AM

Post #4 of 17 (205 views)
Shortcut
Re: [Loads O Fire] What do I do now? [In reply to] Can't Post

...You need to have the project open first!


a brilliant Japanese cryptographer/physicist
developed binary code travelling the speed of intellectual property
in Ireland.


Loads O Fire
Senior Member


Jul 3, 2005, 1:30 AM

Post #5 of 17 (203 views)
Shortcut
Re: [TazG] What do I do now? [In reply to] Can't Post

Project is opened, and is complete. I've tested it.


Cruel__Machine
Senior Member


Jul 3, 2005, 7:05 AM

Post #6 of 17 (195 views)
Shortcut
Re: [Loads O Fire] What do I do now? [In reply to] Can't Post

Do you have the FREE version of vb5? You can't compile with that.
What do you have?


EOP
___________________________
"If evolution were true, I'd have a self-lubricating hand."

Programmers: http://Cruels.net


Loads O Fire
Senior Member


Jul 3, 2005, 8:42 AM

Post #7 of 17 (192 views)
Shortcut
Re: [Cruel__Machine] What do I do now? [In reply to] Can't Post

I downloaded VB5

http://forum.FREE-GAMES.com.au/forum/game_Technology_C8/Visual_Basic_/_VB_F49/VB5_and_VB6_download%21_And_Tut_how_to_make_a_auto_talker._P332857/

The one here. I just got VB6 from the same page, would I be able to if I used version 6?


Jakestah
Veteran


Jul 4, 2005, 10:55 AM

Post #8 of 17 (188 views)
Shortcut
Re: [Loads O Fire] What do I do now? [In reply to] Can't Post

I dunno try it.


Loads O Fire
Senior Member


Jul 5, 2005, 5:34 AM

Post #9 of 17 (186 views)
Shortcut
Re: [Jakestah] What do I do now? [In reply to] Can't Post

It was the FREE one. I got VB6 now, and I made it.


terrankiller
Veteran


Jul 5, 2005, 8:25 AM

Post #10 of 17 (185 views)
Shortcut
Re: [Loads O Fire] What do I do now? [In reply to] Can't Post

Hmmm, and I thought you knew vb =p.


Jakestah
Veteran


Jul 5, 2005, 1:19 PM

Post #11 of 17 (180 views)
Shortcut
Re: [terrankiller] What do I do now? [In reply to] Can't Post

teh liez!!!!!!!


Loads O Fire
Senior Member


Jul 6, 2005, 4:55 AM

Post #12 of 17 (177 views)
Shortcut
Re: [terrankiller] What do I do now? [In reply to] Can't Post

Nope, I said I just started. I do know how to do it though.


ThE_DaRkWaRrIoR
Member


Jul 8, 2005, 5:15 PM

Post #13 of 17 (166 views)
Shortcut
Re: [Loads O Fire] What do I do now? [In reply to] Can't Post

isn't VB like one of the simplest languages next to HTML...
Like JavaScript and PHP aren't simple !!!


-------------------------------------
Mess With The Best
and Die Like The Rest
I'll KicK Ur Ass !


Cruel__Machine
Senior Member


Jul 9, 2005, 2:30 AM

Post #14 of 17 (164 views)
Shortcut
Re: [ThE_DaRkWaRrIoR] What do I do now? [In reply to] Can't Post

Not sure... VBScript itself is easy. But along with learning VB you also have to learn windows programming and loads of API and stuff. While PHP is limited to less commands and such. I learned PHP really quickly and found it easier than VB. But I'm talking more about an in depth knowledge... not just making a rs client and calling it quits. RS clients are really easy and you only have to know a little VBScript syntax to know how to make one (you'd also need knowledge of the VB IDE somewhat of course).


EOP
___________________________
"If evolution were true, I'd have a self-lubricating hand."

Programmers: http://Cruels.net

(This post was edited by Cruel__Machine on Jul 9, 2005, 2:33 AM)


ThE_DaRkWaRrIoR
Member


Jul 9, 2005, 8:10 AM

Post #15 of 17 (159 views)
Shortcut
Re: [Cruel__Machine] What do I do now? [In reply to] Can't Post

well this guy on starcraft battle.net said it was his 1st programming language he learned and it was only just harder than HTML.


-------------------------------------
Mess With The Best
and Die Like The Rest
I'll KicK Ur Ass !


Cruel__Machine
Senior Member


Jul 10, 2005, 7:38 AM

Post #16 of 17 (156 views)
Shortcut
Re: [ThE_DaRkWaRrIoR] What do I do now? [In reply to] Can't Post

Hah. Then he really didn't learn it. He prolly just made some simply app and stopped.
HTML is a whole different category. Not nearly as hard. HTML is just a simple set of tags parsed by browsers, not a programming language.
But javascript would be a good step after html. It's not a application programming language, but the way it looks is similar. Of course, you could also use VBScript in ur web pages instead of javascript. VBScript is easier. Web languages are a good start before application programming language. After javascript... maybe PHP would be good.


EOP
___________________________
"If evolution were true, I'd have a self-lubricating hand."

Programmers: http://Cruels.net


Jaymzanator
Enthusiast


Jul 20, 2005, 6:46 AM

Post #17 of 17 (141 views)
Shortcut
Re: [Cruel__Machine] What do I do now? [In reply to] Can't Post

im workin on an active x plugin to enable the "make project exe" tab on file work >>>

or in the mean time y dont u by visual basic net studio 7.0 enterprise edition - it kicks arse


(17:20) Taz:
and tazg is lol'in at you all the way from canada
(17:21) James:
lol canadians

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.20 s on (CGI/1.1)