Results for "Volume: 2_2002-2004"
This is a ASP File Manager just like used by hosting companies eg: geocities.com etc. This ASP Manager has everything like : user authentication, creating directories, browsing, deleting files and folders, copy, rename etc. Please vote!
I finally managed to program a real neat chat: - Communitysystem. You can register an account and access it with your password. You can retrieve information like name, country and age from a member if he has given the permission. - Filtering. Prevents somebody running scripts or cussing around. - Ignore modus. If you are fed up with sb. - Uses database to store information. - Prevents one user spamming the chatroom. - Its possible to change your color. - Kick user. No explanation needed ;) - Its possible to whisper to someone. - Several other console commands. They are all listed in the help file. This is freeware but I'm asking you to vote for me and to tell me on which page you are using my chat. Dont forget: Vote for me ;)
I am submitting my decompile protect forms on planet source because I have seen some poorly coded submissions by other users in an attempt to code a true decompile protector that actually works well look no further my decompile protector protects your executable 3 ways first way by protecting the exe header second by hiding the forms and encrypting them and third removing certain strings that make DoDi's decompiler crash in an attempt to decompile your source... im looking to improve this in any way possible and am open for any feedback hope you all enjoy this source. -Hex
This is my first aplication in VC++ its a basic game. Uses GDI to paint graphics.
A quik and easy way to set up a page with a defined set of records. One function to return an array of records with a defined pagesize and page. It also sets a value to a given variable (byref) to return a pagecount, so you can easely create a navigation bar.
This form contains an example of how to do a simple Outlook-type split form. The splitter code is modifed from the http://www.vb-helper.com/HowTo/hsplit.zip code. I have updated to include icons and labels under each button. The project is now only compatible with VB6 as I am using a resource file to store the icons. I have found and fixed the problem with icons not disappearing when the form is resized and also implemented scrolling to allow users to see obscured icons.
Teaches you how to allow your users to build a dynamic sql statment for searching your database, paging (nice little auto paging function I wrote included), dynamic sorting, etc... Access 2000 sample database included.
This is a small data entry form in Windows XP style for the browser (IE). Addressess basic data base functionality such as INSERT, DELETE and UPDATE, as well navigation thru the record set.
Generates the code for opening a popup window depending on the parameters passed by the user. It also has featrues to test the generated code.
Chat-Gofrin is small chat with (room,add user,set permission,and with new interesting design). There is 2 version (with session or with cookies (this run in Explorer v6)) PLEASE VOTE
A client-server chat program: - Up to 6 clients on ervery server! - Automatic namededection! - Kick people from the server! - Automatic IPdectection! - Every client is able to see who is on the server!
Display a small CPU Meter next to your mouse cursor ...
This page will handle file uploads much faster than other ASP pages. Indeed, this is a 100% ASP solution, so no need to register any addition components. The mayor speed-gain is cause by the conversion from binary to ansi. Other codes use a loop and the Chr(AscB(MidB(...))), which is awfully slow. Doing that with a 1 MB file would result in doing a For T=1 To 1000000. When handling a file, the old code took 25 seconds to process the file. My code needed 2 seconds, need to say more?
Adding files to an archive using Winzip. but do not show winzip. Because it is running on the background. Users do not see winzip at all. Because i create a sort of Systemhook using API call. Were the power is
Validate Credit Cards.
This Example is the Class I use in all of my apps that I need access to the registry beyond VB's limited built in functions. It supports string, Long, and Byte Array Values. Makes it a snap to read, write, create, or delete any key or value in the registry.
To provide a useable client side calendar, to lessen server traffic. Updated(5/9/2002): Now supports a return value of a long date and 8 digit dates, add's leading zeros, and gets rid of the images. Now it is nice and clean. Updated(6/28/2002): Ok, couldn't stop there. let's you choose how you want the date returned. Updated(10/25/2002): Took care of some other small bugs, and the refreshing problem. Updated(10/31/2002): OK, fixed a whole host of minor things. This baby is ready to go. Updated(08/30/2003) Works with all locale settings by setting just two settings, so you can display in French, Spanish, etc. Updated(12/7/2003): OK, I completely redid the Locale issue. Now there is no need to make any of the (previously) required settings. It should now work in ALL locale's based on your user settings. I will probably add functionality so that you can over ride this in case you want to ONLY use a specific locale setting regardless of the users local regional settings, but I do not know how useful this is (maybe if you are inserting the values into a DB?
Here is an example of reading a Windows NT registry remotely. Play with it on your local machine, but if you have either a computername or IP address in which you have rights to, it will return the ProductID of the Windows NT system you've requested. ProductID is just an example of a static registry entry. Other HIVES/KEYS should work just fine.
By following the instructions included here, you can build a complete web site for your school! This thing took me 4+ months to make, and lots of caffeine, so I expect some good ratings. There is lots of good stuff, even if you don't want the whole site. Impersonation, file access, database interfacing, automated Frontpage web administration, etc... Lots more than any other submission I've ever seen. Here's what's included: A full-fledged, all features included calendar system with publishing/subscription options, lunch menu, and personal calendars for everyday use The ability for every user to have their own personal web site (with your permission, of course) The ability for every club, department, and sports team to have their own site with calendar of events Document storage on a per-user basis so users can access their files from any web connected PC Integrated file manager (compatible with Internet Explorer 5 and up and Netscape 6 and up, other maybe) Built-in administration tools System relies on NT domain security for highest possible degree of integration with existing network
This code has been uploades as an include file which you can add to your ASP Pages. The code will then show you SESSION VARIABLES,APPLICATION VARIABLES,COOKIES,QUERY STRINGS,FORM VALUES,REQUEST OBJECT which really helps you when developing web applications.