Results for "Category: Miscellaneous"
This is the latest version of AIG. This is version 2.2.5. This version has a skin, but the skin is very primative (it's still being worked on). The databases also still need work, the databases are almost like a language in their own (you can open the databases in a text editor). I'm still working on this so don't judge it as a finished product. There is no error checking yet so that also still needs to be implemented. All the code that is here was created by me only. I would like some votes, but that isn't compulsary. ENJOY!
*Updated* 07/01/2003 The installer was trying to make a shortcut, even if you didnt provide info for one, also ive changed it to compile into P-Code, making it compile to just over 50kb now ;D I was in need of an installer similar to the one SmartFTP provided, downloading the install files from a HTTP server, i couldnt find one to match my needs, so i made one, and here it is.. :P Its extremely simple, only took a few hours to make, thanks to Sean Gallardy for his brilliant http downloading control ;) Comes complete with demo config file, compiles to just over 50KB, making it small, and easy to distribute over the net. Please leave your comments, suggestions etc...it would be appriciated
A self contained Timer class based upon VF-fCRO "Avoid Limitation of AddressOf" post. No module is required. [UPDATED: 01-27-2003] fixed issue with OSes other than XP. [UPDATED: 01-21-2003]Added waitable timer, Added standard events, Can now use standard events or the event interface.
Here's a silly little app that will tell you how many days, hours, minutes, seconds, and milliseconds that Windows has been running.
Hi this is a little bit of code I was playing with that will give you the window text and hangle and also the class name under the mouse cursor. anyway I hope you find some use for it. I have also commented it as much as i chould.
This shows the power of conArray.It gets all it's Value from a querring a database and dynamically assign controll on the form,do the calculations and shows it in the form with Minimum of code.It also add a scroller if the display region is too big
A very basic program to interpret values of Four Band Resistors by selecting the Band Colours.
Really easy code and simple way of using an embedded .html file in a .exe. The code for the .html is stored in multiple strings, which are loaded and combined, then saved to a temp folder. Then the webbrowser opens the temp file for viewing. When program unloads the temp file is deleted. Please vote if you like it! Thanks.
Load MDI Forms with out a border. Alt-F4 and Alt-Space will still work to view system menu's even though the system menu icon is not available. Also a MouseOut effect included on the MDIChild Form. Code compliments of 101 Tech Tips.
This little module is for use with the yahoo messenger client. It has some pretty good stuff in it. So download it and check it out. This was only a 20-30 min job at max, and there will be more versions of the module.
This util will UDP Ping 254 IP's in under 3 seconds. Unlike TCP Pings which can take a minute or more. This util will scan a whole IP range quickly telling you which machines on the LAN or internet are alive. umm, since ocx's aren't allowed to be u/l i have had to delete the ocx fromt he zip. In the code just delete any reference to the ocx. The ocx is only a gif animation thing so isn't needed for this util to function. If you would like the full version then d/l at http://www.iamalive.0catch.com/VBstuff/vb.htm
Ok, yes we all love vb. But didn't / don't you want to learn and harness the power of c++? THIS TUTORIAL INCLUES EVERYTHING for starting out from vb to c++. This is a great, authoritive, comprehensive tutorial that shows you C++ side by side using vb code. Six part tutorial that covers everything from syntax to the IDE to 2 types of Win32 window creation. Callback functions, and over 25 screenshots with the side by side code and tutorials. You should have a pretty good handle on vb, yet it is EXTREMELY EASY to FOLLOW! Comes with source and example code, duplicate programs written in vb and then in c++, shows how to use c++ (WITHOUT CHEEZY MFC) and the REAL Win32 way. Make your own windows with your own classnames, use DialogBox(); Declaring Variables, CALLBACK functions, Fully commented. You may say that you don't need c++, but how do you think the API Dlls are made? Not with VB's ActiveX Dll. You can integrate c++ with VB by writing complex dlls and simply calling them in VB! I Promise you success! ohhh it is so sweet.This will teach you a lot. PLEASE download and vote! Check it out! KEYWORDS: C++ TUTORIAL VBTOC++ WIN32 Win32 RegisterClass CreateWindow FindWindow CALLBACK Switching Jaime Muscatelli
Sorry, Previously I forgot the .frx files, now included. From the Author: This is Just an Utility I made to meassure how much time I spend doing what things... So I will be able to improve my own productivity... I also added a kind of Schedule. This Utility has several codes which I downloaded from PSC, so credit to who ever made them...This is just a way to give back what has been given to me by PSC. Read the file From the Author.txt for further info.
Reads information about your internet/network and displays send/recieved bytes and speed and puts the information in to a graph chart.
To give VB programmers a few tips on correct layout and procedures.
An extended Timer Control with an unlimited Interval property. Also, the user-friendly aspect of this Timer like control is enhanced by additional properties such as: Hours, Minutes, and Seconds who's values actually represent Hours, Minutes, and Seconds rather than milliseconds. For instructions regarding the use of this Active-X User Control refer to the Instructions.txt file which is included in this ZIP file. Project requested by: Anonymous PSCode user.
this code will disable the yahoo's chat banner located at the bottom of chat rooms. you can create your own custom banner instead of seeing yahoo annoying ones.
A program designed to recognize user input of different patterns, like letters, and numbers. It is pre-programmed or pre-teach already for numbers and alphabets, and it is possible to teach new characters. It was programmed by Albert Archwamety. esspecially in subject of IMAGE PROCESSING and Robotics. With VB sourcecode. OCR programming.
Demonstrates how to communicate between your applications by sending your own windows messages along with your own variable. Properly commented code. I couldn't find a similar program on PSC, so I thought I'd write this up. Hope someone finds this useful. The code includes 2 projects, 'a client' and a 'server'. Using the RegisterWindowMessage API the server creates a unique windows message, then through the FindWindow API it checks to see if the 'client' is running. If it is, it sends a message using SendMessageLong. The client is subclassed and adds any messages it detects to a listbox. The code is well commented, full explaining subclassing, the API's it uses and why, so even a notice should be able to understand all this.
Analog onscreen clock. Has very nice menu. Stays always on a top. Remember last position. Colors have to options: one of 16 system colors or mode «Auto», which chooses black/white color, depend on background. ToolTip - current date. You can drag it werever you want on a screen and choose a size from 400px to 1000px. Please rate it. Report any bugs to [email protected]