|
-
May 29th, 2009, 10:16 AM
#1
Thread Starter
Lively Member
website where i can practice vb?
hi.. is there any site.. where i can practice in vb6.. because i cant install vb6 here in the office.. its big prohibited. and i want an actual practice thats why to use the code i search.. ?pls
-
May 29th, 2009, 10:25 AM
#2
Re: website where i can practice vb?
There is no website that will let you write code in any language. You need to purchase the platform and install it.
See if you can get a copy of eBay or some place like that and install it on your home PC.
Better yet, why go with buying the old technology of VB6 when you get the Express version of its newest iteration, VB.NET, free from Microsoft.
-
May 29th, 2009, 10:38 AM
#3
Thread Starter
Lively Member
Re: website where i can practice vb?
ah k .. thank Hack for the reply.. and what is eBay?
-
May 29th, 2009, 10:59 AM
#4
Re: website where i can practice vb?
 Originally Posted by sansoa666
and what is eBay?
You are joking, right?
-
May 29th, 2009, 11:37 AM
#5
Thread Starter
Lively Member
Re: website where i can practice vb?
may be... LoL by the way thankz much
-
May 29th, 2009, 12:00 PM
#6
Fanatic Member
Re: website where i can practice vb?
You can get it here --> VB Express Edition.
Our PCs at my company are VERY restricted as well. I know the feeling. If you feel like writing some code and have MS Office installed you can always open up the VBA editor. Another option would be to write some Javascript in Notepad and use IE to run it.
-
May 29th, 2009, 02:12 PM
#7
Lively Member
Re: website where i can practice vb?
Are there any good websites that give you projects to make and practice with?
-
May 29th, 2009, 02:28 PM
#8
Hyperactive Member
Re: website where i can practice vb?
You can practice using VBScript, but not vb6, as there is no vb6 compiler online. You use VBScript by:
html Code:
<html>
<body>
<script type="text/vbscript">
<!--
document.write("Hello World!")
-->
</script>
</body>
</html>
(And put all code between "<!--" and "-->".)
Put all that into a text file in notepad. Then when saving it, in the "File Type" box select "All Files", then type the name with a ".html" extension, and open it in your web browser.
Last edited by deathfxu; May 29th, 2009 at 02:32 PM.
-
May 29th, 2009, 06:59 PM
#9
Re: website where i can practice vb?
Do you have your own PC at home? If yes then maybe you can set up a.....oh gosh....what's it called 
Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.
-
May 29th, 2009, 07:53 PM
#10
New Member
Re: website where i can practice vb?
 Originally Posted by Psyrus
You can get it here --> VB Express Edition.
Our PCs at my company are VERY restricted as well. I know the feeling. If you feel like writing some code and have MS Office installed you can always open up the VBA editor. Another option would be to write some Javascript in Notepad and use IE to run it.
Probably because they are afraid of what you will code lol. Course it's not like you couldn't do it at home...
-
May 30th, 2009, 12:40 PM
#11
Lively Member
Re: website where i can practice vb?
 Originally Posted by jmsrickland
Remote desktop?
-
May 30th, 2009, 12:51 PM
#12
Re: website where i can practice vb?
Yep! Remote Desktop. Will that work?
Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|