Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #222981
Register Your Own Programme

Registers Your Own VB Programme so users can type in the serial code, name and walah! The've registered your programme. Great for trial versions and making money!

7_2009-2012 #222999
Popup Balloon Help: another enhancement

This project is an enhancement of another submission . This project displays advanced Win2K/XP style "balloons" and is based on CodeJack's enhancement Project(http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31523&lngWId=1). This version includes a command button within the balloon, using the LaVolpeButton control - which is included in the zip. When the button is to be displayed the textbox height changes so as not to over-run the button. The LaVolpeButton V3 project can be found here: (http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31479&lngWId=1) See the readme in the project for details from original author and notes about enhancements. ------ Clip from original submission ----- This code will show Windows 2000/XP-style popup balloons. They were introduced in Windows 2000, and in XP they're seen all over, especially in the system tray. But Microsoft hasn't released how to use them yet (except for tray icons),and--if they did--it would only work on Windows 2000 or later. This project shows you how you can use these balloons in your programs. Instead of relying on Windows to make them, this program makes its own. Therefore, it will not only work with Windows 2000 and XP, but also with all other versions of Windows (down to 95). ..... Original submission can be found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=31434&lngWId=1

7_2009-2012 #223000
Best Auto Complete

Creates an Autocomplete drop down box

7_2009-2012 #223017
Orientation - DataReport - 1 line - no API calls - unbelieveable!!!!

This code will change the orientation of the output before rptName.Show is executed. This is only one line of code, but it will do what some of the others have done with 4 pages of code. Really!!!!!

7_2009-2012 #223028
Remove several chars!

It removes a set of chars from a string, by using ParamArray, it is very simple! It was submitted as a alternative to another submission : http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=39842&lngWId=1

7_2009-2012 #223033
simple clock

This is just a simple clock program.

7_2009-2012 #223040
Sunero Zoomer »» ( like Windows 2000 accessibility feature )

Sunero ActiveZoomer is an application, which is similar to the Windows 2000 zoom application… It has the following features… + It shows a zoomed image of the screen, using the mouse position. + Completely Flicker – Free + Uses API + Zooms according to the size of the window + Stays on Top i.e. above all the windows (including the start menu) + Specify area to be zoomed All this and more in this incredible app! PLEASE VOTE !!! :o)

7_2009-2012 #223043
Tranquilizer

I like listening to music when I go to bed. The only problem was that my computer did not shut down. So I wrote this little program to automate this task. I also added a slight fadeout so you don't have to bother with a sudden break off music when you already in slumber :) Shows how to use MFC, AFX threads and volume control.

7_2009-2012 #223044
[OT] Open ASP file through Doubleclick in Explorer

I was tired of typing the URLs of my projects into the address-field of Internet Explorer. I wanted to start them directly from the Explorer (or Windows Commander), like any other file. This tool is able to run ASP files that where opened in the Explorer. IIS is being searched for the specified file and an URL is passed to the web browser. Due to the fact that the browser gets passed a URL, the Active Server Page is being processed on the server before you see it. You need MS Visual C++ 6 to compile the project. Contact me if I should e-mail you a compiled executable. Usage: BrowseASP.exe [MachineName] [FileName] i.e. BrowseASP.exe Axl "d:\projects\my files\1.asp" Be sure to add quotation marks if you want to link BrowseASP with ASP files in the registry: BrowseASP.exe axl "%1"

7_2009-2012 #223045
Genetic Algorithms

Introduces uses and ways to implement the revolutionary AI technology... genetic algorithms.

7_2009-2012 #223052
Solar System 3D

A Direct3DRM example of Solar System in real 3D. Need DirectX7 or higher. For other vb games and demos visit my web site: http://web.tiscali.it/fc_vbgames/index.html

7_2009-2012 #223069
a Scrolling Credits app

This application shows you how to implement scrolling credits. There are two different demos: top to bottom and left to right. You can click on the credited individual to send him/her an e-mail.

7_2009-2012 #223079
Crystal Reports Demo

This program demonstrates the use of Crystal Reports 7 in a VB application. The connection and data retrieval is made in the VB app and not with crystal reports.

7_2009-2012 #223086
Prompt Driven Interface v1.0

This code demonstrates how to create a prompt driven program, similar to a dos console.

7_2009-2012 #223098
Extremly fast faked textbox, even faster than vb's own textbox

This code can load over 1000000 (1 millon) lines into a faked tetbox... vb's own textbox can only load about 6000 before you get out of memory.. and it loads extremly fast. over 32000 lines in less than 1 sec. Adds 1000000 lines in less than 15 sec. Please vote if you like the code.

7_2009-2012 #223106
Combination Key Presses

This is another example of using Key Combinations to trigger code. It's pretty well commented to help beginners. Hope you like it.

7_2009-2012 #223107
Combine Arrays or Add Arrays - Updated

This code will combine the contents of 2 arrays into a single array. I found the code for adding 2 byte arrays somewhere on the net, but I can't find it again to give the original author credit. So, whoever you are, thanks. The original code was incomplete and didn't fully combine the 2 arrays. I've corrected that and added code to show combining 2 string arrays.

7_2009-2012 #223108
Get Local Date Format (Updated)

Updated to incorporate a VB 6 split function emulator for VB5 users. Also changed date format to lower case for compatibility with controls that don't like upper case date formats. This routine will return the Date format for the locale the app is running in. This way you can format your dates to display in the preferred format of the area the app is being used. (eg. mm/dd/yyyy in the U.S., dd/mm/yyyy in England, dd.mm.yyyy in Germany, etc).

7_2009-2012 #223116
Function Pointers in VB

This code makes it possible to use function pointers (no, not OBJPtr) basic funciton pointers, in VB. It uses two API calls. Basically, it uses a window callback as the entry point for your new function, redirecting the window call to the function supplied. A little out of the norm, but a handy thing to have when callbacks to non-objects is needed. If you are attempting to call objects back, I recommend either the undocumented ObjPtr() or CallByName (when you know the name of the object function to call)

7_2009-2012 #223128
Select/Change the default printer

Displays a list of available printers installed on the computer, and lets you select one to use.

Languages
Top Categories
Global Discovery