Advertisement

Results for "Author: dcroft"

2002ASP #824
Message B0x Thru C0de

This Message box is missing something all the others have... the form! All you need is the module. The Message boxes are created when needed at run-time. It's really simple to use: MBox(sMsg, _ sCaption, _ Optional MsgBoxType, _ Optional lType As Long, _ Optional lIcon As Long, _ Optional oPath As String, _ Optional nX As Long, _ Optional nY As Long, _ Optional Edge As Boolean ) As Integer You can use one or all of the parameters so many different types of message boxes can be generated. Features Include: ------------------- 1.) Will handle nearly any message no matter the size. 2.) YOu do not have to alter or customize the code. 3.) Allows you to set X,Y position. 4.) Enable user to copy the Message or parts of it. 5.) Display 3D Window or sunken Client Edge. 6.) Allows you to use custom Icons.

2002ASP #825
Send SMTP E-mail using winsock

Send E-mail without borrowing another programs interface...... Even send it in the background with one line of code.

2002ASP #826
Scroll a larger PictureBox inside a smaller one

This class module, complete with demo project, will allow you to easily scroll a large picture box inside a much smaller one. This can be extremely useful when space is something you have little of.

2002ASP #827
An Absolute Must Have for Network Programmers!

The most comprehensive, user friendly, and effective file transfer method using MS Winsock (Ver6.0) available. Well commented code and a descriptive user interface. Seperate project in zip for both client and server, including exe's. Feedback welcome. If you find this code useful please take a second to vote for it!

