Results for "Volume: 2002C"
This routine will cause a textbox control to accept only numeric input. Any other input (including the '-' and '.' keys) will be ignored. Note that it is still possible to paste non-numeric data into the textbox. There have been plenty of examples of this in the last couple of days - in the comments section of one of these someone suggested using the API. So, for anyone that is interested, this is one way of doing it... I've put this in the intermediate category only because it uses API functions - otherwise it's straightforward code. I've only tested this in VB6.0 on Win2k, but it should work on any Windows platform from Win95 up.
Sends beeps through the internal PC speaker. Some programs work with NT but not Win9x, others work with Win9x but not NT. This program works with either. It has been tested on Win95, 98, Me, and NT 4.0 systems. Should work with 2000 as well, don't know about WinXp. There is a module that tests for which operating system is present, and uses the appropriate code to beep the internal speaker. The Win9x code was adapted from code written by Jorge Loubet. It requires the presence of Win95io.dll which can be downloaded from http://www.softcircuits.com.
Update any portable executable (.exe's) to use the new Windows XP themes. Yeah, yeah yeah, ther are lots of manifest makers, creators and wizards, but none come close to Visualicious!! Whats different than my earlier version is that ther is no longer the need to include a manifest file with your final product(thanks to Mick Doherty). Visualicious actuall inserts the manifest into the .exe, there is a recovery feature that lets you restore any changes made by Visualicious. It is recomended that you first make a reference to CommonControls6, you can see how I did it when you view Visualicious' source.
It's a very simple but efficient Euro converter from Greek Drachma to Euro and vice-versa... can easily be changed to any local currency.
This allows you to change the look of your form easily without haveing to be prescise with the pictures. this loads up the individual pictures and puts them together to display and awsome cover for your form. {See ScreenShot} Please Leave Comments and Vote if you like my code.
Simple way to check for changes on a form.
This is a re-done version of Nick Romanelli's Matrix Tracer code(http://pscode.com/xq/ASP/txtCodeId.21214/lngWId.1/qx/vb/scripts/ShowCode.htm). I have left his origonal forms in there with the code untouched so you can see the big difference. I have added a small command-line parsing function which controls the program. Im sure there are better ways of doing this than I have, so please, any comments or suggestions are welcome. Again, the new code is all mine, but the concept was Nick Romanelli's.
Take any ActiveX dll with unique help context ID's and generate an HTML help file outline of all the methods, events, properties and eneumerators.
This code takes an Access 2000 database and creates a VB 6 class. Greatly reduces the amount of time you spend creating classes based off of your databases!
An analog clock with alarm function to remind the developer of real life ;-) Features: resizes with form, optional Ticking, Wave File Sound Alarm or Beeping (two wav-Files included), rightclick for options
Stop the infernal blinking of the scrollbar in VB6.
This code shows how to do fast and professionnal image filtering it shows also how to perform callBack function from VB to a c++ dll The code source of the Dll filter engine is included I'm waiting your feedbacks Please Vote for my work if u think it's useful
Get Free Memory(RAM) of your PC, Get Free Disk Space, Get CPU Usage, Optimize Memory/Free Up Memory space, Custom Progress bar, System Tray Compatible
Password protect your computer. Wrtie/Read from .ini for your Login name and Password. If you have nosey family members, you might wanna check this out. Vote for me if you like it.
This is a very nice piece of example for having a login password form for your application. I have neatly commented, used ADO 2.6, blocking CTRL+V, CTRL+C, CTRL+X. A perfect one.
This is a complete DL-UL monitor, like DU-meter. It has similar functions, it shows a graph of your internet traffic or both a graph and numeric values. You can set the transparency of the graph-window and it can be minimized to system tray. You can see how much you've downloaded and uploaded in total. Please vote if you find it useful. And please, leave comments.
A complet web app :: make your computer a server, WhoIs, DNS 2 IP, IP 2 DNS, port Scanner, Port Spy, all with winsock control! see screenshot for more information! ***Must See*** Please vote if U like!!!
This program is useful, when you need create control and don´t know how many element you have. Also show how you can add and remove control in runtime. Also, you can create a control deal of you need it. For instance, when you need load information, but don´t know how many control you must paint.
A little while back i did a File Transfer Module. It was very slow and only allowed one file at a time. I had an email a couple of days ago, asking me if they could use it in their project, i agreed, but told them to wait till i upgrade it. So i sat down this morning for a few hours, and voila. its a huge improvment on the last one, and it hasnt failed me during the whole hour i spent cheking it over. maybe it'll be usefull. looks quite nice! You'll need the following: Common Dialog Control 6.0 (SP3) Common Controls 6.0 (SP4) Common Controls-2 5.0 (SP2) Winsock Control 6.0 (SP5) enjoy
Usercontrol to make a calendar like outlook , to make your planning etc... not yet implemented to save the notes etc....it's the first version , and my first custom control....