Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #210768
A Setup Maker

This is a simple program that creates an installation program.you can skin the 3 butttons ( the install program button , the view readme button , and the exit button ) . it simply askes you 5 questions , you name , company programs name , version and a default install to path , then you simply add files using the file adder.when done click finish and it makes the install program.to skin , mak the install program , then change the three pictures that are put in C:\output\ , and thats it! and installation program consisting of a folder and an executeable.its pretty good right now , its not the greatest , but look anyway. ill make it better eventually.

6_2008-2009 #206276
Registration routine

For all shareware makers ! and vb developer friends here is a small registration routine you can always include it with your aplications . Note ! do not make nag screens or silly message boxes because its very easy to cracked ! Try this and see, and vote me or write your comments or any sugestion you are most welcome ...

6_2008-2009 #210466
Easy Checkbook

Checkbook using Access db. Retrieve with basic SQL(SELECT, ORDER BY). DBGrid, maskedbox, Find/FindNext, Shell. Lots of buttons. The code is pretty straight forward. I've been using it for a while & its accurate & helpful when I need to look back at something.

6_2008-2009 #205630
Link File Properties (Set, Retrieve)

Retrieves and set's a Link File's(.lnk) attributes(Target, Directory, Description, Icon Path, Icon Index, .ect..). This project was requested by Lawrence.

6_2008-2009 #211966
Text Recognition Software v2.01 beta

A program designed to recognize user input of different patterns, like letters, and numbers. It is pre-programmed or pre-teach already for numbers and alphabets, and it is possible to teach new characters. It was programmed by Albert Archwamety. esspecially in subject of IMAGE PROCESSING and Robotics. With VB sourcecode. OCR programming.

6_2008-2009 #210541
PURE WINDOWS REGISTRY MODULE

This is a Registry class that you can put into your app. It could 'write','read',or 'delete' Any value in the reg and has a built in File Association Command. Uses no api, Pure windows! Check It Out! Please Give Some Feedback

6_2008-2009 #211721
Sending Unique Messages From one VB App To Another

Demonstrates how to communicate between your applications by sending your own windows messages along with your own variable. Properly commented code. I couldn't find a similar program on PSC, so I thought I'd write this up. Hope someone finds this useful. The code includes 2 projects, 'a client' and a 'server'. Using the RegisterWindowMessage API the server creates a unique windows message, then through the FindWindow API it checks to see if the 'client' is running. If it is, it sends a message using SendMessageLong. The client is subclassed and adds any messages it detects to a listbox. The code is well commented, full explaining subclassing, the API's it uses and why, so even a notice should be able to understand all this.

6_2008-2009 #198045
Image Effects + Histogram! (30 effects)

How about 30 image effects and a histogram function using Getpixel, Setpixel and BitBlt API. I know im not the first one to submit effects/filters.. but this one is very easy to understand. It is not as fast as some others but it can easily be modified. Effect list: Add noise, Pixelize, Black And White, Grayscale, Colorize, Find edges (horizontal and vertical), Find Edges b/w (horizontal and vertical), 3D Grid, 3D Effect, Lightness, Darkness, Modern Art, Strange, Multiply colors, Divide colors, Lighten, Darken, Invert, Smart Noise, Fog, Blur (horizontal and vertical) and some mirror/flip effects. You can also save your processed images. (If you like the 3D effect please check out my heightmap code that is more advanced)

6_2008-2009 #205986
[Analog onscreen clock with colored menu]

Analog onscreen clock. Has very nice menu. Stays always on a top. Remember last position. Colors have to options: one of 16 system colors or mode «Auto», which chooses black/white color, depend on background. ToolTip - current date. You can drag it werever you want on a screen and choose a size from 400px to 1000px. Please rate it. Report any bugs to [email protected]

6_2008-2009 #206332
SQL Server Enterprise Manager (DEMO only)

SQL Server Enterprise Manger clone (demo only, not complete). This demo can demonstrate that how to use SQLDMO to create your own SQL Server Enterprise Manager which may perform every job the Enterprise Manager can do. In this demo, the following things are included Enumirating SQL servers on the network Logging on to any Selected Server using Windows Authentication or User Name and PWD Getting List of all Data Bases Getting List of all Tables Getting List of all Stored Procedures Getting List of all Users Getting List of all Views Getting List of all Roles Getting List of all Rules Getting List of all Defaults Getting List of all User Defined Functions Getting List of all User Defined Data Types Getting List of all Accessing properties of each object listed above like date creation, owner etc. Creating New Database Creating New Table Creating New Stored Procedure Deleting Database Creating Table Creating Backup of Database Restoring Backup More things can be done by understanding the way these things work. Not very hard, just simple It will work only if you have SQLDMO Library, If you have SQL Server installed, then it will work definatelly Sameers (theAngrycodeR)

6_2008-2009 #206275
Trial expired !

You want to make your program not execute more than certain execution? you are at the right place check this out and let me know if you like it :)

6_2008-2009 #211973
Raster Fonts (uploaded code)

Basic routine to draw raster text. See screen shot. Enjoy. Reports wil be aprecciated.x

6_2008-2009 #205919
A+ Way to Move Objects!

This is a very simple and easy-to-use way to move objects in a form. This is needed for use basically all games with the user controlling the character. This is the EASIEST way to do this that I have found. As I said, it's very basic, but very useful.

6_2008-2009 #208138
_String Auto Backspace_

With this extremely easy code, you can erase a character at the end of a string or in a textbox with a click of a button. Very easy code and every line is commented. DON'T forget to vote.

6_2008-2009 #206629
Aqua Studio Freeware

Please check it out. It is a good tool.

6_2008-2009 #205895
Radar Screen In Visual Basic

This code could be used in games or whatever, to create a radar screen. It could also be used for a second hand timer, or something.

6_2008-2009 #207419
Log Visited Websites

This is just an EXTREMELY simple way of getting all the websites you visit using handles, you should note that it only gets the caption of the website not the actual URL. I guess this could be useful for beginners who want to learn about handles.. maybe. Constructive critiscm appreciated!

6_2008-2009 #207447
Beginners Intro To IRC Connections

Shows Begineers how to sucessfully program applications to connect to IRC servers.

6_2008-2009 #209795
Media Player (No Active-X , API Calls Only )

A media player that uses no Active-X controls, only Windows API calls. Plays music and movies (even shows subtitles). Playlist included. !!! Please read the documentation included because it contains very important information!!!! i know it still has some very small bugs ( don't affect the functionality ) that can be easily fixed but i am no longer able to work on this at the moment (no soundcard, old PC :( ). Please don't vote if you don't want to, i am doing this because i believe i can help somebody with this.

6_2008-2009 #210586
User Login Interace (Updated)

This is a sample of a User Login Interface that you can use when you plan to develop a secured application using a simple User Interface. This user interface has an XP-like button. This also has the feature of using a Password-Enabled Access Database to store user accounts using DAO. For VB5 users, you need to open a new project then just add the existing user control, add the form inluding the module...

Languages
Top Categories
Global Discovery