Results for "Author: eric wolcott"
Explains to you what a property bag does, can be used for, how to use it and has examples included. Great for creating an archive, you own DLL files, customizing compiled EXE files and much more.
This script explains how to send multiple strings through winsock in only 1 packet. Very usefull with multichat and faster than sending strings one at a time.
This loads a nice skin over top of you running windows. I have taken a look at many simular programs, looked to see what had been done wrong, and ade it right on my program. This is very appealing to the eye. EVERYING WORKS! No external OCX or DLL files! Everything is included in the 1 source file! Includes Fade In/Out on forms, Transparency, Working taskbar, Bandwidth monitor, memory Monitor, MS AGENT helper, customizeable shortcuts, and so much more. Thyis is my test version. I only have windows XP so i was unable to test it on other platforms. It should work thought. I am open to any suggestions. This source is easily customizeable so feel free to creat your own. UPDATE: I got all the file uploaded in this zip file... I foyu want the MSAgent (animated helper) to work you will need to download this file: http://ocasd.usachoice.net/james.zip Extract the file to the projects directory (app.path for those who fidn that easier to understand) and it should work fine. If oyu do not when the project starts up you will receive and error on form3. To aviod this error without downloading the file from ftp://ocasd.usachoice.net/james.zip , just simply open up form 1, and remove the "load form3" command from the timer.
This displays detailed information about your bndwidth connection along with a nice scrolling bar graph. very easy to use. No OCX or DLL's needed.
This contains new and updated controls that mirror the actions and looks of the Macintosh system. THe menus are much better. Updated rollover effects. Also added a custom Scrollbar. NO NEED TO EDIT ANY "UserControls"! I added many RaiseEvent commands to these controls to make them easier to use. All controls are now more stable also. This comes with a demo of each control so you can see how to use them. Please tell me what you think.
This is a very easy to use control. Example Code: 'Text2.Text = Text2.Text & DOS1.ExecuteCommand(Text1.Text)'. Thats all you have to do. You execute the command and it captures the result. Tell me how you like or what i need to do to make it better.
This program is basicly a server that sits on a remote machine. By simply typing the IP address into the internet explorer address bar. it will require you to login with a username ane password. This update containes streaming processes. I also added a connection monitor. Along with other updates the login page is now more secure............................................................................................REMEMBER!!!!!!!! you must change your security options to allow you to use active x components. i have some oages use the activex winsock component...............
This is a replica of the RemotelyAnywhere program. This is unfinished.... i put a lot of functions into this project. The filemanager and the command prompt work. The this program is started on a computer you can connect to it through Internet Explorer simply by typing in the IP address to that machine.... After doing so a loging screen will be displayed.... this in return will allow you to browse that computer. There is a great layout included in this along with Javascript and vb script..... please tell me what you think and feel free to add more onto this project....
This program sets one of its winsocks as a proxy and from this you are able to interecpt and alter the data being transfered from IE to the remote host. If you take a look at the screen shot you can see what i was able to do to Yahoo.com with i simple line of code. Please tell me what you think and/or how i can make this better. And i also took it upon myself to make this into an easy control to make building a "Net Nanny" program much easier.
This is a fully functional FTP client. You can rename files and folders, set filters, enumerate files and directories, and delete files and directories. Easy to use and understand.
This is a control i wrote that contains all functions for a good archive and compression program. I did not create am example program yet but i did include a a fw test functions that will show you how it creats an arhive from a folder and subfolers and how to extract all files form that archive as well as a single file. Each function included the option for compression/decompression. I am currently working on a program that will demonstraight how to use each function to their best ability. i figures i would post the control so you people can play around with it.
This control does not need any user input. All the user has to do is drag and drop it onto a form and your done. This control does NOT contain any graphics at all, all pictures are drawn from lines and PSET. Many lines of code but all very easy to understand. This control allows you to resize, minumize, maximize/restore, and close the form. It also reads the forms icon and caption and displays it. Also the HotPink areas do become transparent to make this form a little more appealing. I plan on addins some animation and better buttons to this project. please help me make this better.
This code shows you how to disable CTRL ALT DEL with 1 line of code. Its really easy and i figured someone might find this usefull.
Updated version!!! Process gateway is basically a firewall for processes. It allows you to choose which processes you want to allow to run on your computer. When a new processes is detected, it prompts you to allow or block it. If no option is chosen in 10 seconds it blocks automatically, but that can be disabled. You have the option to password protect all aspects of the program and there are vaious stealth modes. These include hiding itself from taskbar systray, and making itself hidden and only accesable with a Hotkey. It also has the ability to mask itself in CTRL+ALT+DEL (Task Manager). It does this by reading Task Manager memory and editing it. It finds its name and can change it to any other process name, Such as explorer, and in turn change explorer to something else. So if you try ending the process appearing to be Process Gateway, it actually closes another process. Effectivly hiding itself. Any comments for improvements are welcome. Comment away. Thanks Note. There may still be bugs. Im also still planning on adding on to it if im presented with some good ideas.
This is a control used to display that your program is doing something, such as checking the internet for updates or checking for previously installed applications. Sort of a "please wait while" control. Basicly fully customizeable. Many options. Rate it if you like it.
This is a little firewall i decided to build. i tried my best to repllicate its gui after the new NIS 2005.
Advanced Firewall application which blocks all TCP process based on rules you specify such as Remote Port, Process Name, Remote IP, and Local Port. Logs all activity and gives option to save log files. You can also save your settings and import/export them. You can block All processes by default and allow them based on a set of rules or block only based on those rules. You can password protect the firewall and its functions with 3 different security levels. There is also detailed or simple alerts to notify you when a process is found...plus many more functions. If I get some good responses Ill continue with this project. If you notice any bugs or things you`d like to see let me know.
This code enumerates all running process and determines which processes are services, system, and user-run processes. You can pull just about any infomation you want from a process. The program cna also enumerate processes on ports (Using the internet) and can monitor for any you specify and close the connection. There is also a firewall Which is XP only. It does NOT use the built in windows firewall. It can block programs base on Process Name/Remote IP/Remote Port/Local Port. It can also block program by default and only allowed ones you specify on the previous conditions.
This is a basic layout for a shell that looks like Linux RedHat. Comes with a few custom controls for easy customization. Has a 'startmenu', 'taskbar' as well has desktop icons. i was really bored and this is what i came up with. i didnt mean for this to have any use, just did it for fun.
I wrote this to use along with my RedHat shell. It isnt quite done yet. Ive basicly subclassed everything with OnMouseOver and OnMouseLeave abilities. The form will resize without a Timer, API only. Doesnt seem to respond well with slower machine when resizing. Tell me what you think. This program has no purpose, just basicly EyeCandy.