Results for "Category: Miscellaneous"
Remember the old one page module to load Browse For Folder!? This code makes it in four or five lines :) Just a reference to shell32.dll class: dim SH as New Shell and that's all. In fact, shell32.dll supports many functions. I have included some of them such as tiling and cascading windows and running System Properties, getting folder details and.... Download the source code to see how and if you liked it please remember to leave comments and vote! I developed this yesterday on my XP. If you have any idea, I'll be glad to know. Update Note: I checked compatibility. This is supported in Win 98 etc.
Single File Compression using splay trees an improved version I have submitted last 6 days ago. It also teach the use of drive list box, file list box and dir list box. Further explanation are found in the code and readme. It just illustrate a compression routine that can be embedded in your programs fast enough but with good compression ratio. Error handling is not implemented yet so be careful when compressing and expanding files.
Allows you to Drag an entire form by an object(picture,label, whatever) Drag and snap works in all versions or windows, 95,98,XP,2000,ME,NT. This also has built in optional screen snapping. Once you drag a form to the edge of your screen the form will snap to it.
This file logs messages, recieved email, status changes, name changes which show their old name and their new, everything! Very great logger for MSN Messenger, and you can change the color of things using the Database. Also, if you use this Logger in a program, The least you could do is mention my name in credits. If you are not a lamer who takes credit for others work, please mention my name as Xor. Thanks for taking interest in my code! :) Also, Give me any suggestions you have that I can add, or you can add yourself lemme know so I can try making it anyway. :)
EzGuestBook is a very simple guestbook written in PHP that contains guestbook record sorting, administration panel, IP Logging and many other functions. It is made for MySQL and PHP version 4.0 or later. This 1.1 version comes with modified administration panel without cookies :)
This application is design to sychonize volume of workstations over a network Using tcp/ip protocol. It has a Master Volume Controller (the server) which does it all, and Client Volume Control (the client) that process values from the master controller. It's very useful especially on gaming centers where loud volume are not controlled. Feel free to use it, but at your own risk. But if you use it please e-mail me for notification. Please VOTE for this one! Please!!!!
Module used to map network drives to next available drive letter and to disconnect network drives. Very Simple to use.
Add a shortcut to your desktop that automatically locks your Windows 2000/XP
2 Simple Progress Bar
Ok guys , don't laugh at me please! :) This is my first on .net , this codes shown how to read from file , put to array , draw some things by values which returns of array , and change the array's values.. Hope you like it(note:sorry for my english if made any mistake :))
Hello to all PSC users. I have updated My submission now it can Convert a number to a string words up to 999 billion in American format And also up to 99 Crore in Indian Format. Thanks for sending Me your comments And Suggestions to Me. You can use it where ever you like. You have all the right for updating this or uploading it to any other server other than PSC. A mention of My name in the code which you use or update or upload will be greatly appreciated. This code is free for all. I don’t request you to vote for Me. Please don’t vote for any one without knowing about the code. If you Like this code then vote for Me. With Love And Prayer John Manavalan Web Site: www.Manavalan.com Email: johnmanavalan@hotmail.com Call Me : +91 9447002517 ( Send Me TXT Msg )
THIS TUTORIAL WILL TEACH YOU HOW TO MAKE A HELP FILE LIKE WINDOWS HELP IT ALSO TEACH YOU HOW TO USE IT WITH YOUR PROGRAM. THIS CAN MAKE YOUR APPLICATION LOOK MORE PROFFESIONAL. i have trouble in uploading the project file bcoz it is too large so i decided to make a html file of it and i uploaded it in my website
INTRODUCTION TO DHTML FOR BEGINERS
this is a circular progress bar.. even though it is not a bar. you can input a percent, and it will make the "progress" accordingly. it is heavily annotated. it uses the api calls textout, extfloodfill, ellipse, and pie. perhaps the next update will include the ability to have max and min values.
This is a module that contains functions to display your app in the system tray. You can set the icon, the tooltip and what appears on the the menu. All put together into a simple example app.
This program is an example on how to handle flexgrid objects to show multiple tables. This saves a lot of space since you can expand the tables you want to see while keeping hidden the others. The interface looks very similar to Win XP.
It is very efficient code that loads an XML Document into a TreeView recursively.Also it has the ability to validate the XML document according to DTD specified in XML Document.
This is a module that contain functions to easily read\write Byte, Integer and Long datatypes (which is the three most common datatypes you would need in a basic trainer) to a process' memory and you are free to use the module in your own programs\trainers or just use it for educational purpose if you like. In the same project file as the module, there is a little memory manipulation program I wrote that shows how to use each of the read\write functions, and to make the test-suite complete, I wrote a small program you can test the functions on by manipulating Byte, Integer and Long variables. You can find the memory offsets for each variable in a text file named Offsets.txt, though the program was also designed so you can try to find the offsets by using a memory search tool such as GameHack or TSearch. The whole project is widely commented and I suggest you read through it for a better understanding of what's going on.
This application uses the SetWindowsHookEx function to retrieve all keyboard events. You can configurate the keys you want to receive by event callback function. Uses no timer + GetAsyncKeyState to fetch pressed keys. The user control sends the Chr-compatible byte code for the pressed character (if any), the name for the key/special key (if known), the application the key was typed in and a flag, indicating whether the application the user was typing in was changed. You may use this code as keylogger or modify it to prevent users from using windows default key combinations like Ctrl + tab etc. Plz vote if you like my code. My first submission on psc ;)
This Function gets the current winamp song. I got tired of people iming me asking for this and me redoing it each time.