Results for "Volume: C_Volume2"
This gives the code for a little arlarm clock that sits on your desktop. The soul purpose of this application is to give the current time. Very Simple.
This code unloads all the forms of the program returning the resources back to the computer
Demonstrates how to identify and read and write to HID-class USB devices. Uses Windows 98's HID drivers (no additional drivers needed). Includes complete Visual Basic 6 application code.
Check this out! This is a creative and simple way to simulate a bowling ball in motion in a 3-D hallway. I think you will have fun watching the "animation". Very simple codes. There is room for improvement. Comments are welcome. I have enhanced the look and feel of the 3D effect on this second update.
Holy cow! This is awesome! This actually works. You can make almost any object or control in VB6 have a raised 3D affect. You have to check this out. You have to try it. And you have to help me improve it please. If you make any improvements, please re-upload it thanks. there aren't any comments in the code. I just threw it together. There is an example of how to use the True3D module. If you use the code, you have to just make copies of frmLines. that is where all the lines reside. This is why we need to make this better and easier to use. All forms were included in the previous upload. Just the project didn't load it for some reason. You could have manually added the frmLines after opening the project or you can re-download this updated project.
Learn how to quickly attach a console to a window for instant output and feedback. Console apps trivialize the ability to output text data in a fast efficient manner. Displaying diagnostic data in a windowed application is not so trivial or straight forward. Have you ever wanted instantaneous feedback on a variable or state in your windowed program at run-time? One solution is to "attach" a console to your window. Through this attached console, your window can conveniently output information. The WinProg source below does just that. WinProg allocates a console window in WM_CREATE. It is through this console that WinProg can communicate what messages are being sent to it. The example below handles various messages in the window handler and then outputs them to the console. By retrieving a HANDLE from my CreateOutputConsole() function, you can then display whatever data you wish with a simple printf-like function - ConPrintf(). Just pass the HANDLE to the console, the size of the output buffer (big enough to accommodate the format string and the optional variables), the format string i.e.("Data: %d") etc...and the optional arguments (if any). Very similar to printf().
This is the first program i made on Visual c++. Im a newb at c++ so be nice on me. Please leave comments and vote if you like it.
This is just another worm game. But it uses bitmaps, with a beginner concept of double buffering, also something about sorting elements in arrays. The game has a Configuration window (you can choose world size and game level), and a Hall of Fame window (shows top 10 hi-scores). Code is clean and well commented.
This function will retrieve the version number, product name, original program name (like if you right click on the EXE file and select properties, then select Version tab, it shows you all that information) etc
Create separate running threads in Visual Basic 6 without having to use the CreateThread API call ,which can be unstable to say the least! IMPROVED VERSION!
This is just a demo for dBASE files. It will open any number of dBASE files and there is one function which can be used to get data from any of those .dbf files.
A simple project which can serve as a good example for use of crystal reports,DAO and dynamic control arrey.
It just pops down a bar when you put the mouse at the top of the screen. it then detrects whether the mouse is still on the form, if it is not it hides the little bar.
I created this VB add-in to help me out when coding projects. I wanted something to allow me to add a todo list right inside the VB IDE. This addin shows a listview of tasks with checkboxes for each. The window will dock to the IDE, and you can add new tasks by right clicking on the listview and choosing "new task" or by doubleclicking in an empty slot. You can edit tasks directly in the listview via the 2 click method. Completed items are shown in gray(disabled) text. A different task list is kept for each project. note: multiple projects open in the same instance of VB is not supported...yet...There is alot of good stuff here, I hope you like it.
This a Command Line Interface version of the Blackjack game. Pretty primitive, but just as good. It's dedicated to my C++ lecturer, Ms Sarojini =)
This is an example project on how to create a web server. I looked on this site and haven't seen any, so i decided to make one. I commented everythign as much as i could. Let me know what you think about it :) This code has been updated. I removed the pause of .4 seconds and moved the code to sckWS_SendComplete. I want to thank Ron for letting me know that it would slow it down. :) Please post any suggestions/improvments or just your thoughts on it. :) 'v .2a fixed: some loading problems 'v .3a fixed: fixed the $ip linking problem, everything works now. :) ' also fixed: i made the project compatible with vb5 by removing the replace ' function. ' Creating a link to another page ' To link to another page, link to 'http://$ip/page_name.html' 'The webserver will replace $ip with your ip. The webserver also 'supports files in other directories in the html dir. You could link 'to test.html in the directory 'links' by linking to: ' http://$ip/links/test.html ' ' PLEASE REPORT ANY BUGS! ' pat - nymainst@nais.com Please visit my webpage @ http://momar.net/pat :)
This program converts any SQL Server table into a CSV text file.
It is an example of how you can make applications that replace the windows GUI(like litestep), ie a replacement shell. I noticed as i wnt throught here that there is no example on hot to make your own shell. So i took it up and made my own. Very small, very simple, very easy
This is an EASY example of listing files in a directory. I got this example from another post, but i could not get that post to work, so i modified it and made it easy to use. I'm using this in a new program i am working on.
As I Was Looking Around Your Site For Some New ideas, i saw, quote: "THE BEST KEYLOGGER ON PLANET-SOURCE-CODE". I Checked it out, and Here's Mine... Have a Go With It. Remember if you like my code PLEASE vote highly for it!