Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #230818
Autohighlight active control (SDI/1 Form)

This is a very simple and useful solution to highlight input controls without writting a function for each control. I use the SetWindowsHookEx function to receive all Windows messages in a callback function (in this example WindowProc). The WindowProc function calls the SETKILLFocus function if there is an WM_SETFOCUS or WM_KILLFOCUS message and delivers the the Handle of the control to the SETKILLFocus function.In this Example the highlighting is done only for textboxes and comboboxes but you can easily change the SETKILLFocus function to process other types of controls. I think the explanation in the source code should answer all other questions. Please vote, if you think its a good solution.

7_2009-2012 #230268
Conspiracy Generator

Shows Random Number Coding, Case Select and a good for next loop with Listbox. Also a simple counter. Combines words into full sentences. Fun program too, sort of funny, but some generated conspiracies may be TRUE (ewwwww - spooky). Feedback appreciated.

7_2009-2012 #218559
Windows Messenger Uninstaller for XP (Automatic or Manual)

If you're anything like me, you have no use for Windows Messenger and want it GONE from your system. Not only will this program uninstall it from your computer, it will add it to the list of Windows Components (in the Add/Remove Programs control panel applet) so you can manually uninstall it if you wish, or install it at a later time. =)

7_2009-2012 #226139
build your own dictionary

sample to build your own dictionary

7_2009-2012 #224944
Load/Save TreeView from/to Text File

Loads treeview nodes from a text file. Saves treeview nodes to a text file. Saves them as a file containing tab-structured nodes, or as a file containing full paths delimited with a delimiter. Loads nodes from a saved file, containing full paths of nodes or structured with tabs. (See screen shot)

7_2009-2012 #229921
Translator using WorldLingos Site

This is the Translator using WorldLingos WebSite i got tired of waiting for then so here it is. Most of the code is from here on psc, i was looking for a translator and found something simiular but didnt work it would only load to a certain point and stop this one works and does well dependent on your internet connection and the WorldLingo's use at the time you use it. enjoy.

7_2009-2012 #225071
Amazing Menu (updated....sorry ;-) )

A very Impressive Menu

7_2009-2012 #229295
Answering Machine

No DLLs, No OCXs, Using Just API functions. After Lots of searching, It's the best TAPI Answering Machine Written in VB that I have ever found. Steven A. Frare (mailto:[email protected])is the Author of this program. his Homepage is: http://www.geocities.com/sfrare/index.html for more information see his homepage.

7_2009-2012 #225115
aaa UPDATED (03-28-2002) A very good Form with Scroll Bars ActiveX Control Version 2

I have just done a major update! This Form with Scroll Bars Control has everything that you always dreamed of on a Scrolling Form and more! Following is a list of the most important features available on this versatile ActiveX Control: ____________________________________________________ (1) The Form will scroll vertically and horizontally! ____________________________________________________ (2) It will scroll automatically to the field with focus if the field is out of site. ____________________________________________________ (3) It will highlight the field or button that has the Focus (Actually, any Control inside of the Scrolling Form that can get focus). ____________________________________________________ (4) Besides been able to optimize the space on your applications by been able to scroll in any direction, you can now flip pages! This feature is much like a wizard’s page. The control will track the number of added pages and which page is currently been viewed. ____________________________________________________ (5) The control will memorize the last field selected and the scroll bars position on every page. Therefore, whenever you move to a new page, you can opt to have the Scrolling Form ActiveX automatically select the last field selected on the corresponding page or select the first field of the page. ____________________________________________________ (6) The Control can automatically select the text of every Text Box selected. ____________________________________________________ (7) You can add a background picture to the control. This picture will be set as the background picture of every added page! ____________________________________________________ (8) You can set the background color of the control. This color will be set as the background color of every added page! ____________________________________________________ All of these features are neatly packed as an ActiveX Control. It is very easy to use! What are you waiting for?!! Go ahead and download it! The Source Code of the OCX is included and is heavily commented!!

7_2009-2012 #230956
Ripple Effect

This is an ripple effect (well, it seems to be), which uses pure VB. My friends say, they look like ripples, but I don't. Just Hold the mouse over the form and move it.

7_2009-2012 #230953
SetWindowRegion

ENTERTAINMENT

7_2009-2012 #225072
Animated Title

Animates a Form title

7_2009-2012 #226013
Better KaZaA/Morpheus Program

This is a total revision of my contest winning version of kazaa... it uses flex grid control to show and sort your results. It displays an Estimated download time (based on the time the shared folder took to download). you can now search for filename, size or all topics. You can sort your results by name or size. It has a caching function built in to speed up search results. It has its own downloading feature (Allows you to play the song as it downloads). This downloader might be a bit hard to explain but i'll give it a shot. There are 2 source codes involved here. One main code which includes the searching area, and one code for downloading. You must compile the downloader code to a file called "DownloadFile.KMD" located in the same directory as your main code. This file is called when you request to download a file. I did this because if the main program froze for some reason, your download wouldn't stop since it is running independantly from the main program. (Thanks goes to Sean Gallardy for the Easy to use, downloader Active X control) This code is also great to use now since many people i know (including myself) have been having trouble connecting to kazaa. With this, there is no connecting required. Just scan, search and download. I wasn't gonna submit this one because it might make people a bit nervous having 2 source codes but i got a comment on my last one about the interface and the coding so i just thought i would show people how much further this program can be taken with a bit of time. Check it out and leave some comments and/or tips that i can incorporate in later versions.

7_2009-2012 #224060
HardDisk Serial Number

This snippet/wrapper will show the use of the GetVolumeInformation API call, for those not immediately familiar with it.

7_2009-2012 #229635
SmoothBar v1.1

This is an ActiveX progressbar with a few features that I thougth one migth need... I really would like to add a horisontal option but haven't figured out how to draw rotated text.. But I'm getting there :) Plz, comment and vote.

7_2009-2012 #220975
Irregular shaped forms

Class to create an irregular shaped form from a picture. The screen shot sample shows an MM-shaped form and the ears, the black circle and the button make up the form. The remainder inside the circle does not belong to the form.

7_2009-2012 #222174
ComPort monitor

Another way to collect information from the com port on a computer...

7_2009-2012 #220129
p2p data transfer

Transfer multiple field of data using the winsock control. posible to use as as central data connection to pivot data.

7_2009-2012 #230955
settimer killtimer

TIMER

7_2009-2012 #221091
bsGradientLabel v2

It's exactly what its name suggests: a label with a gradient background. You can select from 3 gradient styles, caption alignment, custom colours for both the gradient and text, label rotation (horizontal and vertical) and almost any font (some will not work when the label is vertical). If you like it, please give me a good vote. --- NOW SUPPORTS: border styles and text shadows. ---

Languages
Top Categories
Global Discovery