Results for "Category: Miscellaneous"
This will change your text in MSN just like you were typeing into an elite talker. Its easy to understand and is documented. Please vote and Leave your Comments!!. I will release another version with more features some time in the next coupple of weeks.
This Application displays the use of the built in Reporting functionality of Visual Basic. It Displays how to create a Bound and Unbound Reports
This is a Class C IP Subnet Calculator. I made it to help me remember how to subnet. I'm working on doing Class B and A addresses. I can't seem to remember if it's the first or the last ip that is the network number but I'll fix that once I figure it out. Comments are appreciated.
This is an update to my previous code submission. This one will calculate Class A, B and C addresses. I would like to thank flipmode for informing me that it is the last ip and not the first that is the network number. It takes a while to calculate Class A addresses since they are so large. So if you are calculating a Class A and it stops responding just let it go for a while and it will probably catch up. I also ran out of memory trying to calculate a Class A address so you might want to watch out there to. I appreciate comments so I can improve my work. Thank's
This will create a function that you can. That function will delete your file safely, but first its contents will be overwriten by DOTS(.) Give it a try(I checked this with EasyRecovery Professional Edition: I couldn't recover my testfile :-) ---- Soon I'll release my StuffX1 program containing a huge collection of my homemade handy subs and functions :-)
simple code edits registry adds a value to the run key in windows registry. it uses a module previously posted on PCS i have included it will the code but it displays the authers name with it.
vbPortScan is a simple port scanning utility for footprinting the security of your system. You can choose a range of ports to scan, a local or remote ip address, and the software will return a list of open or closed ports. Also configurable is the timeout (wait) parameter. This application also shows the use of the GetTickCount API call to demonstrate high resolution timers in Windows. UPDATED: now vbPortScan will do a "banner grab" and return any information about an open port.
This code, will add elements to a control array element at runtime. This is very easy to do, as a control array is actually a collection and gives us a count.
This is my update to 'A Pak File Creator'. The code is fixed but still may have file size limits. I haven't checked anything above 1.2 megs. This code could definitely be worked on to be made better. I hope someone out there will post a better way to do this. Please rate this code and leave me some comments or drop me an email. Hopefully this code can be used as an external resource file once we can get the access speed pumped up. Enjoy it folks!
System, Hardware, Administrator? In order to make this program good, i need you, friends online! I see this project big, but I need your help.. mail me some nice things and i give you the end_result..... 95'98'NT works fine - pleace help me with 2000 The end_goal of this project is to run the program when users logon to a lan_network and write up_to_date information into a database! [email protected]
This vb project demonstrates full use of the TreeView control which is quite hard to learn how to use on your own.
Have a little message show up when the mouse idles over a button.
This little coding lets the user see how many fonts they have and what they can do with it..this is kind of old..but i was bored.
Use this code to drag and drop any control anywhere on a form or another control.
This coding will let you ENABLE and DISABLE the Ctrl + Alt + Del Method and also the Alt + Tab Method. Have Fun. Please Vote for Me.
Use this code to drag and drop (almost) any control anywhere on a form.
do things to the mouse pointer. Set where you want it, lock it in one place etc.
Make a program that has all your programs in it.
Shows how to bounce an image around on a form. The image can move in all directions.
This Shows you How to Manipulate Message Boxes Using some Simple API. You can change the font size, add a strike-through, underline, bold or italic to the text of the Msgbox. You can Also Position MessageBoxs other than having them appear in the center. Also you can create self closing messageboxes that close after a period of time you specify in microseconds. Enjoy.