2002ASP #828
Complete Password Module (without additional forms

This module will lessen the burden of adding password protection to your applications. All windows used by this module are created at runtime using the Win API thanks to Joseph Huntley's APIForm. So there is no need to add forms to your existing project. Simply add the module, a few lines of code, and set the Variable properties. This module will create two password dialogs. One to set\change passwords, and one to verify the password. All password checking is done inside the module. All you have to do to call and check a password is call two simple functions. You can choose to have the password encrypted, not encrypted and stored either in a file or in the registry.

2002ASP #829
A BETTER way to avoid Free Net Access Banners!!

This is an update to code I posted Yesterday. The sole purpose of this code is to allow you to use a free ISP, without the wasted desktop\browser space of ad banners. In the previous app the banner was hidden using Win API Functions. This worked except the banner ad people have hard coded there Banner Apps to stay on top at all times. Hence, the code to hide the banner had to be executed over and over again causing the "Hider" App to canstantly execute code. THis Method Minimizes the banner... THe banner will still be on top, but it will only be a title bar that you can position in the "White SPace" of the Browser toolbar. No adds will be displayed. YOu will not even know it's there.

2002ASP #830
The Original Mouse Logger\Emulater

You must see this software in action. If you were dissappointed by previous submissions, you must get this one! Will log and emulate every event of the mouse anywhere, in any software. Double clicks, right clicks, Drag and Drop, Move windows. Thanks to a bug fix by []D[][]V[][]D, the code is now faster than ever. You can click and drag as normal and never have to worry about missing a trick. Try it in a text editor copy a bunch of selected text, paste it somewhere, then delete it. Replay the movements and watch every move made as it is replicated in exact form. All data is saved to file, so it can be replayed again later. Feedback encouraged, votes appreciated!!

2002ASP #831
Log and replay mouse positon and click events.

An update to code I previously submitted. Record the mouse position and the right and left button click events. Then you can replay the movements of the cursor and the mouse will click at the same coordinates as the user. All data is stored in a binary file. Now uses a self reallocating array for longer log times, and smaller file sizes. This is a great idea for tutorials or wizards! If you like this code please vote for it!

2002ASP #832
How to add skins to your program

Complete demonstration on implementing skins into your applications using bitblt. All images extracted from a single bmp file, no need to populate picture boxes at design time. Features: Button code only executed if cursor is over the button when the user releases. * Title bar CHANGES when program has lost focus. * Well commented source. Very easy to understand. Graphics read from file not picture boxes. Limited only by your imagination.

2002C #9428
Message B0x Thru C0de

This Message box is missing something all the others have... the form! All you need is the module. The Message boxes are created when needed at run-time. It's really simple to use: MBox(sMsg, _ sCaption, _ Optional MsgBoxType, _ Optional lType As Long, _ Optional lIcon As Long, _ Optional oPath As String, _ Optional nX As Long, _ Optional nY As Long, _ Optional Edge As Boolean ) As Integer You can use one or all of the parameters so many different types of message boxes can be generated. Features Include: ------------------- 1.) Will handle nearly any message no matter the size. 2.) YOu do not have to alter or customize the code. 3.) Allows you to set X,Y position. 4.) Enable user to copy the Message or parts of it. 5.) Display 3D Window or sunken Client Edge. 6.) Allows you to use custom Icons.

2002C #9429
Send SMTP E-mail using winsock

Send E-mail without borrowing another programs interface...... Even send it in the background with one line of code.

2002C #9430
Scroll a larger PictureBox inside a smaller one

This class module, complete with demo project, will allow you to easily scroll a large picture box inside a much smaller one. This can be extremely useful when space is something you have little of.

2002C #9431
An Absolute Must Have for Network Programmers!

The most comprehensive, user friendly, and effective file transfer method using MS Winsock (Ver6.0) available. Well commented code and a descriptive user interface. Seperate project in zip for both client and server, including exe's. Feedback welcome. If you find this code useful please take a second to vote for it!

2002C #9432
Complete Password Module (without additional forms

This module will lessen the burden of adding password protection to your applications. All windows used by this module are created at runtime using the Win API thanks to Joseph Huntley's APIForm. So there is no need to add forms to your existing project. Simply add the module, a few lines of code, and set the Variable properties. This module will create two password dialogs. One to set\change passwords, and one to verify the password. All password checking is done inside the module. All you have to do to call and check a password is call two simple functions. You can choose to have the password encrypted, not encrypted and stored either in a file or in the registry.

2002C #9433
A BETTER way to avoid Free Net Access Banners!!

This is an update to code I posted Yesterday. The sole purpose of this code is to allow you to use a free ISP, without the wasted desktop\browser space of ad banners. In the previous app the banner was hidden using Win API Functions. This worked except the banner ad people have hard coded there Banner Apps to stay on top at all times. Hence, the code to hide the banner had to be executed over and over again causing the "Hider" App to canstantly execute code. THis Method Minimizes the banner... THe banner will still be on top, but it will only be a title bar that you can position in the "White SPace" of the Browser toolbar. No adds will be displayed. YOu will not even know it's there.

2002C #9434
The Original Mouse Logger\Emulater

You must see this software in action. If you were dissappointed by previous submissions, you must get this one! Will log and emulate every event of the mouse anywhere, in any software. Double clicks, right clicks, Drag and Drop, Move windows. Thanks to a bug fix by []D[][]V[][]D, the code is now faster than ever. You can click and drag as normal and never have to worry about missing a trick. Try it in a text editor copy a bunch of selected text, paste it somewhere, then delete it. Replay the movements and watch every move made as it is replicated in exact form. All data is saved to file, so it can be replayed again later. Feedback encouraged, votes appreciated!!

2002C #9435
Log and replay mouse positon and click events.

An update to code I previously submitted. Record the mouse position and the right and left button click events. Then you can replay the movements of the cursor and the mouse will click at the same coordinates as the user. All data is stored in a binary file. Now uses a self reallocating array for longer log times, and smaller file sizes. This is a great idea for tutorials or wizards! If you like this code please vote for it!

2002C #9436
How to add skins to your program

Complete demonstration on implementing skins into your applications using bitblt. All images extracted from a single bmp file, no need to populate picture boxes at design time. Features: Button code only executed if cursor is over the button when the user releases. * Title bar CHANGES when program has lost focus. * Well commented source. Very easy to understand. Graphics read from file not picture boxes. Limited only by your imagination.

2002VB #18032
Message B0x Thru C0de

This Message box is missing something all the others have... the form! All you need is the module. The Message boxes are created when needed at run-time. It's really simple to use: MBox(sMsg, _ sCaption, _ Optional MsgBoxType, _ Optional lType As Long, _ Optional lIcon As Long, _ Optional oPath As String, _ Optional nX As Long, _ Optional nY As Long, _ Optional Edge As Boolean ) As Integer You can use one or all of the parameters so many different types of message boxes can be generated. Features Include: ------------------- 1.) Will handle nearly any message no matter the size. 2.) YOu do not have to alter or customize the code. 3.) Allows you to set X,Y position. 4.) Enable user to copy the Message or parts of it. 5.) Display 3D Window or sunken Client Edge. 6.) Allows you to use custom Icons.

2002VB #18033
Send SMTP E-mail using winsock

Send E-mail without borrowing another programs interface...... Even send it in the background with one line of code.

Languages
Top Categories
Global Discovery