Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #187583
Smart Form Navigation Ver: 1.0

This is time not to talk much, but the screen shot will give you much more idea about this posting. As you get an idea from the Title itself, yes its really smart FORM, somewhat I could say intelligent form for the navigation. Auto Navigation is the motive of this small program. I hope you would like this idea. This code could be useful for your application to give a professional touch and make it more sophisticated and user-friendly Infect its a part of Code of my running project. Thanks for your feeback...

5_2007-2008 #176915
FCL NetChat (rev2) - Now with remote desktop sharing

REVISION 2 - UPDATED: June, 18th 2003. This is a small, simple to use, and commented project for network chat, without using a server. It includes many features as: remote desktop sharing (and viewing), file transfer, remote user computer's information, hide in systray until someone messages, and many more... It's a small gift and token of my appreciation for www.planet-souce-code.com, since i have consulted PSC many times for info and code examples, and never submited (or contributed) any of my code. So, here is my contribution. Hope it's useful for someone. Thank you PSC! :) Filipe Camizão Lage [email protected] You may use this code freely in your projects, you can change it, etc, etc, yabayaba, but please do not remove my name from the credits.

5_2007-2008 #189170
Active Form

Active Form Animation is an example for making just more beautiful application, check it out, and vote.

5_2007-2008 #175068
Bobo Modifying the System menu - easy

Adding items to the system menu can make your application look more professional. This is a very simple example of how to do it and be able to respond to clicks on that menu. No need to vote - this is in response to a question in the discussion forum.

5_2007-2008 #188334
Common RichText controls

Teaches you how to use common richtxtbox controls there is also a module that teaches you how to print text in a richtextbox! enjoy :)

5_2007-2008 #188335
get your ip the easy way!

Get your local ip with just 1 line of code! Get it fast and easy as hell! :)

5_2007-2008 #174172
Faded Splash Form

Just a simple Splash screen that fades in Via the Alpha transparency. This is intended to be put into your \Templates\Forms\ directory so that you can simply Add>Forms>Fading Splash Form

5_2007-2008 #179376
Menu Builder (featuring runtime preview)

Menu builder is featuring file drag & drop, smooth listBox item dragging for parent and child node, clipboard copy and paste operation using cutsom clipboard format, and previewing menu as a menubar or popup menu in real tme. And, also generates API created menu code for the given VB menu. Above of all, internally, it parses the tree structure of VB menu text correctly, with resuable pasring class modules. I think they can be used for other purposes and projects. Please, try and enjoy my project and also vote for me.

5_2007-2008 #187377
Drag Reorder Listbox

Enables the drag reorder of listitems within a listbox. No API, very simple code.

5_2007-2008 #186295
Fireworks + (Updated on 18/06/03)

This is my own version of the fireworks project posted on 30th May in the C++ section. Courious thing is that it was already a port from Java, so this is "The VB port of the C++ ported version". My intention in this project was to fix the bugs that were around, as the author knew nothing about how to fix them. My main problem is i don't feel quite well with C++, so i needed first to put it in my native programming language. I fixed the problem where the fireworks could explode at the top of the screen, leaving trails for unlimited frames, and also fixed the banding problem that caused the smoke trails to fall through the borders. In the meantime, i wanted to add a few goodies to the original code, so i added resizing ability, better fading code, and commented every line of code to make it a very easy to follow example. My devoted thanks to the original author, Andrew Heinlein (Mouse), for his great work (CODE ID=6331). As i coudn't contact him by e-mail, i guess it is right to post here my work (more if it is just a rewrite of the rewritten code). HAVE FUN, AND HOPE YOU LIKE IT!!! UPDATE: I added a FPS limiter so as not to get the crazy 200+ frames... i also (hopefully) fixed the crashing on WinNT... i just forgot that i should unmap the arrays ;) NEW UPDATE: The DoEvents in the frame rate limiter was causing problems quitting the app so i removed it. I was also mapping the arrays prematurely, so that caused some random crashes on resizing.

