Results for "Volume: 2_2002-2004"
A pure ASP method to generate dynamic images, without any components and very fast indeed. This example prevents automatic form submission by robots. If your web site is being overwhelmed with spam, automatic registrations or automatic forum submissions etc. then this script can solve this problem by inserting pictures in your HTML form that only a human can recognize. Download to read full article...
Functions to Create folder, Delete Folder, Move Folder, Copy Folder, Check if File Exists, and folder size in bytes
Setting System wide Shell hook. Sample application search for all shell event and write them into log. When new window created, activated, destroyed, language locale change, task manager activated - you'll receive notification.
A generic DLL injector. Tell a user-defined process to inject a DLL of your choice via CreateRemoteThread(); Useful for reverse engineering and debugging to intercept API calls and etc. Also has good examples of using GetOpenFileName(), CreateToolhelp32Snapshot() and more. Exceptional error handling as well, just check it out =) Unfortunately it only works on Windows 2000/XP due to the lack of support for CreateRemoteThread(); Don't forget to rate!
To conduct online examinations
To make patching a target at runtime possible/more easy in VBA. Why? Because many people only have VBA at their disposal. Let's give power to VBA-coders! code your own patch-engine in VBA to make permanent patches. Updated: 28-06-2000. Help me by evaluating this dll or just use it! Ver 2.1.
This is just little game I made to help pass the time at work. PLEASE download this game and give me feedback. It's not finished but I would like to know which direction to go with it, better graphics, better gameplay, or should I just give up.
Ever wonder how to create your own custom list of parameters for one of your functions? You know, like the MsgBox options list with items like vbQuestion, vbExclamation, etc? This article shows you how. It is easier than you might think.
I decided to write a very basic webserver as a learning experience. It ended up being fairly easy and I thought I would paste the code incase anyone else is interested. This code is meant to be a first step only, it uses the http protocol only for the GET command and then sends the requested html or image back to the web browser. It is not set up to transfer data files, handle forms or anything complex. Remember, this is merely meant to act as a starting place for anyone interested. If you do decide to go further into webserver development, I recommend you research the http protocol and look to more complex projects (such as opensource webservers). This makes a great learning tool (at least the way I like to learn). It is one file approx 200 lines of code - half of which are comments. No searching through complex classes or functions is required. I hope it helps anyone interested, for those who have more experience - feel free to share it! EDIT: I zipped up main.cpp and uploaded it - because the format of the code looked horrid when it was cut and pasted.
This code is an update to the Icon to Text converter submitted by Ben Jones. I have posted this with his permission. Please visit his website at: http://www.codearchive.com/~dreamvb If you like it, please vote. Anyway, This update adds the following abilities: Ability to convert any image insertable into a picturebox. I.E. JPG, GIF, BMP, WMF, ICO. Large picture support. Will support text files with widths up to 22 inches without word wrapping, larger with word wrapping. Character support for up to 223 colors Full-color text display using richtextbox control. (Now saves to rtf, but you can comment out that option) Color legend to show mappings (Uses dynamic control loading) Requires RichTextbox control for rtf previewing, Windows common controls 6.0 for progressbar. Produces RTF text picture with color legend. My girlfriend uses this for cross-stitch patterns. However, Color is limited to 223 colors(character set 33-255) However, I've had great success in converting jpgs to 256 color bitmaps prior to converting to text. Basically, I have changed Ben's conversion logic to an array of colors with indexes equal to ascii character codes.
Splits a string into an array. If you send a " " it will split all the words into each array position.
This is a multi connection chat using winsock. It supports multi-user, coloured chat windows, private messages, and will even display all the tasks running on another clients PC (but you'll have to look in the code for the command =). Each client displays the entry and exit of other clients, as well as maintaining a listbox of current users. Also included is a mIRC like entry box where you can use the up and down arrows to access recent commands. Please leave any suggestions. This is my first post here and a work in progress. Any suggestions will be appreciated.
If you have never heard of, or used the Python Scripting Language you may want to now. This example shows how to call Python Scripts from Visual Basic using COM. This is a simple example but will get you started. Python is a cross platform scripting language with an easy to use syntax (similar to VB). Its completely object oriented and used by some very powerful companies. ie NASA, Google, Infoseek, etc. To get this example running please read the instructions.txt fine included in the zip.
This project is a Advanced Text Editor Application. It is one step more than just ordinary Text Editor. It is Multiple Documented Text Editor. I mean you can view or edit one or more Text files at a time. Imagine a head ache of viewing two text files at a time in two different Text Editors or Notepad. But here you can open and view or edit two or more text files at a single time. You can even take a print out. Here you can do what ever you want to with the text files. Guys and Gals don't forget to vote.
Quita los caracteres "*" PASSWORD, funciona en varias aplicaciones w95/nt , algunas en las cuales el control cambia el "Class Name" Hay programas que hacen practicamente lo mismo, este codigo sin embargo permite seguir escribiendo sin los caracteres PASSWORD almenos hasta que cierren la aplicaciòn
Yawn I hear you say, Not another Flag waver that distorts a picture in a sine wave pattern.... But wait! How would you like code that does that, which is Fast (under 1 Millisecond!!!), Small (7 Lines!!!) and robust (loads of options), Well you've come to the right place come and check it out. I'm sure you'll be impressed. P.S. Don't forget to vote :)
This is an explosion engine of SPACESCR. You can see an explosion in the screen. It's colorful and random, at all.
This project manages crews working on cruise ships around the world of a company (such as: StarCruises Co., my current company). Functions: Bio data, Contract, Work Incident, Gaming Knowledge (for casino), Merit, Demerit, Attendance, Appraisal... I still have some modules to finish all, i'll post them again. Take a look at "http://www.tutweb.tk".
Simple way to tell if a user is connected to the internet
Class for adding tooltips for any control with hwnd property. You can chose back and fore color for tooltips, style (standard or ballon), center it. Allow to add tooltips to every item in controls with items (listbox, listview, treeview). You can set delay and visible time of tooltip and its maximum width.