Advertisement

Results for "Category: Miscellaneous"

6_2008-2009 #203233
TenTec RX320 Shortwave Receiver control App

Control Program for the TenTec "Black Box" Shortwave Receiver. This App is not complete, but fuctional. A lightweight PC control app for the RX320, used mostly by me as a spare Ham Radio receiver. I have included in the ZIP the Ten-Tec RX320 Programmers manual and the service manual (PDF files) for reference in showing how the code module that talks to the radio works. I have no plans to extend or finish this at this time, so I send it out to the world here for anyone to play with. 73 de WA1ZEK / VK2IFH

6_2008-2009 #203265
SystemTray Control

This is a activex control to help you with the system tray icons handling. I've never seen another like this. It's very easy to use, and i show some great stuff!! This is a really old project, but it´s useful! It has 5 mouse events as follows: * click * dblclick * mousedown * mousemove * mouseup It never was too easy!!

6_2008-2009 #203274
Add a VC++ like 'Build' Button to your VB6 Toolbar Without any AddIns

Ever wish you had a 'Build' button in vb6 just like VC++, now you can add a build button to your visual basic 6 toolbar. There are addins available for doing it but they are part of a paid addin products, but my methods don't uses addins etc. Just download the zip and read the instructions. zip also contains image for build button. AND PLEASE VOTE.

6_2008-2009 #203275
Use .NET Class Libraries in VB6 Apps

You can use COM Components in .NET Apps, but have you ever wished for the other way, Use of .NET Classes you have written in a VB6 app. Yes, this is possible, just read this tutorial. and Please Vote!

6_2008-2009 #203277
MZ-Tools 3.0 (the Ultimate VB6 AddIn)

MZ-Tools 3.0 is a freeware add-in for VB 5.0, 6.0 and the VBA (Office) which adds several productivity features to the IDE. You can download it from www.mztools.com, i am using this addin for 1.5 years and my productivity has really increased. i really like its feature particularly 'clear intermediate windows', 'close all windows' and 'procedure caller'. Take a look at my other PSC submission ID: 58620 & 58651

6_2008-2009 #203278
Start your Own Shareware Business

Tutorial on how to start a Shareware Business, what is shareware ?, (software that is available free of charge and distributed for evaluation with a fee requested for additional features or a manual etc.) aka 30-day trial software.

6_2008-2009 #203280
MS Agent Tutorial

learn how to program ms agent using vb. tutorial is available at http://msagentworld.tripod.com/programagent.htm

6_2008-2009 #203308
A REAL RANDOM NUMBER GENERATOR

This code will create completely random numbers for you!

6_2008-2009 #203309
VBScript Compiler!!This is for REAL!!

This code successfully compiles VBScript code into a .VBS which acts as an .EXE! It has many functions such as "Run" and "Last Run", along with the usual "New", "Open", and "Save" abilites! If you know VBScript (it is almost exactly the same as Visual Basic) then this program will be a temendous help. VOTE FOR THIS!!

6_2008-2009 #203316
Loading an Icon To The Systray

Here are 2 small demos of loading an icon to the systray (system tray) the first is Systray Basic, which is by the book and includes the Public Declare Function, "SetForegroundWindow Lib "user32" _ (ByVal hwnd As Long) As Long". This declare basically means if you click the icon in the systray to open the popup menu and then the click on something else besides the popup menu, this will close the popup menu. The second is a modified basic systray demo that I made that minimizes the form at startup and when it is maximized it is visible in the taskbar too. Both are commented. I have 2 other demos about icons in the systray as soon as I comment them i will share them. jim byrnes

6_2008-2009 #203369
cMagneticWnd 1.0.8 (WinAmp's *behaviour* fully emulated)

This little class provides basic window 'magnetic docking' (like WinAmp). Glueing is also supported. Simply, use AddWindow() method specifying handle of new window and its parent, if any. __________________________________________________ Based on original post by Benjamin Wilger. Thanks again to Paul Caton for the 'self-subclassing' template (IDE-safe). __________________________________________________ Update #1. Improved: hereditary glueing is now supported. __________________________________________________ Update #2. Improved: removed 'RemoveWindow()' method. Now, class processes WM_DESTROY message and automaticaly removes window. __________________________________________________ Update #3. Fixed: incorrect checking of 'hereditary glueing'. I hope it's working fine now! Sorry. __________________________________________________ Update #4 (last?): now, WinAmp's *behaviour* is fully emulated (I hope!). Hereditary magnetism, as well as glueing, is working for ALL child (connected) windows. __________________________________________________ Update #5. Never say final update: added CheckGlueing() method. Call in case repositioning manually a window and want to enable/check (glue) again, if any. This was only checked for first time when a new window was added to the collection. __________________________________________________ Update #6: Back to manual window destroying (problems on W9x). __________________________________________________ Update #7: Special cases: 1) Added processing of WM_SYSCOMMAND and WM_COMMAND messages. Thanks to LaVolpe for suggesting solution 2) Maximized windows (edge offset out of screen area).

6_2008-2009 #203404
Newbie's Tutorial

This tutorial (in Microsoft Office .doc format) teaches some basic things about making a good app in Visual Basic, and about several basic functions, plus some stuff on data types. You'll learn lots of things to help you become a better programmer.

6_2008-2009 #203405
Crystal Report export to PDF without writing to disk on server

Exports a crystal report to a pdf using two streams.

6_2008-2009 #203411
ResChanger

ResChanger will change the screen to the specified resolution and color depth, execute an application, and change the screen settings back when the application terminates. Execute the application for command line parameter specifications.

6_2008-2009 #203415
Microsoft Agent Demo - *UPDATED*

This program is a demo that allows you to command the different Microsoft Agents to do certain things. You must have Microsoft Agent to use this. You can download it at http://msdn.microsoft.com/msagent. Upon request, I have added the ability to move actions up and down, as well as save and open commands.

6_2008-2009 #203450
Html Newsletter system

This code will open a database of emails and will send a html file, sending the emails in alphabetic order (a,b,c...z)

6_2008-2009 #203451
ICQ SMS Sender - UPDATED!

PLEASE RATE THIS CODE, MORE SMS CODE TO COME! This application allows you to send SMS to a mobile phone via the ICQ system, very simple code (when you know how), instant delivery, full 160 characters. NOW SUPPORTS RECEIVING OF SMS!

6_2008-2009 #203460
Anti Keystroke Recorder

This project demonstates how to prevent keystroke recording for your application. Actually it would be a keystroke recorder jammer, because it sends out a continuous stream of random keystrokes and validates these against the internal streambuffer.

6_2008-2009 #203468
A !! VB Beginner Stuff !!

This will help the beginning programmer with some basic stuff. Has a Code Window to view the code for the current item in a webbrowser control. Shows how to change Title (caption), onmouseover effects, progress bar stuff, centering forms, resizing form and contents, adding items to listbox, inserting text, etc. Tell me what you think about it.

6_2008-2009 #203470
A !! Cool Form Close Effect !!

This is a cool closing effect for your app. Tell me watcha think!!

Languages
Top Categories
Global Discovery