Advertisement

Results for "Category: Miscellaneous"

ASP_Volume3 #55779
Load and unload Assemblies

Ok what this example does is load a DLL that has a form called Form1 (yea I know that isn't creative) and show it to the user. Then you can unload the DLL and it unlocks the DLL. You see when using the createinstance of an assembly it will load that instance into the current appdomain. Once it's loaded and created it then locks the assembly (the dll or exe). You have to completly quite the application in order to delete the DLL. This project allows you to load an assembly and use a class then unload it without ending the entire application. I needed this in order for my dynamicly compiled forms to work, you see if I compiled at runtime a form and viewed it it would lock the DLL, then when I recompiled it I would get a lock error. Even though I closed the form I pulled from the DLL. So this method allows me to view then unload then recomile then view to my hearts desire. Hope this is useful to others. Please Vote I looked everywhere for an answer to this problem and they where slim to none, not one example in VB.net and the ones in C# where really bad most of the time.

ASP_Volume3 #55782
Custom Progress

Cool looking status/progress bar, slightly modified from user control found on PSC. I only modified code, I take no credit.

ASP_Volume3 #55806
Animated Cursor for Beginners

This is just a simple way on how you can manipulate icons to simulate animated cursors in VB. This is just for beginners and I hope this will help. Coming up! The ultimate winsock tutorial for newbies

ASP_Volume3 #55818
Printers List

Get a list of all the printers available on your computer (Locally and networked)

ASP_Volume3 #55820
Use parallel port to control electronics projects

If you hook up 8 LED lights to the parallel port, you can use this program to make them dance in cool patterns, or you can output a number to the port, and the lights will light up that number in binary. Requires basic electronics skills to hook up, but you basically connect 8 leds to pins 2 through 9 on the port, and ground them to pin 25. If you don't know how to do that, then just read the code to find out how to use the port. This will NOT work on NT, 2000, or XP without some workarounds since those operating systems don't allow direct access to the port. In order to use this code in Windows NT, 2000, or XP, which does not normally let you directly access the computer's ports, please visit the following link to download PortTalk. There is an explanation there on why it is needed and what it does. The downloaded file will contain a readme.txt file which contains instructions on how to use it. The link: http://www.beyondlogic.org/porttalk/porttalk.htm

ASP_Volume3 #55831
xml Guestbook

This is an exmaple of how to use xml as a guest book. Simple node creation and data insertion, then taking the nodes and outputing them to your guests. I've also added paging to only view 10 at a time. Its heavily commented and i try to give as much explanation as humanly possible. Please give comments, criticisms and quetions. I'm relatively new and need it.

ASP_Volume3 #55861
Jinx Shell Alpha 2 Support Dos Internet!

This is the newest version of Jinx Alpha 2. There are many bugs in this program and some thing seem to be able to do things they can such as clicking oK on message boxes. I am still working on alot this be patient my friends. This version includes many new things such as the big thing the INTERNET. I made a very weak version on a text browser, Ir has about 6 apps so far and some built in. This version supposrts differant color schemes. PID viewer that i made borrowed from UNIX machines. I have a ruff part to drag and drop working. ATTENTION: TO MAKE THE INTERNET WORK JHP program must be running which is the parser. Keep pressing enter until the idle box comes up then you can run the icons at the bottom. Well like i said this is still a ruff version, so please give me some slack im woring real hard to get this to work half decent its DOS guys. :) Please VOTE OR COMMENT. Want your next program to show up in Jinx IM me: Yahoo AIM nit3shift Email [email protected] Click Here to get Jinx Alpha 2

ASP_Volume3 #55875
Computer System Properties Hack (Very Cool!!)

Well basically when you right click on your computer and goto to properties, you will find a picture and a blank space or the people that made its logo. Well, this way will change it and the support info.

ASP_Volume3 #55878
True Type (ttf) reader 1.0

This clas (sample included) read True Type Fonts (ttf) you get many informations over the font. Names, Descriptions, Dates... If you want that i made a next version please give feedback.

ASP_Volume3 #55951
Mac adress hacker

This document here will teach you how you can change your net adapter mac adress !

ASP_Volume3 #55986
A++ Change IE 5 Backround

Changes the backround of the Internet explorer window to any image you choose.

ASP_Volume3 #55995
Refresh Desktop

Refresh / Redraw / Repaint the users desktop. Used when you have changed something on the desktop and you want the user to see it :) - Comments and Rates will be appreciated.

ASP_Volume3 #56012
Nitepad2002

Nitepad2002 is a advanced word processor with many features

ASP_Volume3 #56023
Current Date & Time

This script will get the system format date/time and display the results in an easy to read format. All elements of the date/time have been broken out into individual customizable pieces so it's very easy to adapt to your needs. Unlike my usual code, this has been highly commented!

ASP_Volume3 #56025
Text boxes 101

The purpose of this example is to show beginners some different ways to use text boxes. Some of the things include password masking using any character, limiting input to numbers only, locking and unlocking the box at runtime, dragging and dropping data between boxes and using drag and drop on the box itself to place it anywhere on the form. I've used PSC for several years now and decided to make some very basic examples for beginners. I also realize that all of this stuff is probably floating around here already, but I want to give my 2 cents worth. Examples for other controls will be added when I get the chance. I plan on covering them all, one at a time and try to be thorough for each. Happy coding.

ASP_Volume3 #56031
Serial Number of HDD

This code gets current HDD's serial number.It is useful for program protection.Click to Get Serial and see the number.

ASP_Volume3 #56045
Process & CPU monitor ::

An app to monitor CPU use and process runnings.

ASP_Volume3 #56062
Get Domain Name

Ever wanted to get the Domain of the currently logged on user? This code works on Windows NT and further.

ASP_Volume3 #56073
CUSS Word Filter OCX Plus Source

Word Filter OCX + Source..I made this for a chat program to watch and replace cuss words for ppl who choose to block them..Its Pretty EZ to understand. Dont forget to vote!!!

ASP_Volume3 #56102
An Idle Check

Idle Check tests your system whether it is in an idle state. Once the system is idle for a specified amount of time it performs a certain function. After it stops being idle a further further procedure is called. (Perfect for screensavers). This is done through checking any mouse cursor movements and any key presses.

Languages
Top Categories
Global Discovery