Results for "Volume: 2002C"
Windows Management Instrumentation. No one seems to know what it is. Well let me introduce it to you. Wmi is MicroSoft's version of Wbem. Basically its legit remote management / administration but can be used on a local computer. Its built into 2k but is a update for 9x/nt4. The Wql is supposed to be like Sql. This example includes initilizing wmi, logging into wmi, showing info through wmi on BaseBoard, Bios, Bus, CacheMem, CdDrv, CompSys, DeskMonitor, Fan, FDD, Keyb, LogicalDsk, ParallelPort, PhysMem, Processor, Registry, SoundDevice, Threads, VideoConfig, VideoController, VoltageProbe.
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
Create a Windows 98-Style dialog box header. Ever wanted to recreate that cool gradient bar that starts at one color and ends up another-without images? Now You Can! Easily Modifed to include icons or any type of images. BONUS: The "CreateColorTable()" function used in the script creates a 216 color table without using images! This script is totally independant of any other files or images, simply cut, paste and modifiy at your own will.
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.
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.