Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB programming help needed
Name: Bindu.R Date: September 3, 2003 at 00:05:58 Pacific OS: Windows 2000 CPU/Ram: Intel P4
Comment:
Hi all, Can anybody please help me to solve the following problem:
I would like to know how to write a VB program which will monitor and logs what files are copied from hard disk to cd or floppy. Is it possible.
There are literally thousands of API functions available throughout the numerous Windows API DLL libraries, one of them is bound to accomodate your need.
Almost everything that Windows can do is listed as an API function. To view the available list of Windows API's you can use the API viewer, which is installed along with Visual Basic.
To start the API viewer, click Start -> Programs -> Microsoft Visual Studio 6 -> Microsoft Visual Studio 6 Tools -> API Text Viewer
Summary: Usually scanners come with software that you need to use in order to use the scanner (like if it's an HP scanner, there is an HP toolbox that you must use to scan something). This is what I was referr...
Summary: hey guys, got a small vb program to create and am receving a compile error. here is the code..tell me what i'm doing wrong. the program is basically 2 text boxes, 1 label box and a command button. co...
Summary: I have a basic program that I am in the process of building. However, my trig is a little dull, and incorporating it into a VB program is not helping. below is a part of my code: pi = 3.141592654 Old...