Advertisement

Results for "Category: Miscellaneous"

2002ASP #5602
Base Address Locator for DLL Modules and its API Functions

Dynamic Link Library are located on certain space within your windows system; locating where they are always included on advanced programmers tasklist; This includes the Virtual Space of every exported API-Functions. Now, you might ask me whats the use of it, well in C++ and Win32 Assembly, we are able to call the API-Functions directly without *Importing* it to the Executable, making our code Smaller and Faster (Direct Calling) In which I am trying to achieve here using Visual Basic; If somehow you know how to directly Call/Access API-Functions using Memory Address, please drop me an email; thanks.

2002ASP #5655
A+ code: send silent e-mails using mapi easily!

This code will teach the beginner how to send anonymous and silent e-mails from within their VB apps. Great for silently mailing back a keylogging file! This is meant for the absolute beginner so don't bother pointng out that it is simple. If you use it there is no need to give me credit but please vote or say you like it!

2002ASP #5666
Ultimate WinAPI Class

The Advanced WinAPI class is an indispensable tool for any programmer. This class has a large no. of functions useful in everyday programming. For example, this Class has functions to Find Files in folders, all the operations with Registry, Disk Space and Volume information, Play Audio CD's-Movies-AVI's, Extract Icons from EXE Files, Change the ToolBar Style like Internet Explorer, Enable Hotkeys for your Apps, Hide or show a Window, Make a window Transparent, Set the Desktop Wallpaper, Show or Set the Computer Name, Show Recycle Bin, Detect Sound Card, Set system Work Area, Show or Hide the Mouse, Change or Retrieve the Mouse Position, Enable Menu Bitmaps, Have your program's own Icon in tray which act as a quick access to your program, Open a website, Start the screensaver , Enable Autorun for a range of drives of your choice, Clear the Document List in Start menu or add an Item to it, Show or Hide the Windows TaskBar, Delay your program for a specified no. of seconds or minutes, Disable or Enable Ctrl-Alt-Delete, Shutdown, Restart or Log Off Windows and much, much more!!. I can guarantee that this class will be very useful to you whatever is your experience level. More API's will be included as soon as osible. Enjoy VB Programming!!!. If you like the code, please Vote for me.

2002ASP #5685
Broadcast Over MSN

This code will Send a message to all open MSN Conversation Windows. Please comment and vote!

2002ASP #5686
MSN API (Huge Example)

This is an Example of MSN It is still buggy, messy and incomplete but I will Release updates until I have fully maped the MSN API! :D Please Vote and Leave Comments!!

2002ASP #5687
Create Controls at Runtime and Capture Events

This code will show you how to easily Create Controls at runtime and Capture there events 'With-out' useing API :). This code will show you how to add a command button and display a message box when its clicked. Please Vote and Post Comments!!

2002ASP #5688
MSN Status Viewer (Second Release)

MSN Status Viewer (Second Release) After releaseing the first one I realised it looked rather lame so I decided to add a skin to it and it looks cool!. anyways i fixed up some bugs from the old one and have added some more features and left some ideas (eg. Trojan) for any of those who want to use it. PLEASE COMMENT!!! i dont care about votes just feed back so please leave a comment.

2002ASP #5689
Elite Talker For MSN

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.

2002ASP #5690
MSN Selected Online/Offline Bomber

For all you people wanting to pi§§ someone off. Useing the awsome code by Lesesne (Hope you dont mind), I changed it to an Online/Offline bomber That can be made to bomb only one or more people. This uses The MessangerApi and will only work with the new version of MSN. Its fully Documented and if you have any Questions mail me and Ill see what I can do. Please Vote and post Comments!!

2002ASP #5691
Skinable Form (2nd Release)

This is an Update of my Skinable form. This version allows you to load/Save the location of everything on the form form a textfile, it even hold values to textboxes, captions, checkboxes, option Buttons. It also Comes With 10 More skins to choose from. Please Post Comments and Vote if you think its needed!!

2002ASP #5692
Skinable Form!!!

This allows you to change the look of your form easily without haveing to be prescise with the pictures. this loads up the individual pictures and puts them together to display and awsome cover for your form. {See ScreenShot} Please Leave Comments and Vote if you like my code.

2002ASP #5693
The Best MSN Name Changer Released!!! (I think...)

This is The Best MSN Name Maker Ever!!! No not really, I cant back that up. But its still pretty good. Easy to use GUI with Elite {see Screen Shot). The elite talker is NOT my code and I cant remeber the author. So Many thanx to the dude who submitted that. Please as always LEAVE A COMMENT!!! and it will be most appreciated. :o)

2002ASP #5697
Scroll / Scrolling Form

Scrolls all the controls in 4 directions

2002ASP #5702
Ping/Ip Scan/Port Scan/Who Is

I wanted to learn winsock control so created a compilation of various functions into one. Provides ping, ip scan with user name listing, port scan, list of ports, cpu info, and who is look up. I use only one winsock control for all of the functions instead of preloading with maxsockets. I prefer to use/close as I go to prevent bugs but there always other methods of doing this. I noted for easier understanding. Code is also broken down into functional units, each module is broken down for particular use so porting them to other apps should be an easy thing. Hope you enjoy!

2002ASP #5703
Highlight Entire Textbox

Highlight textbox/combobox and its entire contents. Simple but cosmetically useful.

2002ASP #5719
Take Screenshot From VB

This will take a screenshot of the screen from inside VB. It is not mainly for taking screenshots of apps (Alt + PrintScreen or just PrintScreen). This is mainly for stuff like spying, etc. So this will have the same effect as the PrintScreen key. You will be responsible for protecting the clipboard info. Please erase the clipboard before you run this function as then it will take the previous data in the clipboard first, and then work the second time. I tried putting Clipboard.Clear into the sub but then it will not work at all.

2002ASP #5726
Mouse Cursor Positioning

Positions the Mousecursor over a control. Similar to other routine(s) which move the cursor to the control with the Focus. However, this method is much simpler and is resolution independent, so it doesn't need tweaking at different resolutions.

2002ASP #5731
Having fun with Drag n Drop

This code demostrates several things you can do with Drag and Drop.

2002ASP #5739
Fast Port Scanner with Info about Port (updated 12-17-01)

Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated

2002ASP #5751
An Analog clock

Simple, but not so bad analog clock, code fully commented and understandable...

Languages
Top Categories
Global Discovery