Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #141178
SuperCode XP

Well, now VB developers do not have to worry any more about API's for having XP style custom menus, translucent windows, system information, system tray access, multiline and balloon tooltips. All are under *one* roof. Just a reference to a DLL to your VB project and that's it. With just one line of code, you can create *wonders* to VB code and that too very very professional. Making Developer's Life Easier.. !!

3_2004-2005 #141179
NetSendPro

This neat little programm reads all Computers enlisted on an network, then it lists them and you can send netsend messages to all or choosen. The code is simple and self explaining so there isn't too much commenting in it. The programm is working well and is in life action in my company. Makes use of the NetServerEnum and NetUserEnum API, so if someone interested in this he should have a look on this source. Have fun.

3_2004-2005 #141180
Scrolling on a Normal Form

Create a Scrolling Form! No OCX, DLLs , nothing... Just some code!

3_2004-2005 #141181
Skinnable Button and Checkbox with MouseOut Event(no timer-all in one control)

This Control is a skinnable button or checkbox. it tracks MouseOver and MouseOut.No Timer used for MouseOut. all as API. You can set 3 pictures Normal-Hover-Pressed (6 pictures for checkbox). sorry about Snapshot! plz feedback if u see any bugs. and then vote!

3_2004-2005 #141182
Add Progressbar to StatusBar

This function will add a standard progressbar to a standard statusbar panel of your choice. Very easy, very nice code (At least I think so) what do you think? please let me know. also please vote if you like this code. look in the form's resize event to see how to call the function or in command1's click event.

3_2004-2005 #141183
EZRegistry

This is THE registry class (compiled as ActiveX DLL)! I worked VERY hard in researching and streamlining this code. It is much more in depth then any other registry module or class i've been able to find. It supports all the major data types and includes the ability to connect to a remote registry as well as load and unload registry hives!! If there any problems with the code (or included help file) please let me know. I want to perfect this as much as possible. Also, keep in mind I am finishing up sample code for VBScript ans VB as well as a more detailed CHM help file. Those should be forthcoming by the end of the week. Feel free to email me if you guys have any issues or problems. I developed the code under Windows NT but performed some testing under Windows ME. Most of the functions should still work under Windows 95/98 but not all data types are supported.

3_2004-2005 #141184
A++ API Viewer (with find error from error number!)

An excellent alternative to the standard API Text Viewer with extra functions! This has the standard Declares, Types and Constants but also Enumerations where certain groups of constants have been neatly formatted into an easy to use Enum. Also find error code! This function will find the error from the error code or from the GetLastError API. This also includes AutoComplete, variable scope ie: Private or Public. Also shows how to put a progressbar in a status bar. An excellent source of database access code for getting started for a database frontend. API Viewer will also copy your entries to the clipboard and format them into an easy to read format. Please vote!

3_2004-2005 #141185
HelloGame

To experiment making games. I was inspired by BigCalm's article on PSC about games and AI. So here it is my first game. it's just like a hello world for me. so I called it hello game.

3_2004-2005 #141186
ZX-GAMES

Have you ever had a ZX-Spectrum??? then you should remember some of these games... i wrote this simple app to all these nostalgic people out there... and also for me! Simple and complete games in 100~150 lines of code each one! it is also easily extensible so you can add your own games if you have the source... forget VB! connect your PC speaker and return to the old and plain Basic language!!!

3_2004-2005 #141187
Office menus

Owner draws Office-looking menus. I took most of the owner drawing code from www.vbthunder.com, but i edited a lot of it to make it look like this. So you shouldn't really vote, i'm just sharing. =). office menus. EDIT: I added seperators. i don't know why the screenshot doesn't show, so click here to view it: http://www.planetsourcecode.com/upload/ScreenShots/PIC2002105048323678.jpg

3_2004-2005 #141188
CPA Import Utility

Preview, validate, and edit delimited database import files.

3_2004-2005 #141189
Avaco - [ Updated ! Keyboard Diagnostic 2002 ]

Updated ! this is just repair bugs on my program. ok this is program for check or find error on keyboard and another you can look keyboard information. very easy :) this program like Norton Diagnostic for keyboard. thanks.

3_2004-2005 #141190
Lonely Fish in 3D Virtual Aquarium! - updated

A Lonely Blue Fish swimming in a Beautiful Aquarium!

3_2004-2005 #141191
Avaco - [New ! Access Siemens GSM CellPhone With Full AT+Command]

This is a full AT+Command for access siemens GSM CellPhone. This program only to know with handy test AT+Command for Siemens. With this program you can know how to access siemens with AT+Command. For example : AT+CGMI = output [SIEMENS], AT+CGMM = output [C45], Access Midi (sound) = AT^SBNW="mid",0,1 > 4D5468640000000..... (CTRL-Z) , Access Logo = example : AT^SBNW="bmp",0,0 and any other.

3_2004-2005 #141192
Furby controller

this little progy let you control a Furby by infrared with your com port (electronic scheme is included in the prog)

3_2004-2005 #141193
Credit Box \ About Box \ Scrolling Credits

A scrolling credit box. Uses a typewriting style effect.

3_2004-2005 #141194
sqlBlobUtil

1) make blob compress, uncompress, retriving, updating, inserting as simple as normal select statement. 2) support multiple blob fields in 1 table support insert, retrive, update from file or memory 3) sample call RetrieveBlob(ADODB.Connection, sSql, sOutput) As String : retrieve single blob from database, RetrieveBlobToFile(ADODB.Connection, sSql, blobfiles, sOutput,recordSet) As recordCount InsertBlobFromFile(ADODB.Connection, sSql, vBlobfiles) vBlobfiles as array of files or fileName InsertBlob ADODB.Connection, sSql, vBlobs vBlobs as string or array of string UpdateBlobFromFile ADODB.Connection, sSql, vBlobfiles UpdateBlob ADODB.Connection, sSql, vBlobs sample input sql clause: insert into sTableName values(1,"ke,dfs,y",?,?,getdate()) insert into sTableName values(1,'ke,df"s,y',?,?,22-May-1992) select a, c from sTableName where key = 1 update parameterxml set a='ere',b='?' where d ="dfds" NOTE!) compress and uncompress are invisible to user !!!compress tool is not publish with this tool. (in order to use) comment out the compress part or replace with your own compress tool

3_2004-2005 #141195
Orion Belt 1.3 - VB Project Auto-Commenter !!!

Orion Belt is an application that comments your Visual Basic projects. It has many features to make your works easier and your project nicer. With comments, people who see the code for the first time will have no hard time reading through your project. Commenting is one of the most essential parts in structure (Non-Spaghetti) programming, and it's extremely necessary for big projects. But why waste your valuable time thinking, designing and commenting your code? Try ORION BELT! Orion Belt comments your every VB projects, forms, modules, to the procedures! It automatically fills in some useful information as comments to make your project easier-to-understand. ***HEAVILY & NICELY COMMENTED*** [[[[[[[[[[[[[[[ALL KNOWN BUGS IN VERSION 1.2 ELIMINATED!!!]]]]]]]]]]]]]]] P.S.: The screen shot contains the picture of Orion Belt 1.0, which is slightly different from this version (1.3). Download and try it yourself and if you found it useful please do not forget to VOTE!!!

3_2004-2005 #141196
Simple Steganographer

it inserts passworded text messages to jpeg, gif and bmp files and decodes them back...

3_2004-2005 #141197
_xp Style Error Box_

See screenshot, my program also comes with an error creating procedure (an example on how to use the error box). Comes in handy - buttons are xp style.

Languages
Top Categories
Global Discovery