Results for "Category: Miscellaneous"
This is a screen resolution Class, with a functioning form (see screenshot). Code is highly commented. Change resolution, as well as bits per pixel, and refresh rate. Optionally prompt user before and after resolution is changed. Get current resolution, List valid modes ,Validate resolution and much more. Written in VB 2005 (Beta 2) This is my first upload, i will update this if needed when VB 2005 is no longer beta. Plz vote. thx.
This example shows how to see flash animations. Included here are the controls, progress rate, frame rate, and quality adjustments. Compatible to all Windows OS and you should have Flash 6 ActiveX Control and over.. This is a BETA version and still updating. If there are bugs or errors, please tell me, give some comments and suggestions. Please Vote for my Project.
It's just the same as my first release. the new features is i separate the controls to the main form. now you can resize the main form. I still updating for the final version. Please vote!
This program allows you to add buttons, edits, checkboxes, labels, and radios to a window by just clicking and dragging. All items can also be deleted from the window and from code by putting your mouse on it and pressing delete. Anything you create will be added to code and can be saved to a file. The code in the file that is saved will be all the code necessary to create the GUI you created in my program with no resources or mfc, pure api! I'd like to hear what everyone thinks about my program so leave a comment if you'd like. You can vote too if you like it..
This program was created to terminate any spyware/adware that tries to keep itself from being terminated. This program uses two methods to terminate a process. The first method is OpenProcess+TerminateProcess and the second method is DebugActiveProcess.
Provides client-side implementation for YMSG, CHAT2 and YCHT protocols
6,000 Hits in 10 days for part(1) means you like it, here is the 2nd collection of another 32 great VB techniques. Vote if you like it. Part(3) will be comming soon.
I spent a valuable time and hard work to collect and combine these great 32 VB techniques. Lovely package. Vote if you like it.
Protect your application from being executed on unauthorized machines. Read many serials from PC like Motherboard, CPU, Windows, HDD
a simple way to test your onboard anti-virus software using the EICAR test string..which is totally harmless
This is a tutorial on C++ that explains Some Basic and Fundamental things.I have tried to make this as detailed and descriptive as possible so anyone can follow on with the tutorial. Any comments or votes would be appreciated
Share memory between any number of running applications. Easy To Use. Unfortunately I have no time to write a complete example but I hope the following description was sufficient. One of the most important usages of this code is about sending commands to another application. For example we design two systems on a single computer that works independent and want to show a form on SYSTEM II via SYSTEM I (specially in MIS systems). Previously, to do this we must open TCP or UDP port and listen to commands. But now we can check a special section of memory and when commands arrived from another system respond them. Another common usage of this code is building custom clipboard such as Office Clipboard. (In this code only text data supported). At last, excuse me for my bad English.
This code will show you how to show an active report, edit the active reports toolbar (remove/ add items) and email the report in pdf format using your default mail program. You will need to download a version of active reports if you do not have it already from http://www.datadynamics.com/Forums/64/ShowForum.aspx They have a fantastic evaluation policy. You can use it until you need to ship it to customers.
displays a calender for any year after 1900 in a single window
keyboard controlled text animation
plays avi,wmv,wav and midi files
This is a Beautiful Quicklaunch than have 4 button and you can put any program on this buttons. you can put this quicklaunch on anywhere of your desktop.
Search all Microsoft Update Missing
Convert Text to (X)HTML
This is a very detailed code on how to make your menu that uses the arrow keys, and there is very usefull functions and tricks in this code, like gotoxy and how to make an array of 'pointer to function' and how to make a function return a pointer to array, and lots of stuff