Results for "Volume: ASP_Volume2"
Easy to use Class Module for reading & writing Registry values. Supports String, Multi-String, Expandable-String, Dword and Binary Registry data types. The code sample is a complete Project that shows how to use the Class for reading and writing all supported data types.
This tutorial will walk you through the steps of basic FindWindow functions: FindWindow, FindWindowEx, ShowWindow, DestroyWindow, and GetClassName. Please vote, I spent 2 days on this, and for a 14 year old, that is a lot! Thank you!
Hi, This little example will show a beginner how to create there own file type and have there program load up and open the file when clicked on like when you click on the .txt extension it opens note pad. anyway there are to examples with this project the first one will install the Keys in the registery that you need also there is a remove part incase you wanted to remove them and the seconed project just shows how the new file type works anyway hope you find the code usfull. please vote if you did.
THE GREAT CHAMELEON BUTTON STRIKES BACK!!! THIS TIME WITH LOADS OF NEW FEATURES ADDED! IT NOW HAS 13 DIFFERENT BUTTON STYLES, SUPPORTS PICTURES, FONT EFFECTS AND MUCH MORE! SEVERAL BUGS HAVE BEEN CORRECTED AND A LOT OF FIXES WERE DONE TO THE CODE. ONCE YOU TRY IT, YOU WILL NEVER WANT ANYTHING ELSE THAN THIS! ADD STYLE TO YOUR APPLICATIONS, ADD VALUE TO THEM, BUILD MARVELOUS USER INTERFACES AND IMPRESS THE USERS OF YOUR PROGRAM. HAVE FUN!!! UPDATE: Some bugs/flaws fixed in ver 2.0.5 & 2.0.6 JUNE 08, 2003 >> A BRANCHED VERSION HAS BEEN POSTED TO FIX SOME CRITICAL BUGS, THIS IS STILL FOR NO COMMERCIAL USE. MORE INFO AT http://gonchuki.8m.com
The wrapper is designed to take control of all associated containers/controls in three easy steps:- 1. Hook a TabStrip control; 2. assign controls to tabs; & 3. set how the controls will be managed - the wrapper will do the rest! Other features include container management, automatic positioning (center, top-left, bottom right, etc...) and auto-Fit. The wrapper makes use of object pointers (weak object references) to aviod circular references. All code is cleanly formatted and well commented. The included program demonstrates how easy the wrapper class is to use - Take note of the placement of the different types of associated controls and how the wrapper fixes up their containers, visibility and positioning on start-up. If you use the TabStrip control or have wanted to, then this is for you!
This is Updated version of TicTacToe game where the computer plays against you, it is really UNBEATABLE. Its a simple game though. The game now has more chances of winning. The previous version could be defeated. The code is well commented. Please give me your comments and rating.
This is a 3ds (3ds Studio) file reader. It's pure vb code. It show the 3ds object without flips. I create a class (.cls) that you can insert in your app to read and render 3ds. You can move the object with mouse (dragging it) or keyboard. Look at the screenshot!
Last month's popular utility which could extract hidden icons from exe, dll and Ocx files is back. The new version has a cool interface( see screenshot)However the icons when saved as .ico files are not recognized as valid icons. If someone has a solution to this problem then please let me know. I would appreciate your Comments and VOTES
Icon Seeker by Robert Rayment. (couple of corrections) Gets all icons of any square size in any file (ico,icl,exe,dll,frx,res,,,) for 2,16 & 256 colors with a palette as well as 24 & 32 bit colored icons. Can save any selected single icon to a proper ico file. Sample icons included. Lots of ways to extend and speed up but decided to leave it simple as pure VB no APIs, OCXs etc (apart from those VB uses 'behind the scenes') but still does a creditable job. Be sure to read warning at beginning of Form1 if you experiment with the code. Win98 Zip 28 KB.
Put your shortcuts in the system tray
Bug Fix: 4-19-04 This code gives you the ability to add print previewing to you application and the tools to allow you to make nice looking printed reports. You can fix the printing options such as paper orientation and preview/screen or allow the user to change them when running the report. Use it to design reports without wasting all that paper. I have tried to make this as simple as possible so you can add it to your existing projects and with only a little effort to change your reports. I have never before asked for votes, but I have put a lot of time into this and would appreciate your feedback (please be kind).
This source code and article shows how to add your program to IE Menu so that when somebody right clicks a link or selects a text in a web page he can choose to launch your program. See screenshot to get the idea. Zip file includes a complete article, demo, and also an installer/uninstaller
First off, I just want to say that I didn't even bother trying to upload the source to PSC since I already know it can't handle a 5MB file. =) However, there is a link to the file below. Alrighty, down to the nitty gritty. This update is jam packed with new goodies. I have revamped almost the whole code for the DirectX 7 version. It uses my own "engine" so to speak. But I'm sure you're asking "DirectX 7 version? There's a different version?" Yep, that's right. There is. I've ported the clone to DirectX 8. Woo hoo! I haven't coded the 3D aspect of it, but I was able to create a DirectX 8 "engine" to do all the 2D stuff. That's right. I said 2D. It took me awhile, but I figured out how to do it. And I didn't use anybody else's code. Cool huh? =) Anyway, you can see from the screen shot that the DirectX 8 version looks a lot different. You wanna know why, right? Well, I couldn't tell you if I wanted too! Because I don't know! For some reason when I ported it to DirectX 8, everything became really dark. Guess I'll have to figure out some Gamma control stuff. Anyhoo, I hope you enjoy it. The links to the files are located below. Enjoy! Oh, and I wouldn't be a true PSCer if I didn't ask you to do this, but, would you guys please vote, or at least leave some comments! They are appreciated ya know. =)
This is a little phonebook for individual and daily use.This app can save and load records in different files.it's very cool,check this baby out..!!
This app generates random numbers up to 100 letters...and you can control type of number (Odd or Even)..and can automatically copy the generated number into the system clipboard...and etc;
Have you ever wanted to time how long your code takes? Or time how much faster/slower one 'Sub' is than another? Well, this program can do all that and much more! It calculates percentage difference, MS (milli-second) difference, and time difference (# times faster). It can also log the results to a text file and make graphs based on the times! (Requires MS Excel 9.0 Object Library for graphs). Check out the screenshot!
This prank is a Microsoft favorite. It will pop your cd-drive open, then close it, then repeat it again. Great for scaring your friends. and to all those people that are gonna use this code in your own programs, please vote and gimme a five at least.
This is a Mouse Wheel .OCX Control which allows you to connect the wheel to any Control which has an hWnd. Wheel scrolling will fire Scroll Events and if Shift or/and Cntl is pressed while scrolling this will also be returned to the client app permitting you to vary scrolling steps or direction. Try it, download is only 6kB.
Quick Run Utilities is a simple code yet a useful program. You click browse then you choose your ".exe,.bat,.com" file and then you click open. The file path will be displayed in the text box. Then you press Run and BAM, the program which you selected is running. Please post comments and vote for me! Remember this only works for .exe,.com,.bat file extensions. Quick Run Utilities 3.0 is in the making which will support all file types. Have a fun time coding.
i did some changes to the code but the credit is to douglass sheffer. is his code not asking for votes or anything. i am working on xp style controls as well and custom basic controls. in c++ as well as vb. if you like let me know. the original code is at http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=30137&lngWId=1