Results for "Category: Miscellaneous"
A class that allows you to move controls around on a form or other container. There are several built in animated movements or you can specify a specific point for the control to move to. Using a timer it produces some interesting effects. No Screenshot, it's about movement. ----------- Thanks to Oscar Medina whose 'Marquees Marquesinas" at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=58044&lngWId=1 inspired it.
DSN Connection Creation or modification for Access or SQL Server Included is a few functions et get UserName, ComputerName, DomainName, FullUserName (Requires NT or more) By the way, GetServer, found at Microsoft
ASM callback procedures, compiler switches to expose only the functionality required, nice examples and more. Be sure to register the type library to run the project.
This program monitors registry changes and changes them back if they're changed. Give me lots of feedback! (Good or Bad) Give specific reasons and how to improve it if it's bad. There is also a better way of monitoring the registry by someone else at http://www.freevbcode.com/ShowCode.asp?ID=2229.
Example on how to send an SMS using a standard GSM mobile Phone using the PDU encoded telegram common to all GSM mobiles.
This clas (sample included) read True Type Fonts (ttf) you get many informations over the font. Names, Descriptions, Dates... If you want that i made a next version please give feedback.
MZ-Tools 3.0 is a freeware add-in for VB 5.0, 6.0 and the VBA (Office) which adds several productivity features to the IDE. You can download it from www.mztools.com, i am using this addin for 1.5 years and my productivity has really increased. i really like its feature particularly 'clear intermediate windows', 'close all windows' and 'procedure caller'. Take a look at my other PSC submission ID: 58620 & 58651
Okay, so you've finished your application and are all set to distribute it to your clients, but do you know how? Are you aware of the issues and pitfalls you'll need to face while you design the setup for your application? Do you know about the right tools? This article discusses the basics of setup design, and will talk about several important issues that you should take care of when you write your setups.
This little code snippet returns a truly random sequence of Rnd's
Gather detailed weather information from weather.com and display it in a condensed, easy to read format. Includes 36 hour forcast information. The program utilizes a reference to "Windows XML, version 2.0" to complete the task. Also includes a module that allows for "form fade in/out". This fade module was taken from another post here on PSC but I can not remember who posted it (sorry I can't give you credit for your work by name). Also makes use of a simple text file to track all zip codes you enter into the program, and will remember the last zip that you looked at and display it automatically when the program is run again. One fault of the program (or maybe it's the website, I don't know) is that when refreshing, the program will display the same data as previously even though the actual information on the web site has been updated (website updates approximately every 20 minutes). If anyone can figure out how to get the XML object to get a true refresh, please post the modified project to PSC for all to enjoy! Hope you enjoy this project, it's been fun putting it together.
example of how to integrate PE crypter routines into your compiled executables. Useful for shareware authors trying to add another layer of protection against crackers. Simple example to teach you how. See article link in source code for more info. Also includes a decent set of classes for editing and analyzing PE files.
Version 2 of my funky thunks. Teaser: check out the global keyboard hook sample as the basis of a spy app... with active app tracking. Update 2/13 minor enhancement to cTimer.cls
FindNodes its a source code to find the less number of nodes (routers) on a net. This is a extreamlly usefull under cert circumstances, like traffic controls, congestion, bottle necks, etc. The code its heavy commented, but as you can see it has a Advanced level. Read the ReadmeFirst.txt for important information. If you want to vote for this, thanks (i'm not looking for votes, only for sharing code with the VB community ) or if you prefer dont vote this and vote another kiddy "cd-rom" open/close, "What is my IP", etc. John
A simple tooltip to alert a user of anything you want..you can either fade it in or slide it up..neat and usefull..i added the green bullet gif and bmp's as well so you may use them if you want to add more alerts..useful !
This simple program can recognize face using a trained Nueral Net, it just convert the picture to raw grayscaled image which serves as a pattern for recognition. download first Perceptron.dll at http://www.mindworksoft.com/dll/Perceptron.zip to make this program works, or if you like, use the cNetFast class included on the zip file, but your program execution will obviously slow specially in the training. the Nueral Net class was from the code of Jonathan Daniel ([email protected])in the Glyphs (Teaching the computer to read) project, so I am not expecting any votes.
This is a small sample to add multilanguage support to programs you developed. All the job is done in the module. For forms with lots of controls I prefer you modify the database and function to run 1 query for each language and let the program do it, 1 query for each control means slow program. Added : MsgBoxes, Grid Headers, Form Captions.
Just a 'help dialog' tip for you. (GUI)
Just For FUN
Add modResize to any vb project. Controls on a form are resized automatically when the size of the form changes. The original form/control size ratio is maintained. Fonts are resized also.
I saw recently there was a buzz concerning digital clocks. I decided to provide two different types of clocks. One fake digital (but nice looking, in my opinion), so don't expect coding exploits, and a circular analog clock. This one is a bit tricky, and the code is commented. A good base to start when willing to generate cosine and sine tables (ie: can be usefull if you want to code 3D apps). This code could have been set in intermediate, but due to some tricky routines... well you see. Nothing mind blasting but a funny couple of hours to bring those to life.