Results for "Volume: 7_2009-2012"
This application has all the features you would expect from it and more. Some of the main features are 1. You can control the magnification level (From 1x Up to 100x) 2. You can either click any window to freeze the image or disable freeze and have constant zoom(I find it usefull when drawing lines on VB Forms or trying to copy an icon or other small images) 3. You can open a Pixel-Color Toolbar-Like window that lets you choose if you want to view RGB, HEX , or VBHEX (or a combination of any of the three) color, that is currently under the cursor. 4. You can open a Color-Composer Deluxe window, and edit any color you wish. 5. You can also open any image you wish, and have it magnified. 6. WinZoom supports the use of HotKey, to freeze at any time, press and hold Control and F for one second. (The image will freeze even if Freeze is Disabled) 7. You can get rid of toolbar and menus (Click Control - T) to maximize view size. 8. WinZoom remembers all settings, and will use those settings next time its ran. There is a lot more, check it out! P.S. Some code was originated from other entries, thought not much. Unfortunetly, I don't remember exactly where it came from. If you see something that looks familiar, please let me know what programs you submitted, and I will give the credit where it belongs. ------------------------------------------------- ------------------------------------------------- 1.1 Updated HotKeys, now supports a HotKey for every major function. Please go to Menu->Help to learn more... 1.2 The new Color-Composer is now on steroids * I try to make my apps as convinient for me as possible, I am not doing it just to get-it-done, and throw it on PSC, just the opposite. So if you poke around, you will probably find alot of usefull functions and stuff... Thanx. ------------------------------------------------- ------------------------------------------------- Update 3(Update 2 included) 3.1 OnScreen Key Effects. (When Zooming) 3.2 Optional OnScreen Cursor Position(X,Y) 3.3 When ToolBar Disabled, Menu Otions disappear too(See screenshot) 3.4 PopupMenu (Usefull when ToolBar disabled) 3.5 Updated ColorComposer now includes a switch between mini-palette and Basic Colors (See screenshot) 3.6 Better over all interface for Color-Composer. *Any comments and suggestions are welcome.
Replacement for the standard VB textbox. This has single and multiline as well as password styles. Password style has an XP look because it uses an standard edit control. Also this control is protected against WM_GETTEXT and GetWindowText (tested with Spy++). This is a major update with bugfixes, event implementation and new features like cue banner and balloon tip support. Compile and see. Comments, bug reports and suggestions are welcome and remeber to vote!
This usercontrol is a simple "frame" control but not exactly as Intrinsic VB "frame" control or another. Any comment are wellcome, votes are appreciated. Thx Geo for the name suggestion xD.
This is an example of connect to a remote My SQL DB hosted at Lycos WHITOUT an open remote port, using a PHP Tunnel hosted there. This is the first and incomplete version of a future Query analizer. PLEASE VOTE
This program uses Word's Dictionary to display errors in a text. It first creates a Word Application and then copies text to word. An Example of Ole Automation and VBA.
This little piece of code tries to read your mind... Download ist only 3 kB.
An alternative method to hide your process from Windows Task Manager. Ive had the idea to do this for many years, but i couldnt get past the GPF's with sendmessage. recently i figured out how to make it work. Screenshot included.
Creates a grocery list and also store your recipes. Can print out both. You might find a couple of little gems here that you can use. Mostly how to make a simple project complex.
Just A Beta version - 360' Menu For My Multimedia center
Get A Countrys Dialing Code. DID YOU KNOW: All countries and their dialing codes are stored in the registry. Excellant snippet to add to your business applications and contact apps etc
Applying the Euler transform to four axis points .. the object points are projected vectorially. Update = lots of comments + diagram
Xpress Jpeg Viewer with lots of file management. i)Fast, adjustable thumbnails viewer (with shadow). ii)Batch file rename to Exif date. iii)Smart copy,move to favorite folder. iv)Fast Picture rotate function. v)Attach plugin software. vi)Wallpaper.
It is ideal for those how have Windows Blinds and are obsessed with personalising there desktop. It does exactly what it says on the tin! Personalise Visuals And Audio. Easy Access System Tray Entry Too. Skin Chooser, Audio Chooser, Personilised Reminders Etc.
This is a pretty simple example of how you can distribute your application as a shareware, and then sell the unlock-key to those interested in making a purchase. This app can also be formatted to give the user some time to test it before making the desicion to buy. The lock/unlock status is placed in the registry, in this case not well hidden, to make it easier for you to look-up. It should be placed in registry under a non-revealing name, and instead of registry value bieng changed from locked/unlocked, it should be something like 'H3ACE1<username>101325AAPPSTATUS'/'A1653E<username>80455EAPPSTATUS', to make it uneasy for registry-KnowItAlls to unlock. *Using the LockingApp and key generator When the application is in IDE mode, it will always include a button 'Get Key'. It will remain disabed until the username is entered. Then, by clicking Get Key button, you will get the key automatically entered in key textbox. Hit enter or Submit, and you are in. To reset the registration, goto menu->Options->Reset, and click OK. When the application is compiled, the 'Get Key' button will disappear, so I included the key-generator. Just fire it up, enter name, click 'Generate' and thats all she wrote. Remember, to reset registration menu->Options->Reset. And dont be affraid to compile and run both, the app and keygen. You will see that the app. determines whether you are in IDE mode or .exe. Thank you, Enjoy...
I recieved a question via email, on how to add an option to a taskbar. This application demonstrates just that. When running apps in windows, you can right-click on the taskbar and you will get a popup menu with 'Close' 'Move 'Minimize' etc. This shows how to add to that menu. Works in both, taskbar and titlebar. Hope that will answer some questions.
This application is a great example of using registry to list all installed programs on your computer. It loops through all entries, eliminates doubles, extracts icons, and presents a list. You then have an option to save that list to a TXT file. Once it's saved, you can then view the report via textpad - or if there are any error(Such as no notepad), it will use its internal text viewer application. Also, after every time you run the application, it remembers the number of apps installed, so if the number of installed apps has changed, it will notify you. Another good example in this app, is opening/closing notepad from inside the program. When you open notepad through this app, you will see a semi-transparent toolbar, with options to Close Notepad, close toolbar or exit. When you close notepad, the toolbar disappears. I will continue working on this aplication, the main purpose of it is to run on start-up, and check if somehow through internet any programs were installed(that seems to happend alot, for example, a Yahoo toolbar gets installed to your browser when signing up for email, and not paying attention...)
This a demonstartion of using Command Line Prompt, or what some call console, through VB form. Uses Auto-Complete to make it easier to enter previously typed-in commans.
As most people(Over the age of 3-5) remember, stores used to sell tinted screens, that go over the monitor to protect vision. Well, this app does that with out using any hardware items. Also, a good demo for using taskbar to minimize a form. When minimized, it automatically appears in tasbar as an appropriate icon(monitor low has one icon, high has another) Once in taskbar, you can use it directly from there by right-clicking on it. *NOTE, IMPORTANT: When using in IDE, please be sure to end properly, through the form - not VBEditor(Clicking stop will cause the screen to remain in its current state(Low/High) and you will have to reboot.
Through the use of API, it can be done, command button's caption can be aligned to the top, and a frame's caption can be centered. Later versions of VB give you that option standard, but not the 6.0 So if you ever wanted to know how its done, here-it-is.
This is just a very basic beginner's tutorial for using ADO to connect to a database. Trust me, there are more comments than code! Please leave comments, as they help me grow! I won't beg for votes, but they also help me grow. I'd like to create more database tutorials, but need to know how to improve for future versions.