Results for "Volume: 2002C"
I've looked around and have not been able to find a decent treeview control that will diplay the Drives and folders on a machine and isnt too much bother to use. I made this control for a setup program i'm writing but you can all use it ;) ******** I have actually included the .ctl file :) ******** There are two projects in the zip file. DirTreeV3.vbp and all associated files are the actual control itself. I have included a compiled version of the ocx all you have to do is register it and you can use it. Ive also included an example program to show you how to use the control. It's dead simple to use anyway just one line of code in your main program. If you like it .... Vote for it ;)
This is a custom container control which is designed to act as an enhanced container that a designer can use in place of VB's Frame control. It includes several caption styles, appearances, control styles, and caption alignments. I've tried to make this as bug free as possible, but I can't guarantee that it is. If you have any problems please contact me and I'll try to help you through the problem as best I can. Release 1.1.0: + New: - Added Elliptical and Box Gradients - Added Caption Alignment Cushion (Almost like margins) - Added BackGround/Control Autosizing (Picture Mode) - Added HSL Gradient Blending (Thanks Ulli & Edwin Vermeer) - Added Gradient Repetitions (Thanks Edwin Vermeer) + Fixed: - Bug in Enabled Property (Design Mode, Control would appear enabled even though control was disabled after a form with control on it was closed then re-opened) - Bug in scaling that would cause the button to crash when placed on a parent that did not have ScaleMode available (PictureBox on an MDI form, etc...). Now if Parent.ScaleMode is not available button will scale co-ordinates to Twips
This increadible program lets you add many files to the single executable. Its as good as commertial software! It also compresses the files. Ideal for setup programs. When all the files are extracted, it can execute a script/program. The extractor exe has a progress bar and a 'copy file' animation. Looks just likes Microsofts version. Full source code is included. PLEASE VOTE.
This project, gives an example on how to scroll text without flicker in a picture box. It's possible (but very awkward) to do this on a form, but in a picture box, you can have whatever background you like without messing around with paint events and such or hiding/showing parts of the picture directly on the form. Let me know what your think.
This is an all API list-box function. Use it the same way you would use inputbox() or msgbox(). Fully configurable and auto-resizes the controls on the fly. Very easy to use, and a great example to learn API/hooking in Visual Basic. Vote if you like, but please leave comments if you like or dis-like this code.
This is a small web browser that uses Internet Explorer's Web Control. This browser also some cool features on it. It will store your favorite web sites in a list box, it has and options screen that allow you to customize it for the start-up page, and search page. It also features a text pad where you can jot down notes which are saved into the system registry. You can also save a page, print, print preview, print setup, and has a page properties command. There is also a working status bar and a cool progress bar. This shows pretty much the basics of using the Internet Explorer control. Please leave comments and vote for my code if you like it. (please note: There are a few minor bugs I have yet to work out. Nothing that will cause an error of any sort. If you do find an error in the code please contact me and I will try to fix it.)
Este es el tipico jueguito de la viborita..(nibbles). El juego esta completo con muchos niveles. Si alguien lo termina me gustaria q me lo envien. Gracias
Update: 6/22/2001 Added exe and Encode function Decode HTML, ASP and JS files that were encoded with the MS script encoder SCRENC.EXE Add the Class file to your code to include decoder functionality.
This is a really REALLY cool screen saver type thing that I made. It's cool cause there are a bunch of different directions that the fire flies can move in. I also used some like a free fall, floating, random movement, and a cool sine function one too. Check this out though, because it's one of my favorite things I've ever made. Ask about anything that doesn't work or any bugs, please rate, thanx~ ~Jason Ryczek
This software allows you to read your emails or websites or any text from any file. Just copy the text to the reader text box and press Read button. Or even the auto read clipboard option allows you to mark any text and just with the click of copy option [Ctrl+C] - copy to clipboard allows you to read out the text from the clipboard. email - sanjay@kattimani.com
I have observed that many browsers are coming up, but none supports the same format when a new window is opened, simply because they use IE control. Here's a code for guys who want to create forms at Runtime (Copy their previous forms onto new ones). Plz vote if u use it !!
Make a balloon window show with helpful info anytime you want.
It's a really good Chat programm for both using in LAN and Internet. The Programm looks automatically for Chatrooms in your whole LAN, so you don't have to insert any IPs. Just click on "Get Internet Chatrooms" and you will receive a list of all open chatrooms in the entire internet. ":) ;)" and over 45 other Smileys will be automatically turned into little grafics. As a Chatroom Server, you can Kick or Bann other Users for a specified time if necessary. Of course all the chatters can have their own Textcolor they want(chosen from the windows-color palette). And the chat has got a nice feature: You can minimize the Chat into a SysTray-Icon (e.g. when the Manager walks into your Office :). You can choose if the Icon starts to blink when a message arrives. I also added a "Doskey" feature, so you can access all you typed messages with the Up- Down- Keys. There still are some other little features, which I don't want to list here, because it would take too much place :) Check out www.nukegod.ixy.de for the last versions
Simple Bar Screen Saver. I'm barely getting into graphics. so bare with me :o)
Have you ever wanted to make use of the animations Windows uses when you minimize and maximize open windows? Now you can, and it's eaiser than you think! Use this simple module to make all of your forms open and close with animations. Works on any Win32 system. The animation is drawn with the caption of the opening window in it, and uses your system colors (and gradients, if your system supports them) to create the titlebar animations. Enjoy! I don't care about the votes.
evaluate basic math strings function
BF Icon Extractor utility extracts icons from ICL, DLL, EXE and other files into real ICON files (not bitmaps). It currently supports only 32x32 icons at 256 color depth. Hope you like it!! Vote.
Share data between any number VB/VBA apps with out using DDE, Files, Sub-classing, and/or Automation. This code is very fast as it writes the data directly to a named memory space that any application that knows that name can also access. Does not require sub-classing or sending the data each window that needs it. Rather an application writes any amount of data to any number of named memory spaces where it remains until the space is cleared, closed or changed. Note: You will want to compile the project and run two instances of it to see the code in action. PLEASE VOTE if you like it :) Works in 95/98/NT4/2000
Icon Editor... (16-colors)
Explains how to use the Visual Basic DateAdd() function to add and subtract dates.