Results for "Volume: C_Volume2"
Get your local ip with just 1 line of code! Get it fast and easy as hell! :)
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
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.
Enables the drag reorder of listitems within a listbox. No API, very simple code.
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.
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.
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!
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.
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.
Traffic Simulator simulates a road environment with cars at a 4-way intersection with working traffic lights.
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.
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.
An introduction to Windows API and DLLs!!! Part II on PSC!!! Part III coming soon
to have fun
From any Exe,ocx,dll...etc which contain that information...
Picture Collector by Robert Rayment.(UPDATE with New Look dialog (Thanks redbird77) and maintain aspect ratio) (Upgraded for WinXP - thanks Carles) I had a request to write a quick program to collect a selection of picture files (standard VB ones) from a folder and save them as thumbnails to a single bmp. Shows multi-selection dialog and parsing input string and - might be useful - could be embellished. Win98 Zip 6 KB.
Enumerate All Kernels object [*] Using Undocumented API! Also u can manipulate them easily! [But that my example does not.-.]
A PlugIn is a dll/exe/script that is installed separately from an application that can perform tasks within that application. It should be able to pass objects freely between the application and the plugin. This is in response to a number of questions in the Discussion Forums - you know, the place no-one ever goes and questions never get answered !!
I could'nt find an encoder program that would save and load more than one line of text, and actually work,so I threw this together.I modified the program EnDeCode by Joshua Larsen and made this program.
A MP3 Player... please check and vote...