Results for "Volume: 2_2002-2004"
Lets you select Multi files out of a CommonDialog box and list the paths in one list and the filesname in another This code is a must have for people making a MP3 player Please tell me what you think, and vote!
You can drag (multiple or just one) files from a program like windows explorer or a common dialog onto a listbox & add them all to it, & parse before adding to just get the dir, filename or the whole thing.
Hard to explain. Check the screen shot. The blue part is moving from left to right.
This is a demo application of using ActiveX DLLs to implement custom plug-ins in you programs (written by you or other people), including methods to install and load them.
This demonstration program gives examples of how you can control Outlook using AUTOMATION to create mail, contacts and appointments. You can adapt this code to create the other outlook items.
Using this code you can read the *.pdf files, created by the Adobe Acrobat Reader. This has all the controls... zoom out, zoom in, find, print, save as copy, select text, page navigators etc. Coded using the Adobe Acrobat Reader Active X Control (not mine). With this code you should be able to read most *.pdf files.
This code will read the active titlebar height and font parameters. The Caption of the window is then centered with the date and time. I looked long and hard to try to do this. Most PC's don't use a proportional font for the titlebar and thus the amount of characters displayed depend on the size of the character (i.e. "WWWWWWWWWW" is wider than "llllllllll" in most non-proportional fonts). I found some info on the web and modified it to allow the caption to be centered in the area between the titlebar bitmap and the 3 controlboxes. The Titlebar size and the titlebar font & size can be different from machine to machine. These settings affect how much data can be displayed in the caption of the window, as does the screen resolution. I had originally tried constants based on the form width, but these were not 100%. Try changing the form size and the active title bar settings to see it in operation.
Get rid of that design time syntax error message box.
This VB6 project demonstrates how to edit an ADO multiuser recordset using databound controls. It is based on the 'single-record form' created by the VB wizard, but adds: * Enhanced error handling * Improved user interface The demo allows several instances of the form to be opened, for a 'pretend' multiuser network.
This code shows how to hide and unhide folders from the operating system. Shows how to manipulate file and folder attribute bytes to hide folders and/or hide files. Hidden folders and all their contents will be invisible to any and all applications until you unhide it. This program requires you to create a text file called pltQr01w.sys which will hold your initial password before you use it. Not doing so will no longer cause a run-time error, but rather will ask you what you would like the password to be. Bug reports to [email protected]
This is a very powerful notepad example. It is probably one of the best notepad examples on plantet-source-code. It also has a built in HTML editor, allows you to add images and pictures, spell check, and dozens of more options.
Update of my old code, does the samething just explained Also Demain Net riped my code and put it in there program u can see this because my post was done before they updated there U can get my old code here http://www.planet-source-code.com/xq/ASP/txtCodeId.12096/lngWId.1/qx/vb/scripts/ShowCode.htm This code is a must for people making mp3 players etc everyone should have this code Tip: Make your CommonDialog Box max file size "9999" If you think this code is good (and it is) please vote for me
This example performs a quicksort on multiple keys, on an array of UDT's in memory.
Well you guys are sure tough to please! What must I do to get comments and votes in here?? Hopefully this hot new update to my multi-server e-mail checker is the answer. Now displays a list of mail waiting for you on all monitored servers! A must see!
To help out my Dutch friend Frederik who needed to spell check in various languages, I designed this simple example. To adapt it to use a particular dictionary, supply the dictionary path as an option like so: w1.CheckSpelling(Text1.Text,"c:\path\MyDic.DIC)
A few VB editor-shortcut keys that make life worthwhile.
This tip is on the off chance you want to break with GUI standards and show a disabled text box (or other control) without the typical grayed out "disabled" look.
This code demonstrates the technique of writing direct to graphical memory in a Kaleidescope. The technique basically maps an array to a bitmap address. Changes to the array then affect the bitmap. I first saw this method used by Simon Price.
Wintasks is a program capable of doing hundreds of Windows tasks. Wintasks can: Shut down Windows, restart windows, log off Windows, control open programs, "refresh windows," empty recycling bin, set screen resolution, disable/enable; taskbar, ALT-CTRL-DEL, desktop icons, screen saver. Also Wintasks can send email, recieve email, send "fakemail" (mail under any address), connect/disconnect to internet, open anything in control panel, copy/rename/run files, find: time, date, cpu usage, and length in Windows, secure the computer with a password you can set, find the ***'s in password boxes, enumerate windows, convert keys to ASCII decimal, find files, open Winfiles, Minimize all windows, create Veda designs, open the CD-Rom drive, and auto mouse move. The program can be FORCED on top and stay above screensavers! Wintasks can do all this and MUCH more, within a small form that can be minimized to the system tray! Wintasks has the power to control running applications and to kill viruses! (This is an extremely updated version of the previous Wintasks I submitted) Includes TONS of API and is a great reference if you don't know a certain API calI. Please Vote if you like it!
This code is something that isn't often seen done in VB. Even for C, documentation is poor, examples are shoddy and unintelligible, and everything is HARD. But here it is. This is known in shell extension terms as a context menu handler. When explorer goes to create a right-click menu, it calls this dll because of entries in the registry, and the dll can add entries to the menu, and do some neat stuff, just like winzip. This is a fairly simple version of shell extensions, but by following the same principles, it can be grown upon for all the menu handlers, copy hook handlers, drag drop handlers, etc, and even into the shell namespace extensions. Very rare, and spectacular, you want to download this code! (And vote, too!)