Results for "Volume: 2002C"
List All Active Processes (Class)
Flash Style Text fade function with working example. It displays given text from brightest to darkets and vice versa with the given red, blue and green values thus creating an effect of fading text.
Simple example of an FTP GUI with progress bar indicating progress of the download. This is just an example so it may be extended and improved in numerious ways: adding ability to put files on remote server, improving error handling and reporting (practically unexistant now), etc.
This is an Amazing Tool that do all that: 1- Search for *.frm and *.bas on all your drives 2- Store files info in an MSFlexGrid 3- Retreive all the Functions/Subs from all the files 4- Store Functions/Subs info in an MSFlexGrid 5- Function, Sub and File Viewer 6- Api utilization for search optimization 7- Read/Write I/O files treatment 8- Dynamic forms demonstration 9- Lot more.... !!! Thanks for using this code. Carlos : elterrorista@videotron.ca (VBMania)
a simple progress bar program for beginners if you find this code useful please vote
Found on the web: a collection of four different buttons. FREEWARE ! experimented with them --> cool effects, nice controls.
Opens Notepad and mysteriously(By not creating a window) Types a message in notepads text.
It finds one the roots of a cubic equation using Cardano's formula.
Who says you cant write to the registry without API? This code is fast,smooth, and refreshes the registry instantly. This is speed at work!
It draws simple objects like rectangles and ellipses. Looks a lot like Paint in the Windows accessories.PLEASE VOTE. I made that program following the instructions of a very good book on MFC programming.
OMG!...this code does everything...u can disabel/enable Crtl+Alt+Delete, Make your program flash in the TaskBar, Load/Save Combo,List,And Textboxs, over 20 subs/function for AIM, fade text in any textbox/listbox/combobox/label, Drag a borderless form, make your form OnTop, make it NotOnTop, open a URL wiht the default browser and more....
Sends an e-mail using MAPI
This little example is my response to a brand new Visual Basic programmers request for some help in writing a simple Number Guessing Game. In it, you will find the simplest and easiest to understand code... with LOTS of comments and explanations that the beginning programmer should find very easy to understand. Ryan... this is for you... and welcome to the world of Visual Basic programming... :)
A game you play against the computer. Be sure to keep your head cool and clear !
It is a neat way to edit the "display only" MSFlexgrid without locking the user into the TextBox and still permitting "multiple cell entries". Slightly revised and some dead code and typos elimination. Posted as a .vbp & .frm file. Unzip, then load the .vbp file. Added a couple of functions.(9-14-99) (9-23-99) MAJOR ADDITIONS: - (1)In-Cell Cursor control,(2) ADD, DEL, INS, EXTRACT Columns or Rows, (3)"" recovers from accidental OVERTYPE. - Try finding that in MSDN! Please send comments as to useability! 1-4-2001 Backspace annoyance fixed!
The purpose of this article is to demonstrate how to build RGB pixels of varying bits per pixel (15, 16, 24, and 32) and it also shows how to RGB color components from an RGB pixel.
Changing behaviour of ComboBox and ListBox (Class)
Try this, you can write your notes on yellow windows that can be reduced until 10x10 pixels, i u want they can stay on top or not, they can have a date and a time, so that you can be warned by them appearing, or by a sound, a message box or they can launch a program(with a command line.... or all togheter. ************************************************************************************************************************************ MAIN MENU (Right click on icon in System Tray) ************************************************************************************************************************************ All OnTop (puts all your postits on top All NOT On Top (try to guess....) All Default position (Restore all post-its to their default position, if you have moved them) Reset Defaul position (Make next Post- it to start at 0,0) Open All Closed (Active if you have closed post-its, re-open all of them) Close All (ok, you know) Post - It (it opens a sub-menu with all your opened post - its, - their titles - , you can click a menu item to have that Post - It Active) Closed Post - it (Same as above but only for Closed Post - Its) Delete All (Delete All post - Its and Restores start position) Exit (End the program......if you have not deleted post - Its, they will be loaded when you start program again, with thair last properties.....status, on top...) ************************************************************************************************************************************ POST-IT MENU (Right click on Post - It) ************************************************************************************************************************************ Close (Closes post - it but doesn't delete it) Dock (opens a sub-menu with these options: Top (It does'n allow you to move your Post-it out of the top of the screen) Bottom (....) Left (....) Right (........all these 4 styles can be combined togheter) None (Uncheck all the styles above) On Top (Toggles On Top property of Post - It on-off) Alarm (Opens a window where you can set a date and a time to be warned, from this window you can toggle off this property, or go to another window where you can choose the way you will be alerted) Delete (Deletes this Post-It permanently)
This project uses ADO to copy tables from one Access database to another. I did this up as a demo of ADO at work. It (probably) has no actual use but demonstrates ADO connection. This is my first submission, so please, Be Gentle!
Have you ever wanted an auto-scrolling text box? (U know, in MIRC and ICQ, the textbox scrolls by itself!) Here it is! Few lines, optimized and easy to use! If you have the higher versions of VB, you should set the textbox's Locked Property to True, unless you want to make the textbox editable. '[Replace Text1 with the name of your textbox] Thanx for viewing! :)