Results for "Category: Miscellaneous"
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!!
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.
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!
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
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.
learn how to program ms agent using vb. tutorial is available at http://msagentworld.tripod.com/programagent.htm
This code will create completely random numbers for you!
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!!
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
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).
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.
Exports a crystal report to a pdf using two streams.
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.
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.
This code will open a database of emails and will send a html file, sending the emails in alphabetic order (a,b,c...z)
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!
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.
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.
This is a cool closing effect for your app. Tell me watcha think!!
This has got to be the easiest way to have a splitter on an MDI form. See ScreenShot. Please leave comments and/or vote.