Results for "Volume: 2002C"
Hey people it's me agian. ;-) This littel program make it easy for you too make a shaped form. You just draw(with the mouse) on the form and click save, then the program saved the shape and writes a *.frm file for you to use in VB. It all so exports the picture you drawn so you can make it fansy in photoshop or something like that, and then use it as your bagground in your form. - TIPS - Now i made the sample bagground in photoshop, and i know you dont need to know how, but if i tell you. Then you can't say i did't tell you everthing! *hehe* To make the bagground . New picture (400 * 400 pixels) click FILTER -> RENDER -> Driffernt Clouds click FILTER -> NOISE -> NOISE (1%) click NEW CLANNEL click FILTER -> RENDER -> Driffernt Clouds click FILTER -> NOISE -> NOISE (1%) click FILTER -> RENDER -> Driffernt Clouds click FILTER -> RENDER -> Lighting Effect Light type = spotligt Gloss = 59 Materiale = 69 exposure = -100 ambience = 47 texture channel = alfa1 height = 100 Now please give me a vote... just a small one(or bigger).. Yours CiX Remember its all about haveing fun ;-)
In this sample code of mine, you can learn how to control arrays and used it in a more sufficient way of programming. You can SAVE/EDIT/INSERT/PRINT the notes you already designed. If you like this code..just vote for it!! Have fun with this code!
one hundred percent pure volume is a horizontal Volume slider like you've NEVER seen before, built in raw vb6 code with no other add-ons this code is modular, re-usable and 100% completely Height, Width and position idenpendant. it uses standard picture boxes to "act like" or "mimmick" a sliders appearance, because it uses standard picture boxes, you can skin the volume slider to any picture and dimension in the world, just by selecting it's .picture filename property. if you set it to 20,000 pixels wide it will still retain 100% functionality. uttermost left of the main background picture will remain 0%, uttermost right of the main background picture will remain 100%, no matter how wide, high or what position left the main background picture is set at. It uses ADVANCED relational percentage math to calculate the percentage value used to set the windows volume,hence its name : One Hundred Percent Pure Volume. use it in an MP3 Player, sound app or anything that could use this totally unique FULLY Skinable windows volume slider. It took me approximately 2 whole days to Just to work out the math behind One Hundred Percent Pure volume. It's yours for free, Enjoy. Tom Brett, CEO soundgrabber.com
Linear Transforms by Robert Rayment. This is maybe 'old hat' to some of you. It shows in pure VB, apart from loading bitmaps & set & get pixels, how to map a rectangular bitmap area onto a non-reeentrant quadrilateral, a circle, cylinder, right-circular cone and a sphere. I've stopped short of automating the shapes and saving the transfoms so you need to change the parameters in the code to get variations. Hopefully the comments are sufficient for you to do with it as you wish! Zip file 145KB (With some bitmaps).
Are you bored from the task bar hidding the lower part of your apps? (I was). With this simple and small program you can make your windows taskbar transparent. It can be loaded when OS starts and transparency level adjusted also. ***IMPORTANT*** New & improved version at http://www.planetsourcecode.com/xq/ASP/txtCodeId.21705/lngWId.1/qx/vb/scripts/ShowCode.htm
Author: BEN GRAY Email: cbsg@interact.net.au This tutorial demonstrates how to use Rich Text Box control, and mostly, how to use the Common Dialog control. It covers all concepts of the common dialog control, including flags. Now you can turn off that annoying "Open as read only" check box. It is commented heaps on every line. Special Thanx to: Ian Ippolito, Webmaster Planet Source Code www.planet-source-code.com
This application was written with the intent to serve as an example of how to use the MSChart control that is shipped with Visual Basic. I've found out, the hard way, that the documentation for Microsoft's chart control is poorly written, if not totally useless! This example might be silly but I garantee that it will help you understand how to manipulate and create graphs, specially for those who work with scientific data (like me).
Are you bored from the task bar hidding the lower part of your apps? With this simple and small program you can make your windows taskbar transparent. It can be configured to load when OS starts and adjust the transparency level. ***PLEASE leave your COMMENTS and RATE IT!*** NOTE: It works just with Win2K.
Spirals by Robert Rayment. Chris and I were looking at some spirals and I've animated a few for your pleasure (if you like that kind of thing!). See 'Tunnels & Things' for the techniques. Zip file 24 KB.
This code will find all running programms(i mean realy all you will see more the ctrl&alt&del) now you say : 'the are here already' yeah but this code have some new things like shortcut key ctrl&+ to open the window it olso have a usage monitor and icon view. please give me a feedback or a vote thx , egbert :P
This code I put together to convert celcius to farenheit or vice versa and to show to do simple calculations within a certain set of paramaters. I believe the code to be very well documented. I dont beleive anyone will have any trouble in figuring out what i did on this..
Its a Math. programm with some different functions(e.g: Mandelbrot fractal, Trees etc...) - New Version(1.01)!
Quickly creates branches in a treeview with a single string.
Here is a useful function I created to solve a problem I was having in processing files for one of my applications. This function works better than trying to use the VB 'OPEN' command because it will always return the correct state of the file (even on a file that is being FTP'd at the time of the test.) See remarks in the FileReady function on it's use, as well as a sample at the end of this note.
Introduces uses and ways to implement the revolutionary AI technology... genetic algorithms.
A simple program to make the basic html page, Ive inserted a few features such as a shell command and copy to clip board, I tried to add some of the basics so you could see how to do the same such as if statements and check boxes. Ive commented on it and it should be real easy to read and see what Ive done. OK I reuploaded the zip and changed the colors on the form aperently personal taste is not permitted here lol. The form is now there.
As most of you know the progressbar that comes with windows is in a HUGE file, and isn't even that great, so I've attempted to make a replacement for it. I've seen a few other attempts at this, but they can't do some of the stuff my progressbar can, and my progressbar is less than 50 kb!! The screenshot shows some of what it can do, and a demo program is included. If you like it, VOTE!!!!!
This little program teaches you how to create a file, open in, then put the data from the file into controls. This is great for beginners
this is a pretty simple thing 2 make a gradient prog bar....i used a screenshot from the project instead of the actual app because it shows most of the properies u can set...it is rly customizable...and i used it in the mod-maker for a game i am making(chk my other submisions), and the map editor(not yet done)...hope u like it
Splitter Control is a Windows Explorer style splitter. To use it, add controls to it the same way you do for a frame, and set the Child1 and/or Child2 properties to the names of the added controls. Features - Live and non-live updating while child controls are resized - Customize appearance of splitter bar while not live updating - Escape can be pressed while moving splitter bar to cancel the move - Specify a maximum size for a child control - Specify a minimum size for either child control - Horizontal or vertical orientation - Position splitter bar by percentage or absolute position