Results for "Volume: ASP_Volume2"
This module provides a function that uses the Windows NT low-level access control functions to set the access rights on a folder (directory). The High-level access control functions (GetNamedSecurityInfo etc) do not function properly. They merge all ACEs for each SID. MS only acknowledges one of the four functions as malfunctioning, in fact they all are not suited for folders (directories).
It Simple Code For Paint. By It You Learn To use 'Canvas' In Delphi.
This is a clone from Tetris and it is my first real game. I tried to do something simple but object oriented. Just download it, build it with VC++ 6.0 and run it ! I am sure you will enjoy :) Good or bad opinion of this code, please rate it !
Take a picture of the screen
This sample shows how to use some of the HTTP classes to get data from a web site. The code could be used for so many different things, but in this example it is used to get stock info from Yahoo. When you start it up it will get the stock info per spec time given of the stock code entered. Please vote if you find this useful.
The Newswriter is a simple script to publish and administrate your News. There is no need for a database. The News a stored in a simple file. I've coded this script because the others I found were to complicated and not adaptable enough.
Demonstration of Reverse Polish Notation expression calculation using Stacks.
This program helps with preparing text for posting on the Internet. It straightens out paragraphs, adds HTML tags, cleans high-bit characters, character swapping, mass tagging, and other things.
Demonstration of expression trees. Creating and evaluationg an expression tree, a special type of binary tree.
updated (because of feedback)full code of a http server suports most file types now suports dll scipts.. :D plz vote.. i use it to control my pc and get files from anywhere! one full dll giving access to your pc from any place! http://urip/filename use the included dll to access files from any place on your pc http://urip/ListFiles.dll?Dir=C:\ this will list all the files in that drive\dir giving hyperlinks to them for download file resume is not suported but could be plz keep this opensource! stated by me :P change the server software to wat u like :D
Creating controls at runtime based on the control name (like "System.Windows.Forms.Button"), the version number of the dll containning the control, culture and the public toke key. Fully commented!
This article explains the proccesses involved when using function pointers. As well as explaing how and why they are used.
This Tutorial will tell you how to: 1)Get Everything About your HDD, CD-Rom, Sound Device. 2)Convert Any Image From Format to Another (from Bitmap into CompuServe) 3)Download Files From The Web. 4)Get all Special Folders Paths. {Desktop/System/Favorites/.........etc} 5)Get Your Screen Resolution. 6)Open/Close Cd-tray in VB.Net. 7)get Your IP. 8)Get Resolution. 9)Collect Info About Your Operating System. I tried to simplify the description as I can but the full description is listed below and the full codes and within the files attached. Vote and Comment If You Want.
Here is an example on how you can make a windows application in pure C. No C++ is nessicary, and the source file contains the .C extension. This shows you how you can create icons, menus, buttons, listbox, combobox, static labels and assign them id's and process messages without subclassing each one. This is really good example if you only know dos programing!
The code includes the whole game of chess and a new header files to use mouse, change its cursor etc in C++. Excellent graphics just make it a perfect choice. The game also includes a 16-Color BITMAP importer.
GrantMySql script allows user to manage users and rights of MySql database from Web browser in easy and simple manner. It is useful for novices as well as for advanced users. If you do not know line syntax of MySql or need often to change or give rights for MySql database, this script is ideal for you.
Simple Data Entry application using untyped datasets. Shows add,delete,edit,find,update,cancel,navigation and databinding procedures.
This program will split and merge any file(large size) with less time and can be merge in another system.The another purpose is that it can also help to split mp3 file into sub files and by renaming them we can play the parts of the mp3 file.
This code allows mIRC to display the current song, bitrate, and samplerate of the current song playing in winamp. This code is a dll file and called by mirc to get this information, and can be very usefull in other applications that need this kind of information. This code is also usefull for anyone wanting to gather this type of information from winamp for any type program. Please vote for this program if you like it.
Check and see if a service is up or down on a certain machine. Useful for alot of things, say you have MSN Messenger or AIM, you can have a script check YOUR IP address and the MSN or AIM port number and then let the users at your website know if your online or not! Can also be useful if you use alot of file mirrors for your website and want to check if there up or down. Infinite amount of uses! Really fun, simple, easy to use, and useful for many things. Well commented.