Results for "Category: Miscellaneous"
After searching for this without results for about a year, I put all little bits of code I have found together and created these two Class Modules. One Class Module handles the enumeration of the Domains / Workgroups in your LAN, the other handles the enumeration of the Computers available in a specific domain. Included is a small demonstration program (as shown in the screenshot). Because of the Class Modules, you can easily add this functionality to any other program. This has only been tested on Win98 SE (so it does work on Win98, not like most other examples I have found, they only worked on WinNT). If anyone has problems with the enumeration on certain systems, please let me know so I can work it out. As usual, please leave comments, and vote if you like.
This is to make your program start up when you reboot your computer just like other programs you see do. **Must See** Please Vote for me!
A VB Start Menu that actually looks a little like the the windows one (check screen shot) I downloaded Itay Sagui 's code the other day and i thought it needed some updating (no offence Itay) i kept some of his code in there but its now more like a task bar with my own 'Run' form in as well, it's fully commented nearly everything is explained. Please check it out, Leave comments & Vote. (no laughing at my PSC logo hehe)
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.
Load a files contents into an combo box then sort the unsplit lines of text in the combo box then Split the lines and add to proper place... Great for things used to keep track of names with info about the name... Check out this example!
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 code validates an email. I was searching this site for a good email validation... but I found nothing interesting. So I did this... it also validates the domain part... with .com, .net... etc... all countries... and even the newest .ws, .museum, .biz... etc... well... have fun!
Voice Mail, answering machine using Microsoft Telephony which installed as a part of the MS Speech SDK. This submission has the xtell.dll i left out before.
Make a progressbar in VB without any OCX or DLL's
This vb project demonstrates full use of the TreeView control which is quite hard to learn how to use on your own.
make a DLL in Visual basic... works just like an active X control
View pictures dropped to the program (remember, dropped only!) (give comments please!)
Use this code to drag and drop (almost) any control anywhere on a form.
What this program does is how people how to save setting without using a .ini file
This code is an adapt form MSDN. It will sort numeric - or on dates - any column with the apropriate tag (be aware that the column values must be all numeric or dates - according with the tag of the column ) It uses only one module - and on the form with the listview 1 line of code ! IF
do things to the mouse pointer. Set where you want it, lock it in one place etc.
IT'S AN ANT SIMULATOR!!!!! Well, sorta. Anyway, it's great to watch and can teach you about things like: BITBLT!!! PICTURE BOXES!!! LOOPING!!! It doesn't have anything much to do with ants but it is good fun to watch and a great way to waste time
This program will protect folders from being opened without a password. The only problem with this is that it won't werk if the folder has been renamed! If you know the code to protect a folder from being renamed then please Im me(xMEminemMx) or e-mail me(DMXXMD44@fcmail.com). I really didn't want to post this up here because instead of people voting or commenting on it they will jus d/l and steal the code and change some stuff and say they made it, I spent a lot of time debugging and fixing this to werk so please if you like the code then vote for it and use it for what ever you like, also please send in comments.
Shows how to bounce an image around on a form. The image can move in all directions.
Create a 3 of 9 bar code without using a TTF, DLL or OCX.