Results for "Volume: 4_2005-2006"
This program converts any SQL Server table into a CSV text file.
It is an example of how you can make applications that replace the windows GUI(like litestep), ie a replacement shell. I noticed as i wnt throught here that there is no example on hot to make your own shell. So i took it up and made my own. Very small, very simple, very easy
This is an EASY example of listing files in a directory. I got this example from another post, but i could not get that post to work, so i modified it and made it easy to use. I'm using this in a new program i am working on.
As I Was Looking Around Your Site For Some New ideas, i saw, quote: "THE BEST KEYLOGGER ON PLANET-SOURCE-CODE". I Checked it out, and Here's Mine... Have a Go With It. Remember if you like my code PLEASE vote highly for it!
This will show you how to Resize Control on a Form Regardless of how many controls there are Limitations are Menus cannot be resized along with controls such as CommonDialog.
Converts a number from base 2~36 to a number of base 2~36
In ASP.Net allow us to get information from the server without refreshing the entire page. This can come in very handy when you have large, graphic intensive, pages or if server side validation is needed for a field before submitting the entire page. Notice in my example how the model drop down list is repopulated every time the selected item in the Start With list is changed. The information for the State list is pulled from the server and the selected item in the State list is changed. The information for the District list is pulled from the server but notice how that list is the only item on the page to refresh. The rest of the page content is left in place that results in a much smoother user experience. It is also faster than refreshing the entire page as only the information for the list is sent back to the client instead of the entire page.
This article describes the approach used programmatically to prevent a CD from going into auto play mode; this may be useful to you if you are, for example, writing an application that logs directly to CD and you are trying to burn data periodically to a CD but you do not want the CD to go into auto play mode after burning a some data to it. The download includes an article describing the approach and a sample application with a brief test procedure to confirm that it functions.
This API call is used to play a .wav file. Hope you enjoy the code. Peace!
This article describes an easy approach to examining all of the tables, views, and columns in a database, the article is written to describe an example application that may be used to connect to a database (Oracle, SQL Server, or MS Access), view that database’s tables and views, and drill down into each table or view to generate a list of all of its contained columns. Further, the application will allow the user to examine the definition associated with each column (e.g., its data type, caption, default value, etc.).
By calling this function you can retrieve the current user name on that computer. Enjoy!
ActiveX control, sizable analog clock. Doesn't blink!
This is a standalone, easy to use global Module that lets you put an icon in the Windows System Traybar without the need of a special control to capture Windows Messages. It is also quite good to begin learning about API calls and Windows Messages
A Tic Tac Toe coded in using VC++ MFC. It have a learning ability which will become stronger if u keep playing with it. It learn the moves u used against him and use it back against u. It uses file 'MoveHis.txt' to record the moves, delete this file will make it dump again.
This is not my code, this was developed at (www.advantage.co.nz/ur) and I am just passing along this SWEET code, If you like it i got plenty more tutorials and such from them, rate it really high!
This is a programm (written in Assembler) that saves a file on a disk in RAW format, without FAT or anything. This means that data will be saved on your disk but it will be able to read only by your programm.
this code finds what comm port your modem is on. the modem must be on for it to work you need mscomm and a textbox thats it
This simple code will convert the Long Integers to it's binary Equivalent...
This code shows how to add asm to your c++ code
It can lock the folder with your given password so that nobody other than you can access that folder. It can encrypt and and Decrypt the File.