Results for "Volume: 7_2009-2012"
A template class that can write,read,modify & delete objects of any class/structure to a database.
This program draws a stream of particles eminating from your cursor.They will proceed to fall to the bottom of the screen and bounce around. This is fully customizeable and would make a Great screen saver. UPDATED. LOTS OF OPTIONS!!!!
With this code, you can incorporate self-extract functions to your VB program. You can actually add a compressed file, with you own custom compression algorithm to a EXE, so you can extract it just by running your program (just like WinZip's SFX modules), you can save your application's setting in it's executable(so you don't use the registry, or INI files), you can even put the registration information inside the exe(for safety), so you don't use external text files, or just put a DOC file inside an exe so a user can see it's contens even if it doesn't have Microsoft Word. This are only examples, but the posibilities are UNLIMITED. You can implement this to your program just by adding 2 functions, and calling them. By the way, it should work with almost any VB version. Included is a sample app, that shows a sample Self-Extract maker (which can include any file in the Self-Extract module, which is a VB app), and a Self-Extracting module, and of course, source code. Enjoy! P.S. If you include a zip into the Self-Extract module, some uncompressing programs will think it's a SFX, and you can decompress the files with them! (tested with WinRAR -- will say that the zip has a bad header, but will decompress the files!)
Ever want to know which of your ports are being used while your on the net? Well, here is a full fledged application, you can scan ports in ranges such as 1-65530 or you can select 11 diffrent ports to scan, and you can watch 2 ports to see if incoming data is being sent on that port. good to see if someone gave you a trojan! And with the timer control, you can automate your scans and even save them to a log file!
Find which drives, if any are CDs. A lot of the credit is owed to another person who submit similar code here (whoever you are, thanks). This code will help those who want to use the MCI codes to play a Music CD on different CD drives.
this program is a Notepad Application (Completed. ** you must have JAVA2 SDK 1.4 OR above **
Its a traditional and very popular board game in pakistan and u will really enjoy to play this game.I have added a very good menue in this game. If u like the graphics and the game then please rate this code
Engine Features: Enumeration of the display device, resolution modes available to the selected display device, refresh rates available to the selected resolution, color depth available to the selected resolution, pixel/vertex shader versions, texture filter modes for minify, magnify, and mip map. Configures display device based on saved settings or defaults. Dynamically creates lights. Load Direct3DX Meshes into memory. Dynamically draws each mesh from one algorithm; Scales, rotates, and positions the mesh. Dynamically positions and faces the camera. Can count FPS. Draws text. World Editor Features: Viewport is drawn through the engine on a separate thread. Dynamically create static meshes through the engine. Dynamically create lights through the engine. Dynamically draws each mesh through the engine. Update: Lights can be moved, rotated, color changed, and type changed. The HUD can also now display what device mode the engine is using. Fixed some bugs.
One of the questions that occurs most often in the VB Q and A forum is how to add an icon to the tray area of the Windows 95 taskbar.This tip will show you how to add and delete the icon,and also trap the mouse events.
RangBirangi is a look alike of PaintBrush. It is a DOS based paint application where users can create edit and save their graphic images. The files produced are of very small size as compared to the ones produced in PaintBrush of windows. The coding is very simple. Since the design is Object Oriented, users can add their own bits and make the software more versatile. Since this is my first project, I would love to hear from your side. Please mail me your comments.
This small program changes the filenames on your disk(s) in a very easy way. This can be very usefull when you have a directory with a lot of pictures, midi-files, etc... Just type the new filename, set the counter and rename!
This demonstrates how to create a database and components at runtime from a public sub called from the AdoxData class with ADOX 2.1 objects
Comprehensive tutorial on one of C++'s BIGGEST TOPIC POLYMORPHISM
With this code you are able to display vertical Text in a Flexgrid. This is very helpfull, when you need to display a column which only has a YES/NO Value and would waste to much horizontal Column Space to display the Column Header
This program uses the MAPI controls to interface with Outlook. You can view your address book, send and recieve mail, and do a lot more. This was originally submitted a year ago by me but now i put a screenshot with it. The MAPI control is not in the zip because I don't have it. This was written with VB 5.0 when I still had 4.0 installed. 4.0 came with MAPI, so after I uninstalled 4, I lost MAPI. Please vote for me. E-Mail me at et7809@yahoo.com
Understanding game programming A Simple java game
Learn how to use imaging controls! Quick Image allows you to scan images, save them, print them, open images in diffrent formats. You can do alot of things with this program. Change the resolution, and alot of other stuff. It used the kodak image control and the kodak image admin control to show the image and kodak scan control to scan images. Anyone looking for help on making an imaging program, look here! Good start
With this program, you can look up and define any error that Visual Basic can give to you! It will teach you how to do error handling, define errors of your own, how to use the Err object and can be very useful! Please add to it and keep it going as a tool everyone can use!
An example of how to use the WM_NOTIFY message to give tooltips when the mouse hovers over a button in a toolbar. (Also shows toolbar creation).
A shell that allows for an easy start MDI application. Shows how to create and fill the client and mdi structures. Also functions to sort the mdi child windows.