Summary: Hi all. I'm used to programming with Visual Studio 2005. However, I want to develop an application that does not require the .NET framework to be in...
Summary: I have to agree with all of the above, and since you've already started with C++, I definitely recommend you not switch now. Stick with it. Windows wa...
Summary: I went to use my visual studio .net 2003 for the first time in probably a year. It used to work but now it says that the development environment is m...
Summary: I've already seen the standards and have downloaded the docs.But that is not enough for me.How can i access the APIs provided there from Windows dev.e...
Summary: BASIC, the BASIC programming language. BASICA, BASIC(Advanced) BASIC programming language interpreter as supplied by IBM with PC-DOS for the original...
Summary: Hey i have dev c++ and in just the simplest app i got problems. my app is a basic one from a book, open a window and display the classic "hello world"...
Summary: Hi basicnerd. I'll tell you one site in particular that is really good for this (not that great, but for VB3, you won't get much better), and a host ...
Summary: Most people will tell you what they hate/love, typically based on hearsay or what they're comfortable with, so let me try to be impartial. I've worked...
Summary: "I feel I am overqualified for most jobs, so I don't want to work in any companies; hence, I decided to start my own company." We all feel that way, ...
Summary: Not really, he's on the money with the Form's "KeyDown" event. Basically what he' saying is, use this event on the form that has the checkbox. In th...
Summary: Well in regard to C and Basic... Im not very fond of Basic because I at least dont consider it a real full fledged programming language. If you learn ...
Summary: Learn the API. Any language that can access the Windows API can use a USB device. You might try Python: http://www.oreilly.com/catalog/pythonwin32/r...
Summary: The best book you can get on batch scripting is "NT Shell Scripting". For AD scripting I would recommend using VBScript or WSH. xwb, "There isn't very...
Summary: Skip: You should go to www.powerbasic.com This is the company that wrote TurboBasic, now called PowerBasic. The also have Windows version, and tool. ...
Summary: Well lets see: You cant program anything without variables and elementary data types (ie int, float, double...etc) To create something remotly useful ...
Summary: GW-BASIC programming help from WhizCat, the author of GeeWhiz: For free downloads of mature, proven applications, visit http://trailingedge.us/ or htt...
Summary: "Do you have any ideas how one could find out which languages are compiled before interpretation?" Somewhere between the documentation, the O'Reilly b...
Summary: I've been trying to use Dev C++ version 4.9.8.9 and am having a big problem. When I compile source files everything works fine. If I try to compile an...
Summary: Somebody be the devil's advocate, please! 1) Java is not made by Microsoft and therefore cannot be certified 100% compatible with the Microsoft operat...
Summary: Because BASIC runs in a 16 bit DOS environment. Windows is 32 bit and there is no DOS in Windows 2000/XP. BASIC only has a very vague similarity with...
Summary: Dev C/C++ is basically the IDE to gcc/g++. Not sure if you are asking 1) how to use C/C++ 2) how to use gcc/g++ 3) how to use the Dev C/C++ IDE ...
Summary: I use Deitel & Deitel's How To Program and my lecturer recommend "An Introduction to Programming Using Visual Basic 6.0" by David I. Schneider" ...
Summary: I am trying to set environment variables with batch files by getting user input, something like this: set /p input = "Type something here: " echo You ...
Summary: Since you cannot directly address ports under a Windows environment, I would recommend an older computer running under DOS. If you want to directly c...
Summary: Hi everyone. Need your help. I Am creating a Windows application in Visual basic 6 that writes data into SQL database. My login Form that firstly sho...