Results for "Volume: 7_2009-2012"
Keeps Your Form On Top This Is Really Kewl Because You Can Just Use A false attribuite to set it as not on top instead of using 2 functions
Transforming XML to HTML Shapes
It Logs Your Key Presses Place This Code In A Timer On Interval Less Then 20 The Faster It Is The better But It Consumes More System Rescources
Send phone message across the Internet/Intranet by filling out the form and clicking the send button. The recipients are keeped in a drop-down list. Names can be added to the list by editing the HTML source. Also has text that follows the mouse. Displays the current date and time (the time is keeped current by the minute). The background picture is changed randomly each time you click the send button or the refresh button on your browser.
After using the POINT method the computer returns a long value like 16711680 but with this function it will return the color in the RGB(R,G,B) format.
Clears the documents menu in Windows 95/98/NT.
This is a neat little script written in javascript that acts like a newsticker. Each message also displays as a link, so you can click on the link to go to tht page. This is based off of one of Premshree Pillai's javascripts.
This is not real RDS but a simulation (Like Access's Not_In_List event). This functions gives the user the ability to 1) Add a new Value into a Database table and 2) update and select the value in the combobox WITHOUT REFRESHING the page from the server. I found this to be a life saver with large ASP pages with comboboxes on them that need to be dinamicaly filled. (You don't have to worry about the controls on the pages)
When you ::Store() keys + values to this class, it first checks to see if the key exists, if so, the value that exists is incremented by the inbound value, otherwise a new key and association is created. ** The class uses mfc's hash table classes behind the scenes. Execution is very fast.
Converts the timestamp data type of SQL server into a string that is then suitable for use in a where clause
Convert Text to (X)HTML
Creates a clock and spiraling Date which follows your mouse on a web page.
Encoding image with base64 algorithm
Converting String to Array
This Java sample program about frame serve as a fundamental introduction to those who are new to Java Programming.
Ive, done it, hehhee
"Open source, open mind..." I wrote this code a long time ago, but have only decided to submit it now. This code contains an easy-to-use class and procedure for creating hacks for games. All you would need to create your own would be the memory addresses of somethings in the game you wish to change, and then follow the formula that I have to complete the process. This example I have gives certain things for the Zerg race in starcraft, such as an instant upgrader and a Battle.net disconnector (which doesn't always work, and I stopped working on this project long ago). Try it out, and maybe it can help you create your own trainer.
This JDBC Connection Pool is SELF REGULATING. That is, when you create the pool, you tell it how big to make itself. If, over time, you need more connections than you originally requested in the pool to be opened, the pool will build new ones. These extra connections, if left idle for more than a certain definable time, will be closed down by the pool to be nice to your database. You can access a report from your pool to find out how many connections are in it, how long they have been idle, which ones are being used, and what program is using the used connections. The code is VERY WELL javadoc'd, and it comes with two sample programs to show you exactly how to use it! Please download it and check it out - I'd love for you to rate my code!!
This is pure Win32 API. No MFC!! I also made this program by hand, no Visual C++ tools. Great Learning Example!!!! This program demonstrates the use of Video for Windows (VFW). It displays video from a webcam and can capture video in a .avi file. It also demonstrates the use of regions to make windows of different shapes and implements the save dialog found in the common dialogs library. It is extremely well comented. Please vote if you like it, otherwise, tell me what you think or what could make it better.
This is a nice electronic address-phone book. Is completely designed in graphic mode. With this program you can save, delete and search information of your friends, family and companies. To use this program you have to increase the memory that borland C use, at least 256 Kb. I wrote this program to get the final grade in C programming. This program is written in spanish. Please, vote for this code!!