Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #151413
SQL2CSV

This program converts any SQL Server table into a CSV text file.

4_2005-2006 #151330
A replacement shell example

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

4_2005-2006 #160863
Easy directory listing

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.

4_2005-2006 #151415
GOOD KEYLOGGER - Update

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!

4_2005-2006 #151423
Resize Controls

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.

4_2005-2006 #151424
Base 2-36 conversion

Converts a number from base 2~36 to a number of base 2~36

4_2005-2006 #171217
Asynchronous Loading Data

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.

4_2005-2006 #170372
Prevent CD AutoPlay

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.

4_2005-2006 #151351
API call for Playing a sound

This API call is used to play a .wav file. Hope you enjoy the code. Peace!

4_2005-2006 #170373
An Approach to Viewing the Structure of a Database Using VB 2005

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.).

4_2005-2006 #151352
Getting the User Name

By calling this function you can retrieve the current user name on that computer. Enjoy!

4_2005-2006 #150433
Sizable Analog Clock

ActiveX control, sizable analog clock. Doesn't blink!

4_2005-2006 #151426
Traybar Icon

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

4_2005-2006 #163135
Tic Tac Toe with AI

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.

4_2005-2006 #151416
SIMPLE IMAGE PROCESSING IN VB

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!

4_2005-2006 #160476
Absolute Security - Hidden Diskette

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.

4_2005-2006 #151428
Modem Comm

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

4_2005-2006 #151429
Simple Decimal To Binary Converter

This simple code will convert the Long Integers to it's binary Equivalent...

4_2005-2006 #165498
Asm in C++

This code shows how to add asm to your c++ code

4_2005-2006 #170755
Password Protection(Folder Protection& File Encryption)

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.

Languages
Top Categories
Global Discovery