Summary: vb script as in browser? i never tried this in vb script but in vb6 u can use shell command and call the C executable file with parameter so in main i...
Summary: There are several differences from C++ and VB. VB is definitely easier to learn and maintain. The differences are too numerous to list here... but I ...
Summary: Could someone explain the difference between VBS and VBE files ? I created a logon script that simply creates a desktop shortcut when a certain user l...
Summary: im fairly new to visual C++. I am very experienced in Qbasic/VB, and have some experience with C++, but none with visual C++. I'm looking to get out...
Summary: Hi, Retrogamer, I see where you are coming from, but you are very, very, very wrong. Visual Basic is not for kids. Read what the experts said. Visual ...
Summary: I finally got my VBS scripts setup to work the way I wanted, and then I set them to run as scheduled tasks. I'm having an issue every now and then wit...
Summary: Hi I have two questions and I hope someone will help me, 1) What is the difference between C and C++, which is the better language in term of functio...
Summary: I could, but ASP.NET is an environment, not a programming language. You have a choice between C# and VB.NET, because those are the two I've used in th...
Summary: i know C++ but i dont know how to make windows programs and i really want to. at school we have a VB class that i am taking. anyways, i really like ...
Summary: Can any script gurus tell me why the following VBS script doesn't run at all on my XP box? It's supposed to echo all files newer than the specified d...
Summary: Thanks all for your replies ! Interesting how vb script can work in different ways and what it can do, anyway, here is the final script, works as a ch...
Summary: I just had a course in C# and VB.net at college. The only reall difference between VB.net and C# is minor syntax differences. C# you need to remember...
Summary: I have a script that I'm trying to use to delete files off a server. I have a .txt file with the location of the files needing deleting. How do I ge...
Summary: I am looking for a vb script to put a time and date stamp on a folder I am moving data to. I want it to create the folder with a time and date stamp a...
Summary: I have bat script which ask the user for a Build number and then process the deployment. see the code, @echo off set /p FILENAME=Enter the ICP-Advisor...
Summary: Is there a VB script that can traverse just through a set of folders and subfolders (not files) and rename them from "JAN" to 1JAN", "FEB" to 2FEB", "...
Summary: I have several vb scripts that are timed to go off certain times of the day. My prob is the scripts won't run when we the times arrive. We double clic...
Summary: I have IIS 5.1 installed on my Win XP Pro and am testing ASP.Net pages on it. The ASP.Net pages that I am testing on IIS are: - A search page which ge...
Summary: There is a huge difference between vb and vb.net. VB is now actually OO. VB.net knows inheritance and polymorphism. That's the beauty about the .net f...
Summary: I've got a lot of questions about performance in C and C++. With some I think the compiler matters too, but I think it's best to assume that the best ...
Summary: There is or was a turf war between Sun and Microsoft but that was to do with Java, nothing to do with VB Script. MS where forced to stop distributing...
Summary: The first line is reading a byte of data from the address in memory specified by PORT+5, this should be defined above by something like: #DEFINE PORT ...