5_2007-2008 #188923
Database structure updater

Any true application uses a database, however after deployment, some times you add or modify some fields, and it becomes tiring to adjust the changes manually at clients sites. this is a stripped down version of the application ( there may be some errors due to the stripping down of unneeded funstions ) . Enjoy it without reservations. Vote if you feel like this is something beneficial for you.

5_2007-2008 #186950
C++ Header File to VB Module Translator

It all started when I was trying to translate WINGDI.H. It took me three days to complete about 1/3 of the translation. I decided to write program which will do it automatically. First version of the program already in it's first run translated about 1/2 of the code in less than 30 seconds. I improved the translation algorythm and wrote this program completely from null. In the first run it translated at already about 2/3 of the header file in less than 10 seconds. I improved some more parts of the algorythm and here I am. The core of this project is C_TO_VB.BAS module. You can add this module to your own projects or user interfaces. Program currently is able to automatically exclude unsupported compilier flags; convert remarks, boolean operators, hexadecimal values, constant definitions, type definitions and remove casts. Still under development enumeration conversion and API declaration conversion. Module can not and will not be able to convert subs, functions and macros due to the complexity of the C++ language. Also remember that the C_TO_VB.BAS module can not convert 100% of the source-code. Average efficiency is 80-90%. After using this tool you can convert the remaining code manually. Future versions will be more intellegent and I hope they will be able to translate 95-99% of the code. (!) I included some Microsoft "win*" C++ header files (*.H) for experimenting with this little module. If you have MS Visual C++ installed, you can find more header files in MICROSOFT VISUAL STUDIO\VC98\INCLUDE\ folder. If you haven't got C++ installed, you still can get these header files -- visit HTTP:\\MSDN.MICROSOFT.COM!

5_2007-2008 #175396
Legal Notice Manager

Allows you to change the Legal Notice displayed prior to the Windows Logon screen. It also allows you to remove (delete) the Legal Notice. So far as I have tested it, it works on WIN9x and WIN2K boxes. Anybody out there with WINXP checks it let me know if it works.

5_2007-2008 #179968
A++ Control Resizer with 4 modes!

Simply and easily resize all the controls on any form by use of a reusable class. Set the different modes for the Left, Top, Width and Height properties of controls by entering 4 numbers into their Tag property (a number for Left, a number for Top, a number for Width and a number for Height). There are 4 different modes: Do nothing: the resize code wont touch properties with this mode. Proportional: control property will be resized according to the forms change. Static change: the control property will move with the form. Limited static change: if the form is made too small then the control wont go off the screen (still in testing stage). For example; a label with a tag of '0011' will not change its left or top property, and the width and height will change proportionally. The next release will be even more improved with the Limited Static Change fully tested and an add-in to easily configure tag properties. Please vote and leave constructive critisism.

5_2007-2008 #184898
Traffic Simulator Game

Traffic Simulator simulates a road environment with cars at a 4-way intersection with working traffic lights.

5_2007-2008 #190275
Exactly as Windows XP Button

Looks like exactly as Windows XP Button. I Use API functions to draw and paint gradient colors. This is my first submission, so I appreciate your comments about my code.

5_2007-2008 #189233
Cool Credits Idea - Like Some Movies

This is a cool idea for credits for some of your programs. It is kind of like some movies you ,ay have seen. One text flys to one side and the other (at the other end) flys twoards the other side, but when the two texts come to align they slow down, but once they move back out of alignment the speed up again. Kind of confusing it sounds but it is rather easy i reccomend you just download to see for yourself. Thanks for checking it out.

5_2007-2008 #188844
Windows API and DLLs --- Part-I

An introduction to Windows API and DLLs!!! Part II on PSC!!! Part III coming soon

5_2007-2008 #188530
MineSweeperRemake David Version 2.0

to have fun

5_2007-2008 #183136
Retrieve Additional File information

From any Exe,ocx,dll...etc which contain that information...

Languages
Top Categories
Global Discovery