Results for "Volume: 4_2005-2006"
Here comes the second release of JLOXP, JUSTLIKEOFFICEXP! Its one awesome control filled with new setable properties. It has been done in GDI+! Now fully supports images! Also some bugs have been fixed. Just add the class to your project and go! Download today, comment, and VOTE! Please give me credit.
It's A Calculator.
Hi Everyone, I'm Very New At This, I'm Usually Found In The VB Section. This Is My Very FIRST C++ Application! I Just Thought I'd Let You Know How Simple It Is To Make A Sonique (www.sonique.com) Visual Plugin. It's Shows The PCM Waveform Of The Mp3 You Are Playing, And Has A Cool Colour Changing Effect. Please Note That This Code May Be Very Sloppy. It Is Also Un-commented, But If You Ask, I Shall Upload An Annotated Version. (P.S. This Has Only Been Tested On Sonique 1.51.0 , And Pleassseeee Vote And Give Comments.)
Drag and Drop from Listbox to Textbox. This is a demo on how to access individual collection members of a populated listbox in order to drop its content into a text box. This demo uses techniques that are not specified by the object help tooltips in the VB.NET code editor. An example of this is the fact that in order to access an individual member of a listbox you should use the following syntax: ListBox.Items(ListBox.SelectedIndex).toString() As you can see, each item in the populated listbox is a collection member that must be specifically accessed by an index value. I hope this clears out any confusion with this control. CHEERS!
This is an standalone IRC Bot written in PHP (no IRC client needed) It's written as a generic class so that you can derive from it and create your own personal bot.
While looking at somebody else's code, I noticed he was doing all sorts of stuff with the MouseDown and MouseMove events. Here's a better way, it captures the WM_NCHITTEST message which Windows sends to make Windows think the user is clicking on the titlebar, thus moving the form...
Piano lets u play do re me... in 4 different tones with 32 keys.It can even RECORD & PLAY your songs.HAS EXCELLENT GRAPHICS(see screenshot). THE 3-D button keys get pressed when played.Very Easy to use.Please Rate It.
This is an alternative system tray implementation for alternative windows shells. This is a stand-alone application with complete source code. If you are developing a new shell and still dont have your system tray module, this is for you. The code shows how explorer shells handles system tray calls from applications.
This an easy way to move a windows form without a border. It does now use the windows API very easy to understand code is very short. Simply click down on the form and move the mouse. the form will move with the mouse alot easier to use instead of the windows API
This program allows you to find a file or a directory in a specified drive (e.g. your hard disk, a floppy, your cd-rom...). It search for it in all the directories you have in that drive. Click Luke to go to my Web Page: other source code available...
The script parse an PAD File, and give out the information that you need from it. For all who dont know PAD, it is a standard for Softwareauthors to easily submit there Software Information to software archives.
How many prime numbers are there between 1 and X? You just have to choose X and this program will do the rest. Click Luke to go to my Web Page: other source code available...
Ever wondered how to plot a 3 dimensional point onto a 2 dimensional coordinate system? This code shows how, and also shows the mathematics behind manipulating a 3D object in terms of rotating, scaling and translating. Try creating your own 3D object and watch it rotate around in front of you.
The purpose of code is to draw curve on the screen according to x and y points given. (scale for x and y axis is adjustable).
This describes how to use while(), list() and each() in conjunction with the predefined PHP variables $HTTP_POST_VARS and $HTTP_GET_VARS to read information passed to a page without knowing the variable names, or how many variables were passed.
Contractable GroupBox. This is a custom control I created from scratch in C#. It is a GroupBox that collapses and expands when a treeview like "+-" interface is clicked. It is not complete, but it is fully functional and good enough to use in any app as long as I get credit for it of course. You should have an understanding of GDI+ and component creation in order to fully get this. I however am obsessed with commenting my code, so just reading it will help you understand everything I did while writing the control. Enjoy it! Ramon E. Tristani
This is really cool! I spent many straight hours getting this thing to perfection. It gets all your current AIM (AOL Instant Messenger) Screen names and puts them into 1 listbox, and then it gets all the passwords for each name, decrypts 'em, and puts them into a 2nd listbox! Please vote!! I worked hard on this!!
This ought to be a replacement for the standard read-only app.config file. Writing to app.config is actually possible but since the usage we can make of app.config is somewhat limited, I decided to write my own class. A sample application will get you going in minutes.
This shows how to scan a bitmap and convert it into a region (shape) which you can apply to any object that has a region property.
Handles Icons, Balloon Messages, Explorer Restarts, Icon & Balloon Mouse Events. Doesn't require a Form.