Results for "Volume: ASP_Volume3"
Shows how the executable is laid out so that you can browse it's contents...
It shows the basics of treeview management as well as how to create animated customised tooltips. It shows how to add and remove nodes, how to set their icons, how to move nodes. More than this it shows how to create some cool and awesome tooltips.
This might change the caption of your StartMenu. Works on XP. It might also Show/Hide the startmenu button. *rate if u like*
The purpose of this code was to be a good working trainer for Delta Force 2 as well as being an example for memory manipulation in Windows. I hope someone will find it useful!
This shows a bunch of api calls and how to use them. CD door open/close, Flip screen, Empty trash, Hide mouse, Hide taskbar, Hide desktop, MSN Messenger stuff, Restart/Shutdown PC. This is my first zip submission, and I'm not sure if I did it right. All you need is the Form, Mod and Project. Right ?
General local and remote computer information. Report all Installed Hardware and Software.
This is the first update to the Outlook Dayview control. Check the readme.txt file for a complete list of changes. Briefly: mouse highlighting has been disabled (for now) and you can now save appointments to an Access database.
My new game... for some reason even the zip submission earlier was deleted... anyways this is the newest spacefighters... im sure youve probably read the description before but here i go anyways, this new version has better graphics, html help, and alot faster gameplay... some features i plan on adding are key configuration, sound, explosions, and even internet play if i can find help for it... well check it out... and vote if you like (please, please)
Change progress bar color ( back and bar color ) with one API function ...
Navigate a web browser control and wait for it to finish loading before going on to the next lines of code!
This code displays information about (almost) all your hardware devices using the WMI library (Windows Management Instrumentation). It also displays all the properties for each hardware device.
Shows a step-by-step example of creating a C++ dll and using it in Visual Basic. I know, there have been other tut's like this, but I wrote this as I followed my own steps, and it ran the first time I tried it. File included .doc and source code.
ACS Lite chat program features simultaneous clients, multiple channels a stable server, and a nice client. Be sure to connect to my chat server after you download! pscchat.mine.nu port 1001.
I wrote a program that gets contacts from Outlook, although it worked in Outlook 2000, it did not work in 2002. This code also works in 2002, without the Outlook Object 10.0. You can use 2000's 9.0 Object Library and it still works. This caused me so much trouble, I hope it helps someone else. Please leave comments or vote if it helps.
This is it. This app install itself as an service and runs. All in one app. Choose between fore and background. So if a user is logged in it can interact with the user. Specify task to run, and tasks that may NOT run. So you can make it inpossible for the user to run notepad and force him to start eudora. And keep it open ...... Remotely controll the app via txt files. So you can open programms on demand (virus scan etc).
Description Error Trapping generator Tasks Genererate Error Tapping where needed on .Frm .Cls .Bas. Counts lines in your program (Only what you typed) Generate a SQL stored Procedure list (SQL Only) Special Features : Can select more than one file and it will generate/count/list stored procedures from selected files. It also know when to add or not a error trapping. So if you have 3 error trappings done by hand and you run this program, it will pass those 3 functions/subs and add the error trapping to the others. A usefull tool I made when you got a lot of error trapping to do. It writes it directly on the selected files does more. I decided to make it since i made a 35000 code lines program and error trapping was required almost everywhere. So there it is :) I hope you'll give some time for some feedback. Thank you for your time and I hope you will use this quite usefull tool. I'll make a new version soon for people who make commercial programs with internet connection. My goal is to make a Error trapping generator witch send errors to a server (witch ill make) when errors occur on your developped program. Enjoy :)
In this update I added some things: now you can also search for a path, using waypoints. You can set the program to find the best way between these waypoints, or you can set it to follow the waypoints in a given order. The code isn't very fast if you use the waypointmethod ... Hope you can use it. I'd appreciate it if you give me any comments or tell me some bugs. Thanx
With this little tutorial you will learn how to draw an object using BitBlt, in one day! Code well commented..
Part 2 of little tutorial that will learn you how to draw a picture from memory [RAM]. || -Put picture in memory || -Draw picture from memory || -Moving picture on the screen using KeyCode || -Draw text on the screen using API-TextOut ||||| Code well commented and easy to understand!
This application is a Visual Basic 6 IDE Add-In which allows users to compile, compress and scramble their applications at a press of a button on the VB IDE. This simplifies the compilation/compaction/scrambling process into one Button. Compaction significantly reduces the size of the compiled application and gives it a layer of protection (minimal).-------------------------------------------------------------------Once you compile the add-in you need to register it for VB6 IDE to load it. Just go to the directory in which your add-in dll is in and run 'regsvr32 compilact.dll' in MSDOS console. After this the add-in should automatically load on VB startup. If you wish to use it with VB5 you will to load the add-in through the Add-In manager or by adding it to the vbaddin.ini file.-------------------------------------------------------------------The add-in assumes that you have UPX.EXE (http://upx.sourceforge.net) in your WINDOWS or WINNT directory.-------------------------------------------------------------------------------------------------------------If you wish to see the add-in without having to compile the code you can download it from here: -----------------------------------------------------------------------------------http://tical.vze.com/files/compilact.zip---------------------------------------------------------------------------------'UPX' is Copyright (C) 1996-2002-----------------------------Markus Franz Xaver Johannes Oberhumer---------------------Laszlo Molnar----------------------------------------------