Results for "Volume: 2002ASP"
Two Multipurpose Gradient Controls. Use for Scroll Bars, Percentage Bars, or Value Pickers. Totally customizable to fit the look of your application. Includes source code, ocx's and demo program.
This utility allows you to create a keyboard script which, when played, sends keyboard events to your target application as though a human user had. This is a great way to deal with batch processing of tasks that you know are repetitive. It can also be used for scripting demonstrations. In addition to just sending key combinations, the macro language allows you to pause for user intervention, wait for a number of seconds or milliseconds, insert helpful comments, and so on. Think of it as application integration scripting. To make your job easier, you can call up an active "cheat sheet" with all the codes for oddball keys like backspace or print-screen. The program includes a simple but complete (plain text) help file. And you can save and later reload load your scripts, too. Your comments are welcome. And if you like this utility, please vote for it. Thanks. ---------------------------------------- Recent Updates: - 11/13/2000: Fixed minor bug; added features to "cheat sheet"
This is a routine that colorizes (Highlites) VB syntax (source code). I have been looking for this, but have only found REALLY slow routines so I wrote my own. I know there are tons of code libraries that you guys are writing that lack this. I have been racking the brain to make this faster. Any contributions would be greatly appreciated. I only ask that if you use it you will not remove my name and to vote if you like and use it.
This class will let you create ADO recordsets on the Fly - Without a database.Once I wrote a dll that had to return an ADO recordset, but as I had no connection to a database, I had to write this class and I felt like sharing it.This class will worl only under VB6
This pinging utility will allow you to keep a host address alive and will let you be able to quickly see if a person is online by pinging their IP address or even if you wanted to see if a website like www.aol.com or www.planetsourcecode.com was down or up, this would tell you. It also gives you the option of either running the ping window hidden, so this way you can keep a address alive without seeing it doing its junk or getting in the way. Another option it has is that you can loop the ping so it will loop forever until you stop it, if this isn't checked, the windows closes on the third ping. This is a simple program that everyone might understand, I don't expect to get votes for it. I just wrote it out of boredom, so enjoy and ping the hell out of your friends or a website :)
This application is similar to a Ping command in DOS. This appln. will help to find the IP Address or Computer Name by giving either of the one. This will also help to find Computer Name from the range of IP address. This might be helpful for the Network admin to find the computer from the range of IP Addresses.
This is a example I have been working on a while (since d++ v1) and I finally wanted and got to releace it. Not really commented. Thanks goes to dos for letting me use his subs.
This is a example I have been working on a while (since d++ v1) and I finally wanted and got to releace it. Not really commented. Thanks goes to dos for letting me use his subs.
Just a joke to send to friends. It's an ok program that I made really quickly. I put the .exe in the zip just in case you want to open the program somewhere that doesn't have vb. I made a bigger and funnier program similar to this at school. So I'll e-mail it home and upload it in a few days.
This program allows Administrators of a Windows 2000/NT Domain to Setup & Configure Login Scripts from a GUI interface. They can configure IE, Office, Outlook, Windows NT Profiles, and more. All from an easy to use interface. When the user logs in they also get a GUI. So they know what is happening to there computers. No more Black windows... If you like,it, please vote... Thanks
Cool 3D cube: you can rotate in four dirctions, you can zoom and change colors too!
Hello fellow VB Programmers. This is a project i have been working on, on and off in my spare time. This is nowhere near finished, but i thought i should get some feedback to know if i am just wasting my time or not. This is a fake Operating System (But almost completly dependent on itself), that has such options as: drag and drop creating new folders (can't open them yet) Taskbar (Needs lots of work) Recycling Bin File Renaming And More! If this project gets good feedback i would like to do lots more so PLEASE VOTE!
This code shows three different samples of using low security password entry to a form. Yes this is quick, easy and some might think somewhat lame but for beginners these samples will be just fine and useful. It keeps prying eyes out of my stuff anyways. These code examples can easily be modified for more sophisticated routines. It just lays a basic foundation is all.
Takes a screenshot of the whole screen,saves it as Screenshot.bmp and displays it on the form.
This is a realtime ripple of the desktop (see screenshot :)) Makes the bottom of your screen reflect the top in a water like effect... looks kinda cool... If you like it, then please vote. Thnx =)
Machine code & Fractals PLUS: (NOTE now works with 16 & 24-bit color settings though 24-bit is best for color cycling). If you are just getting into machine code (mcode) this is a tutorial and an introduction to Fractals. Fractals are well suited to mcode and covered are Mandel, Julia, Newton, Tetrate, IFS, L-Sys, Martin and Sierpinski (adapted from FRACTINT). All the Fractals are coded in both VB and mcode. Extensive use is made of the maths coprocessor. So far as possible the structures are matched so that the mcode can be followed. This doesn't always produce the most efficient code but what the mcode is doing is more important. Included are special palettes for color cycling, alternative formulae for the Julia, Tetrate and IFS Fractals and saving them as 24-bit BMPS. CallWindowProc and picture box addressing are used as shown respectively by Ulli and Non-Linear Systems Alpha24. Other introductory mcode on PSC is shown in 'Machine code (ADDITIONS)', 'Machine code & Picture Boxes' and 'Machine code & more PicBox Games'. The asm files are written for the A386 assembler.
Image Effect: Sinus Wave on a selected image.
Every ones seen the menu thingi in Outlook, well I decided to make one. So here it is, Its pretty simple but works well and looks good! You can put in as many images as you need with their actions. A great enhancment to an app and looks good! CHECK IT OUT!!
Load and view .raw files! These 3D data files (supported by most 3D modelling programs) only contain a list of triangles, and so this program reads the files and renders a spinning wireframe model from them. As proof of VB power, I decided to make the program using VB code only (no DirectX or OpenGL, just 100% VB!). The program employs the use of the Windows API and look up tables to increase speed, and double buffering to increase smoothness. It renders about 50000 polys/sec so it can load medium size files and render them at a fair frame rate. Look how short the source code is compared to the results! Please vote/give feedback because I spent several hours getting this to work well! *** IMPORTANT NOTE *** Only run this program from the compiled .exe, if you run it from VB (in my experience, it may not happen to you), the program does not render all the polygons!
This is a more advanced game of hangman than most. Music and animation greatly add to the gameplay. A vote would be appreciated. (works on Windows computers only, sorry no .exe file!)