Advertisement

Results for "Volume: 2002C"

2002C #11648
Display skins in IE/Explorer Toolbars

What this code does is allow you to chose a image and then display it as a 'skin' in Windows Explorer/Internet Explorer. Have a look at the screen shot; A picture says a thousand words, and nicely sums up what this program does. Please vote for me If you find it useful or interesting!

2002C #9764
Another StartButton Animation

Title sez it all. Check it out!

2002C #11733
ADO Toolbox

This program generates code for a Microsoft Access database that the user selects. The generated code will declare the connections as well as open and close the connection. This code has a lot of examples of coding with ADO and grids. I have lots of comments in the program.

2002C #9460
The Beginners Guide To API

This article teaches you the basics of Windows API by giving you a walk through of Declaring API Functions from Start to Finish & uses real examples of useful code you can use in your Projects!

2002C #10716
Downloader Example

Download Example: Enables you to download files from the internet without any use of an OCX.

2002C #11875
Movement

This code shows how to move an object along exact angles using trigonometry. I made it after I download a sprite that could face 32 different directions. Instead of doing some complex movement function like I'd done before, I made this technique. Now all I had to do was increment a variable by 11.25 (360/32) I am sure that I am not the first at doing this, it's just that I had never seen it on the internet before so I thought I would put it up and help all of those who could use it. I just put it into a simple project where you drive a tank around. The project could be used for a game too, if you want, e-mail me and I will send you the better graphics, the ones I used are shrunk and 8-bit instead of 24. Anyways, download the code and enjoy, all feedback is welcome.

2002C #11943
Subclassing

Subclassing, the interception of Windows messages, allows you more control over VB than ever before. Now you can display messages in the status bar describing a menu that is selected, or force a form to have a maximum and minimum size (like the VB main window). This code shows the benefits of subclassing.

2002C #11859
Image File Open Dialogue Box

My first submission. This code uses the vbAccelerator common dialogue control replacement, to generate a file open dialogue with an image preview. The example at vbAccelerator didn't quite meet my needs so I built this from it.

2002C #10738
Microcrap Shoutlook (SMTP mail with attachments using Winsock !!)

Send Email like Outlook does with attachments..Uses NO OCX..plain Winsock. This cnnects to an SMTP server .

2002C #9852
Basic VB Controls

Getting back to the basics of using VB6 controls. Included in the project are, checkboxes, options, combobox, textbox, Scroll bars, File list, Dir list, and drive list. Very simple programming intended for beginners. Has an example of browsing for files without using common dialog control. Plus an example of using the ShellExecute api and 2 option dithered background. I hope the code is helpful to those that are new. I'm sure there are others like this on here.

2002C #10182
PopUp Menu Tutorial

Ever wonder how to make those cool popup menu's? Well This tutorial will tell you how to make them, how to detect which mouse button has been pressed, and how to make them popup on different mouse button clicks.

2002C #11457
Demo: Popup Window (like menu or drop-down windows) (No hooks)

One of the most common types of a focus-only popup window is the menu. A drop-down list is another example. Both disappear when they lose focus. Here's a demonstration of how to do that. It doesn't rely on the LostFocus event, which only works within that form's scope. Switch to a different application and your popup would still be visible. Instead, it uses a timer and an API call to check to see if the popup still has global focus. If not, it self-unloads. While it does act essentially like menu-style popup windows, it's not exactly the same. To do that, I think it's necessary to use an API call to hook into some Windows event that detects a change in overall focus. This technique relies on constantly polling the OS. It also means the form that uses the popup will technically lose focus (big deal). It's generally a little klunky. Still, it works very well. Thanks go out to MrGTI (www.Pharfruminsain.com) for advice on the basic technique. I encourage anyone who knows the "right" way of doing this to let me know. Please vote for this code if you like it.

2002C #11713
Word 2000

It Does Almost All The Word OF Word Please Check it out And MAil me

2002C #11270
Better Web Browser

This is a web browser with a few additions. First, it has picture buttons like IE, a 'history' file that is editable. A built in search engine, quick IP address, disable pop-ups option and more. Check it out.

2002C #11639
How to make an individual Form - ActiveX Control

This Code shows how to make an ActiveX-Control that gives a Form the shape of a bitmap or the shape of any text. Includes Demo Projects. Very Cool Effect! Must see!

2002C #11965
Ginger Software Taskbar Power toy

You can move the task bar around

2002C #11966
Ginger Software Netwalker 1

It's abit like winpopup!

2002C #11944
API Spyer

The API Spyer tracks any window that the mouse is over, giving info such as the window handle (hWnd), its class name, its text, etc. This program also allows you to change the text of a window, get its hDC and Window Rect, and change its enabled and visible states. The API Spyer also features self-immunity so that it will not track itself (so you can click on the command button to change the current window, for instance) and can be set to stay on top. Note: beware as to what windows you are hiding/disabling because you might not be able to show/enable them again (like the desktop windows).

2002C #11525
TrackMouse class

Allows events when a mouse enters and leaves a client area of a control, so you don't have to use a timer to constantly check the position of the mouse (inefficient, and bad coding), useful for creating hyperlinks, hotspots, etc... Utilizes a class for ease of use and strict API for maximum efficiency and speed

2002C #10004
BladeMod - Tabbed-MDI Text Editor

Here's a great example of how to make a 'real' text editor in VB. This one has a Tabbed-Multiple-Document-Interface (see screen-shot for example)! Users of UltraEdit, NetCaptor or Opera will know what I mean. Commented source should make it easy to apply the interface to your own programs. This program handles over 128 documents simultaneously, has print functions, clipboard functions and full formatting controls (eg. align, colour, font, size, bold, etc.) It took many hours to make, test and debug this program so your vote would be appreciated. Future version will include hex editing, spell checker, DOC and PDF support, full undo/redo, etc... This program will be released as postcardware in future; this means you send me some ideas, suggestions, comment, etc.. and i send you the unlock code so the program isn't retricted. THIS VERSION ISN'T RESTRICTED THOUGH :-) Thanks for you interest! There are links in the help menu & and you can also vote from there. if you don't have the VB6 runtimes you can get them here: http://lantis.anu.edu.au/blade/develop/vb/runtimes/VBRUN60.EXE and if you don't have comdlg32.ocx, mscomctl.ocx and richtx32.ocx you can get them here: http://lantis.anu.edu.au/blade/develop/vb/controls/

Languages
Top Categories
Global Discovery