Advertisement

Results for "Category: Miscellaneous"

6_2008-2009 #206651
CMousePointer.cls

Greatly simplifies mousepointer control, while at the same time avoiding unnecessary changes (less flicker), and uses DoEvents to assure that the displayed mousepointer changes in a timely manner. -- At the top of any Sub/Function in which you want to control the mousepointer: Dim oMp As CMousePointer -- and -- Set oMp = New CMousepointer -- This will remember the current mousepointer and set the mousepointer to vbHourglass. -- If you actually want to force to vbDefault, as in an error handling Sub/Function, or in cases where you want to set to vbHourglass conditionaly, add: oMp.Houglass = False -- or -- oMp.Value = vbDefault -- You can use the Hourglass or Value properties to change the mousepointer anywhere else in your Function. -- In the exit routine: Set oMp = Nothing -- This will reset the mousepointer to whatever it was on entering the Sub/Function

6_2008-2009 #206658
An Awsome and simple typewriter text engine!

Make cool typewriter text effects with this easy to use engine! Just input what you want to display and ziip! It types it out for you! This is sooo easy to use that all you need is a form and a timer and something to display the text on. This can serve a lotta purposes like RPG games or chat programs. Please vote and leave comments! Thanks!

6_2008-2009 #206691
Beginners Stuff

Help beginners to understand some codes. PLEASE RATE IT & VOTE FOR ME.

6_2008-2009 #206703
[System_Monitor]

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

6_2008-2009 #206709
Lock controls for fast updates

When you, for example, add listitems to a listbox or combo box Windows repaints the box after each addidtion. This takes up processing time, makes your app look bad (due to flickering) and if you add a lot of items it can take a long time(Especially if the Combo or Listbox Sorted properety is set to true) Windows provides an API called LockWindowUpdate that you can use to keep Windows from updating a control with a hWnd property. This code is a simple way to call that function.

6_2008-2009 #206721
Balloon Msgboxes, Inputboxes and timeout popups

Display msgboxes, inputboxes and custom dialogs in balloons of any color you choose with an alphablended drop shadow of varying intensity. This is an update which has been rewritten to take into account users feedback. The code should now be clean and consists of only one form and one enumeration in a module. It is easy to replace the standard vb controls used with usercontrols of your choice to give an XP appearance. All balloons can be positioned via the calling code or just left to appear at the cursor position. Please see the screenshot and leave feedback, thanks.

6_2008-2009 #206728
vb.classic

A Help file that contains a tip or article to help any programmer in vb.classic

6_2008-2009 #206734
SMTP mail

This is a SMTP mail, you can use this to send a mail. Use winsock control, but you don't need a form to use it, a simple reference to the winsock should be enough. The cool thing about this is that you can use it in you Active X or COM roject. There are some things that could be improved, you cannot send attachments yet for example. It would be nice if you give me som credit for this class if you use it...but you don't have to. Please read documentation carefully. (it also gives you instrunctions how to reference the winsock control) /stoffer

6_2008-2009 #206741
Code Optimization Tips

This article contains some optimization tips for both standard coding and game creation.

6_2008-2009 #206751
Date Calculation

Thank you for viewing my first addition to the PSCode Community. Please Email me if you have any questions in regards to my submission. Also, critique not criticize. This date calculation project is rather simplistic in design but utilizes Numeric Validation and Overflow Circumvention. Project Description: The purpose of this project is to take a numeric value; add it to the current date, thus receiving your new date. Example: Numeric Variable: 4 Current Date: 06/14/2002 New Date: 06/18/2002

6_2008-2009 #206753
Search Index server with ASP

I have been doing a bit of work using Index Server 2 on IIS5 for our companies Intranet and have developed a pluggable piece of code to all you to search any of you Index server catalogs easily. The results page has a css file linked and can be customize easily and the whole thing is done in include files so you can incorporate it into your own site with ease. I have put the code within a directory stucture within the zip file simple expand in include the directory structure, place it on your server and you are away!!!! .

6_2008-2009 #206754
_!!!!!A 6 Encoding Techniques!!!!

This program will shows the simulation of NRZ-L, NRZ-I, Manchester, Pseudoternary, Bipolar-AMI and Differential Manchester encoding techniques. Please do Rate my Code for appreseations. Thank you

6_2008-2009 #206755
Character Recognition System

This system will recognize characters from 0-9 and ABC in BMP file.Currently the program only recognize characters from file named 'untitled.bmp' situated in project folder. Please do read word document which i have included.

6_2008-2009 #206766
Vb power Against Java

This code is basically from java 2 sdk. This main engine is actually from java but lots of featutes are added to it. I was really fedup of these java programmers talking about the java applicationb power. So i made a better application in VB which is inherited from java.

6_2008-2009 #206813
Macromedia Flash Player

Plays *.swf, it also support Flash in Websites. Very easy to use.!!!

6_2008-2009 #206819
IsInIDE?

--IsInIDE() --It'll return true if running in IDE

6_2008-2009 #206822
Delete a File Unrecoverable(Safe)

This will create a function that you can. That function will delete your file safely, but first its contents will be overwriten by DOTS(.) Give it a try(I checked this with EasyRecovery Professional Edition: I couldn't recover my testfile :-) ---- Soon I'll release my StuffX1 program containing a huge collection of my homemade handy subs and functions :-)

6_2008-2009 #206823
ProjectX1 - Project First Public Release(Please Rate!)

This project contains alot of functions/subs created by T-Virus Creations. NOT commented but ready for use (Most of the stuff is explained at top of Module or Sub/Function. Please, don't forget to rate this!!

6_2008-2009 #206834
Picture veiwer begginer

If you dont want to get caught looking at erotic pictures on the internet then this is a must. Note: There is no erotic content in this program (e.g. Pictures) It is just its use.

6_2008-2009 #206853
HTML/Javascript Spreadsheet type screen

This is mainly to demonstrate a data grid/spreadsheet style page using pure HTML and javascript validation. The page also monitors whether the user needs to save changes before exiting. This actually shows it in action as a stock sheet.

Languages
Top Categories
Global Discovery