Results for "Volume: 2_2002-2004"
This shows how to two things, first how to pass variables to a stored procedure on a SQL server, second it shows how to handle multiple recordsets being returned from the stored procedure. This allows for a greater speed then trying to pass the entire SQL query to the server especially when you have several. Please Vote if you like it! :)
Quick reference color Viewer and selector. Allows you to view color combinations without having to bounce back and forth in the property selector. "CodeJack" submitted the main module of this and I just decided to use it and flip out this for fun. We all gotta play sometimes. This can be used as a quick reference in your color selection. Come on - make those apps funtional and aestheticly pleasing too. Enjoy!
This Article tells us what API is and shows us how to make use of the API functions in our programmes.It also lists a few API function like GetWindowFromPos and ShowWindow
Find and replace text strings in multiple files within a directory. This allows for wilcards. Please Vote if you like it! :)
This program is an interface to the Diamond Rio 300 MP3 player. The RioExplorer offers an explorer type interface to the Diamond Rio, it is also compatible with memory cards. Features include random playlists from directories, random playlists from winamp playlist files, drag and drop add, playlist history, buffered changes, customizable UI. In addition to the UI, I have included the C++ source code for the ActiveX control that acts as the interface to the Diamond Rio. Please Vote if you like it! :)
I wrote this prgram to augment MRTG (Multi Router Traffic Grapher). Each night i generate new configuration files for all my routers, when that finishes this program combines all the files into one primary configuration file. Please Vote if you like it! :)
UPDATE: REAVEALS ******* MASKED TEXT - PLEASE VOTE Move mouse pointer over objects and UltraSpy returns info. Returns: Class, Window Text, Parent, and Unmasked Text. With the required info, you can enable windows, disable windows, change text by window text, change text by class, change text my unmasked value, and close windows by text. This code is a great way to learn API. If you vote, I will continue to make it better. Thank you. Armen Shimoon
Hi for you guys that asked for the keygen for CyberCrypt, Well here it is. Basic code so theirs no problem in understanding. If for your guys that don't know what CyberCrypt is, download the new version "CyberCrypt Self-Extractor edition 8.0" and check it out and leave some feedback! Thanks again.
A little app that I made to generate a key according to username. Also this app will validate the key. This is a little bit more advanced. Most validation routines actually take the username that is put in, and generates a key for that. Then it will compare that and what the user entered. This leaves a big security hole because anybody with memory editors can actually use the actual program as the keygen. My app actually reverse engineers the key into a username then compares usernames. =) have fun and change it as you like. Also, please vote!
Make your application run from command lines or the run dialog with arguements. ie: myapp.exe -m No need to vote for this code because it is really basic.
It gives you possibility using all existing clipboard formats in VB. It is designed as ActiveX Control so you can use it in ASPs as well. Standard implementation of: - plain text - rich text format But also: - Biff5 - OEM text - DIF - UNICODETEXT - SYLK (The most powerfull) - CSV
Update 27-May-2001. Use these Windows Blinds, Adobe, & Neoplanet style skinned rollover (hover) buttons to brighten up your GUI. Button control by J. Pearson (Aug 2000 PSC). Hint: Put bmp's in resource file and load them into buttons at run-time in Form_Load. TipofDay & DateTimeStamp forms shows how this is done.
Proxy Scanner have created a program that solves the proxy challenge,No More subnet scan... Proxy Scanner is a free open source program that allows you to connect through several proxies at once to see if they work and if they work then will be added to a new list... check it out and give me feed back please...this is a challange for all those VB Pro Programmers why not IMPROVE this proggie and show your capabilities.
Ever wanted an easy way to store settings for your program? The registry is great and all but it's hard to check to make sure things are saved correctly and if you're not sure what you're doing you can clutter it up with junk quickly. The ini class can be compiled into a stand-alone DLL or included directly into your project. It has methods to create, delete and rename, sections, keys and values within a file making storing settings a breeze! If you have any questions or comments please post them here or email me at [email protected]
A sort of programmer's tool, just look at the screen shot. It deals mostly with windows hWnds, and has a few more utils built in. I added a nice screenshot/capture utility to have handy and also a code generator for outputting the code needed to find a window. Download and look, it's worth it. Wrote it mostly as a tool for myself, but I am sure it will come in handy for others, so here ya go.
UPDATED! This is a Module that will help you fill a ComboBox from an ini file. It creates the file and allows you to add and delete from it. I just updated this to do a bubble sort and a few other minor Oops fixes. This code is well commented and should be easy to follow
***Update 5/23/01 Sorry guys forgot to inlude the bas modules they are uploaded now. Updated *** Fixed a bug,Added ability to add a shortcut to the taskbar as a quicklaunch!This program will create a shortcut or .lnk file.Thanks to Dave Scarmozzino and Todd Acheson.Also demonstrates the ShellExecute,SHFileExists and WinExec api functions.Credit for the shortcut functions go to Dave Scarmozzino,I just made a pretty package.
UPDATE: Changed code so there is a listbox where you can select any file in a project or directory and get the number of lines of code. Also added an option to check all subdirectories when you are doing a directory search. ORIGINAL: I was recently at an interview where I was asked how many lines of code I have writen. The question kind of caught me off guard -- I had no idea!! Ya, probably in the tens of thousands, but no real clue. That sparked the idea to make this application. With this app, you can specify a directory, a single file, or a VB project file, and it will analyze the data and tell you how many lines of code are in the project. This is the first beta release of the code, so please leave feedback if you encounter any bugs, or if you have any suggestions that I should add to my next version. Just select the type of code you want to analyze from the dropdown box and select the location of the file. The application will return to you: 1. The number of forms in the project 2. The number of modules in the project 3. The number of class modules in the project 4. The number of Blank Lines in the project 5. The number of Commented Lines in the project 6. The number of actual coded lines in the project 7. The total number of lines in the project This is still a work in progress. I'm thinkin of adding as an output the number of procedures in the project. Maybe even break the numbers down per file. Please leave feedback and let me know what you think. If you like the code, please vote for it.
Office XP Style Rollovers ========================= Heres a quick example of how to make Office XP style rollovers. This is where when the mouse rolls over then button the background changes pale green and the edge changes green. Needs a bit more work done. Slaped it up in about 8 minutes. Keep on looking i will submit the latest version soon with full property minipulation. So buttons can be added and the bar draged and maybe even full toolbar access like in Office XP. All my own. NO ocx's. (Open Source)
This Program demonstrate various Functions. f.E. Transparent Form with Wave Effect, SysTray, Autostart (Registry, Win.ini), Cryptographie (Randomize Chiffretext by same Source,Bin Text Mode...), Hotkeys and more. Without Ocx or Dll also simple Api.