Results for "Volume: 2_2002-2004"
Its amazing Public as well as Private chat, pops up a private chat window on remote PC, just like other populer chat programs does. You will not beleive your eyes when you will see a chat window opening on remote users pc when you click on his loginid in the users list on your pc chat window. It took a lot of thinking to achieve this, doing this in ASP was almost impossibe(no more). There are companies who will ask u $$$$ for the same code. Vote,if you feel it worth all my efforts.....
This code will extract the Windows XP cdkey from the registry. It's a mod of Snytax's visual basic code at http://www.pscode.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=57164. Leave your comments. =D
Learn how to make ur own screen saver lookalike with this simple code!!!! please comment and vote!!!
This is a program that will allow to create message boxes easily and fast. it has an auto preview so when you type the text or whatnot it shows you. it will automaticly create the select case for the manipulation of the buttons and allows you to create the button codes right from the program and puts it all together in the output textbox all as one code. all you do is copy and paste!!. PLEASE rate this program and leave your comments!
Many sites have "windows" on the left/right sides of the site. This code alows those windows to be moved around at will and snapped to the left and right sides of the site. Requires very little modification to the windows. see http://www.webattempts.com for a live example
Convert a SQL query into ASP code.
When making menus with Win32 API functions, have you ever wondered how to call functions when the user clicks on a menu entry? This code shows you how to solve that problem using subclassing, in very few lines of code :) Please rate this.
Demonstrate how to use ADO and ASP, includes Paging, Editing, Searching, Stored Procedures with MS Access and more.
A simple WebServer. It can show PIC's,LINKS
This code adjusts the Hue, Saturation and Luminosity of any gif file on the fly! No component needed, it's just asp code. live demo: http://www.cwolves.com/testing/coloradj.html Live site using this: http://www.cwolves.com/home.asp?hue=0&sat=0&lum=0&con=0&red=true&green=true&blue=true&invert=false play with all the querystring values in that link.
learn how to use the Common Dialog Control the right way!!! please vote or at least comment!!
It's a combo box in html!
Kepp track of your Internet Time. This code is an update of Fabian Fischer's NetTimer. Added some codes to it. It now show you the hours, minutes and seconds instead of only minutes. Added new code for the loggbook.
Generate PDF files on the server without any server-side components. Based on X2PDF.NET library created by Arne Garvander. Limitations: Paragraph (TextArea) cannot exceed on page. Table cannot exceed one page. To read about PDF file specifications go to: http://partners.adobe.com/asn/tech/pdf/specifications.jsp To learn how to edit an existing PDF file go to: http://www.15seconds.com/issue/990902.htm To learn how to merge PDF file go to: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=37121&lngWId=1
Manages and implements hotkey in Windows 95/98/2000
simplest password program... displays "*" as each letter is typed... enable backspace... good efficient
This logviewer reads the logfiles of the IIS server and displays it with a graph of the amount of requests per hour. And an overview of the requests and/or errors occured on that day. Great tool for ASP programmers.
This code is a grid using pure ASP. Its useful when you need to have a page where rows need to be dynamically generated. You can also delete rows that you do not need. I have not used any third-party components nor any VB controls. Also no session variables have been used. Clicking on "Add row" will add a new row to the grid and to remove a row(s) check the corresponing checkbox and click "Remove". Hope this bit of code is useful. Regards Putcha Satishkumar
A fun 2 player shooting game. Basically, there's these two squirrels shooting at each other with handguns. Vote for it if you can!!!
An example for beginners, showing how to use the MoveToEx and LineTo API calls. Gets the current time, converts it into (x,y) coordinates and draw the "clock"...DON'T FORGET: DON'T EVEN THINK ABOUT VOTING FOR ME!!!