Results for "Volume: 2002C"
This pocket calculator is meant as an example for the almost forgotten State Transition Table technique. With this technique the complete behaviour pattern is stored in a two-dimensional table containig Reactions to input-triggers (in this case key presses, but depending on circumstances the triggers may be anything else), and States. An STT is an ideal tool to control game characters for example because it allows different reactions to identical inputs. The code is documented and also contains a short description of how it works. It's worth the download if you want to learn more about STTs, so give it a try. Download is 18 kB.
Capture snapshots of your active window, taskbar, desktop or even start menu itself WITHOUT API calls!!! No create bitmaps and palletes. Just capture and save by clicking on them. It practically captures anything active. See Screenshot taken by the program itself or download it (2.5 Kb). If you like it, please come back and give comments or vote...
A simple screensaver. You'll see a moving sine curve with a ball on it, a stretching sine curve and a clock. This screensaver also supports the preview mode (you can see this in the control panel where you choose your screensaver) and has a config window (just a little about-box).
FQS (File Quick Sync) is complete app. for synchronizing files and folders on local and network shared disks. Easy-to-use app., very functional (like Windows backup software but much user-friendly :) ). Scheduler sync included. You can create, modify, delete, import and export sync templates. I use this app. for over 9 months ... try it yourself! Post some comments if you want. Regards, Struja. Note: you must have True DB Grid 5 control (tdbg5.ocx). You can download it from: http://web.vip.hr/struja-online.vip/tdbg5.zip
This article is for you who struggle to find out how to create a screensaver with vb. This article is an update to my last one. This one includes a working source code example. I have updated this yet again. This one ends on mouse movements. Please vote for me.
This program is a much better alternative to VBs bookmarks. With the click of a button, VBCodeOverview, lists, in order, all the functions and sub headings of your current project. Click the function or sub title listed in the program, and you are instantly taken there.
Searches web pages specifically for VB related stuff. IE suppose your looking for free activex contols In textbox1 put Free ActiveX in textbox2 put Free Controls in textbox3 put Free Tools Click the button and 3 browser windows open with your search results
V 1.2 This is the most advanced gradient painter on PSC it can paint a liniair gradient in any angle WITHOUT blank areas!!! but that's not all you can also paint a radial gradient and define youre own center!!!
Show a wait box with progress while your program is performing a task that takes a long time. This project shows an application modal wait box while doing a work. You can change the progress value from the owner form with preventing the user from activating it. The wait box also shows time infos such as start time, elaspsed time, end estimated time, remaining time.
I came in here looking for a quick and dirty method of converting numeric values to binary, and back again. I don't mean to be rude, people, but if you don't know what you're doing, don't upload the code. I poured through well over 2 dozen horribly ugly "methods" of conversion that all involved nested loops, select case, if/then trees, and all other sorts of nonsense. Finally, I gave up and wrote it myself. Once you understand the maths that go into making a binary number, you'll understand how simple this code really is. It can manage to convert any Long Integer to binary, and back again, quick, easy, and with a minimum of overhead. I'm sure there's probably even APIs to do this, now, but they likely wouldn't be available on legacy systems, and this method will work in any language.
The clone of OS X. Renamed. All New. This is Beta Release 1 and COULD SOME ONE tell me some code so you click and drag the dialogs? I will release Beta 2 upon completion and bug fixes!
This is now the working Version of the Matrix ScreenSaver. The Settings now work and it has been improved
just a small, triple triad game featured in final fantasy 8..ill expand it for online gaming and stuff soon, add all the rules...i just need someone to do the GFX for each card :/
Simply and efficiently rename all the files of a directory. Select a directory, Choose what type of files to rename (All, Graphic, text), Enter a starting number, Select a number of 'padding' (zero's) and thats it!. Good example of simple error handling, Loop Structures, etc. Nothing too exciting, but it works on Windows 98 - XP. Mail me if you need more functionality.
the purpose of this code is just to make a circle by using lines of different gradients
Complete Library Management Software fully commented,No dirty coding. Very useful for beginners!!!!!! Please vote
Prevent your files from copying by unauthorised person. By default any file's Attribute is Archive. You have to just remove this Attribute from it's property. When any one copy this file,at this time the file is again became Archive we can use this to identifying Unauthorised user.
A little animation.
Pure VB version of Yahtzee. A version that you might actually play, rather than one you'd write and never look at again! Please vote for me.
This program allows you to type in multiple ebay auction item numbers and it will load the info about them. In a list box, it tells you the auction name, the number of bids, the price, and when it ends. When you click an auction on the list, it re-loads the auction and displays the most current info.