Results for "Volume: 2_2002-2004"
Web Wizard v3.37 The amazing, cool web page creating proggie Web Wizard is back with it's new, improved and easy-to-use interface.Now you can explore the six steps for creating your web page easily and select various options by clicking them. It's now featuring the following steps : Title & Location, Body Elements, META Tags, Page Transtitions, Page Contents, Contact Info, By following the steps, it's very easy to create web pages in minutes. It's too handy to use and you will feel using it. See the screen shot to have a quick look. If you like it, then please vote for me.
Show various directdraw rutines, and how to access video memory directly
This is a screensaver, and my first code submitted to Planet Source Code. It is fully compatible as a Windows screensaver, with code to support screensaver preview and settings. The two settings available are what text to display to be bounced around the screen and the speed of which to bounce it. The core bouncing code was done by someone else on PSC, but I modified it and made it more customizable. The code has a lot of error checking, with features like making sure the speed is not set to zero. The settings are outputted to an ini file in the c:\windows directory. I hope you enjoy this screensaver as much as I enjoyed writing it.
Demonstrate the use of multiple forms in Visual Basic. INCLUDES COMPLETE REMARK STATEMENTS.
The Advanced WinAPI class is an indispensable tool for any programmer. This class has a large no. of functions useful in everyday programming. For example, this Class has functions to Find Files in folders, all the operations with Registry, Disk Space and Volume information, Play Audio CD's-Movies-AVI's, Extract Icons from EXE Files, Change the ToolBar Style like Internet Explorer, Enable Hotkeys for your Apps, Hide or show a Window, Make a window Transparent, Set the Desktop Wallpaper, Show or Set the Computer Name, Show Recycle Bin, Detect Sound Card, Set system Work Area, Show or Hide the Mouse, Change or Retrieve the Mouse Position, Enable Menu Bitmaps, Have your program's own Icon in tray which act as a quick access to your program, Open a website, Start the screensaver , Enable Autorun for a range of drives of your choice, Clear the Document List in Start menu or add an Item to it, Show or Hide the Windows TaskBar, Delay your program for a specified no. of seconds or minutes, Disable or Enable Ctrl-Alt-Delete, Shutdown, Restart or Log Off Windows and much, much more!!. I can guarantee that this class will be very useful to you whatever is your experience level. More API's will be included as soon as osible. Enjoy VB Programming!!!. If you like the code, please Vote for me.
Clipboard copier uses milisecond precision to grab a certain screenshot on the monitor. For example, if you want to grab the splash screen from VB, you can use this program to specify the exact timing of your screenshot. It provides a place to put an optional path to run, a place for a timing delay after the path is run, and other features. If you like it, please take the time to vote for it.
The code is simply shows you how to evaluate square root without using sqr function. It may not really be usefull but if you interested it'll be of some value to you.By the way, i was surprised when after search for simmilar function only found examples of using Sqr(x)
This is a custom EditBox that has all features of a textbox in addition to new and standard features like automatic undo, cut-copy-paste, replace and find strings, etc. The interface is specially worked out to be simple yet appealing, with a customizable margin colour, separator, etc. In the OCX project there are two controls one is a multiline textbox the other is LineEdit that is a single line box.
This is just a simple clock program.
In this example you will learn how to detect a previous instance of an application. It will detect if an instance of the application is already loaded or not. Source code included with full commentary that explains the process of instance detection. Simple, clean and easy to understand. Please give feedback and vote. Thank you.
~This is version 2 of my Menu Replacement control~ See below to see whats been changed since version 1. Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor ([email protected]) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* History: ~Verion 2.0~ +Optional Picture can be displayed on left side of menu. +Menu now animates both width and height when opening. +Fixed BackColor problem, now when backcolor is set on usercontrol, the menu's backcolor is the same. +3 Selection Styles for when the mouse is over an item. +Menu Items now have optional names for better control over the click event. +Each menu item can have it's own Forecolor, HotForecolor, and HotBackcolor, when not specified they revert to the usercontrol's ItemForecolor, ItemHotForecolor, and ItemHotBackcolor values. +When Menu is shown partly off the screen, it automatically moves itself back on. ~Version 1.0~ The Origional... +Automatically resizes to whatever text you specify +Backcolor, Forecolor, HotForecolor, and HotBackcolor all customizable +3 BorderStyles. +Easy To Implement, just 2 commands let you do almost everything. +Completely Userdrawn, i.e. doesn't use any preexisting popupmenu, just a normal form. +Menu optionally animates like Win98+ menus, i.e. the StartMenu. +Animation speed is adjustable, so menu opens at different speeds. ~Things To Work On~ -Can't have child menus. *In order to use this control you have to compile it yourself, since PlanetSourceCode deletes compiled .ocx files. Its easy, just open then MenuCtl.vbp file and click File -> Make Menu.ocx and then it will ask for a filename, make sure it's Menu.ocx. Once compiled you can run the example.vbp project without problems.*
Hi this is a project that will allow you to open a bas file or form and list all the function in a combo box. then you can select the function name form the combo box and it will display that function in a text box. at this time it only works in function names eg function centerform(frm as form) but you can change it to do other string like sub or private subs anyway have a look at the example.txt I have left in the folder and open that up and you will see. anyway I hope that someone might find some us of it please vote if you like it... bye... :)
Add a background picture to the standard textbox control. Using subclass,and only tested on win2k, maybe not work on win98. i know there is a bit flicker or other bugs, but i think this could be an idea to improve your user interface. Still many things left for you to do, such as wrapping it into a ActiveX control.
beatblaster is a complete audio player. It supporst several advanced features such as skinning. All though not complete, it demonstrates the BitBlt API call, and the somewhat confusing ListView control. Included is a custom DLL, FileAssocLib, which simplifies the regisrtation of file types. This code is avalible for download on PSC. If you learn anything, or like the app, a vote would be most appricated.
You just need to set a background picture for the form and specify a transparent color, and then the progrm will make up all for you. It will scan the picture, get rid of the transparent color pixels,generate rect region for every line and combine them. Finally the form will be set to exactly the same shap as the picture outline. Don't worry abuot the speed, it's always less than 1sec (but don't tell me you are running win95 on 486 ^_^). Note it only support 8bits bitmap now, if you want to extend the program's ability, please reference the MSDN for discuss about pixel format. There are also some win2k api declaration included for making translucent form, just remove the relevant code if you don't need the effect or dont't have a win2k. ---------------------------------------- Hello man, i have updated this program to support every pixel formats, taking the advantage of the windows DIB. Special thanks www.vbaccelerator.com for their great class - "cDIBSection.cls".
Read from and write to a database on a web site via simple ASP pages from within a VB program, if you do not count DIM statements then this is all done with just 4 lines of VB code (+ 25 or so in the ASP scripts). Uses ADO & XML. REQUIREMENTS: CLIENT PC: MS Internet Explorer 5.0 /5.5 (IE4 will not do) ADO 2.5+ XML (3.0 preferred) SERVER: IIS4+ or PWS ADO 2.5+ XML 3.0
Explains how we can draw a Bezier Curve! The maths behind a Cubic Bezier.Very simple. No API's used. Key words : paint brush, draw, curve, graphics, picture, technique, smooth curve
Have you ever noticed that your computer's clock isn't very accurate? If so, then this code is for you! This program automatically connects to the U.S. Naval Observatory's atomic time server, and retreives the current Coordinated Universal Time (UTC). It then examines your system's time zone settings and daylight savings time settings, adjusts the UTC time based on those settings, and then updates your system time. Depending on your network connection, this program will always set your system clock to within 0.5 seconds of the actual atomic time!
Very simple code that using the Internet Explorer OCX and the Dictionary.com to translate words (English/English). Useful as application and you might learn something from the code (even though there is not much of it).
How to Zoom a Picture Box w/Paint Picture or API StretchBlt