Results for "Category: Miscellaneous"
Now you can change the captions, text, tag properties of controls on your Forms without using Resource files. You call the function once and it will either go through ALL of your forms and get the values from a file. Or it will go through all of the controls on 1 form adn get the values from a file. This uses the Forms collection and the Controls collection to do this. This makes life alot easier if you are developing multi-lingual software. I've enclosed a sample exe that changes the text from English->Spanish->English.
What this program does is how people how to save setting without using a .ini file
Ok... some other person made this code at first, but in his, it only copied the screen and showed you a little bit in a picturebox, mine captures the screen and shows it to you full screen and does more than just copy - it copys, inverts, makes screen have bad colors, darkens the screen, brightens the scree, flip the screen horizontal, and flip screen vertical so check it out! First you choose how you want the scree captured then you press capture - the program captures the screen and then shows it to you until the user makes a mouse click.
Ever wanted to implement your own wizard but thought that the logic to manage all the different panels would be too complex? Here's the code you've been looking for! This class implements a wizard engine. You can use it to manage all the displaying of any number of panels for your own wizard. All you have to do is create the individual wizard panels. Assign the panels to the WizardEngine along with the Previous, Next, Cancel and Finish buttons and you're done. The WizardEngine handles the rest!
Automatically resize the columns in any flex grid to give a nice, professional appearance. Public sub automatically resizes MS Flex Grid columns to match the width of the text, no matter the size of the grid or the number of columns. Reads first n number of rows of data, and adjusts column size to match the widest cell of text. Will even expand columns proportionately if they aren't wide enough to fill out the entire width of the grid. Configurable constraints allow you to designate 1) Any flex grid to resize 2) Maximum column width 3) the maximum number of rows in depth to look for the widest cell of text.
Generates the code for Visual Basic to display a message box. Useful for beginners. See the Screen Shot for more information
A tiny bas module is all you need to draw 3D ellipses. Just give it any rectangle, colors and point of light and it will draw the ellipse quickly and smoothly. The zip includes one form (for demo purposes) and the Ellipse3D.bas module. A MUST SEE for graphics beginners and pros.
Learn how to use a listbox the correct way! and please leave comments and vote!
KeyStrat 1.7 is a fully working Keyboard Emulator. It includes many features such as different keyboard layouts and different key selection strategies. If anyone wants to develop the emulator further all that I ask is that you keep the KeyStrat name and mention me as the originator. (Requires VB6 Runtime library). Please take the time to vote / add your feedback, thanks!
Shows use of BitBlt, GetDesktopDC, etc... Various Other Graphical API calls, by creating a small screensaver app. in which a fly crawls across your working desktop.
Shows what's REALLY in a masked password box, instead of just '********'
Make your computer talk with only one line of code!! No messy agent codes, just one simple line. Votes and Comments Greatly Appreciated.
This will get the hWnd of freaky programs that change class names every time you start it, and then close it. The only thing you need to know is part of the Titlename (Netsc, instead of "Web Page Title" - Netscape). This WILL close Microsoft Internet Explorer (old version wouldn't) now =Þ. Also, I made it so that you don't have to have a form named "Form1" (by using EnumWindows)
This example shows you how to login/logout into http://www.neopets.com using inet. It also checks to see if the account is frozen or not. It uses inet to put the source code of the url it open into a textbox, then searches for the strings that would be in there if you were to login/logout/have a frozen account. This example is fully commented so it is easy to understand what everything does. (note: it also tells you if your IP has been banned from trying to login the chosen account too many time [your IP is only banned on the one account temporarily.]) lol dont know if that made much sense...:D
Move the picture with scrollbars, mouse and keys. Just take a look at it. It's easy, just a few lines of code. Try it now!!
Simple way to populate treeview with the Dir control. Fully commented. Just a few lines of code. I tried it great readability. Just take a look!!
THIS TUTORIAL WILL TEACH YOU HOW TO MAKE A HELP FILE LIKE WINDOWS HELP IT ALSO TEACH YOU HOW TO USE IT WITH YOUR PROGRAM. THIS CAN MAKE YOUR APPLICATION LOOK MORE PROFFESIONAL. i have trouble in uploading the project file bcoz it is too large so i decided to make a html file of it and i uploaded it in my website
INTRODUCTION TO DHTML FOR BEGINERS
This is an update from AIG 1.0. This program is the new wave of artificial intelligence. This program has advanced feature. Version 2.1 is coming soon! Please vote for me if you like it!
put not just a password but also a username on your program, it is a very simple way and is well comminted. i would like to see feed back and a rating please *****THIS IS FOR BEGGINERS***** thank you.