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
Printable View
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
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.
ah k .. thank Hack for the reply.. and what is eBay?
may be... LoL by the way thankz much
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.
Are there any good websites that give you projects to make and practice with?
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.
Do you have your own PC at home? If yes then maybe you can set up a.....oh gosh....what's it called:confused::confused::confused:
Yep! Remote Desktop. Will that work?