Results for "Volume: C_Volume2"
This is a demo project that uses a NOTIFYICONDATA struct and Shell_NotifyIcon() to create an icon for your application in the system tray. I also included a popup menu that is displayed at the cursor's position when the window receives a WM_LBUTTONUP message. I created a new message with ::RegisterWindowMessage, and created a message handling function for it. When messages are sent to the windows' WndProc() function, i took all the messages that were from the icon and sent them to a custom function that decides what to do according to the message. Hope this comes in handy for someone, because i haven't found many other working examples out there. Enjoy
It Changes Your Screen Resolution.
Hopefully aiding in writing more secure PHP scripts.
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!
These two macros will get/modify the bit in a number according to a position counted from right to left. For example, let's say we had 1101 1111 (223). We would just use my macro to get the 3rd bit from the right which would be a one. We can also modify it to a 0. Or we want to extract the value of the first four bits, all can be done easily!
The classic game of connect 4. Only 2 player play. Uses BGI graphics. Has good visuals.
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 code gets the source-code from the web. I'm new to delphi and this is my first.