Results for "Volume: 2002ASP"
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!
Basically it is a tic tac toe game but the purpose is to show the graphical possibilities in your programs using the standard vb controls and windows API.Shaped forms(rounded ,elliptic etc) , fancy buttons etc
This truely is the biggest AOL bas there is. It works with ALL (yes AOL 7 too) versions of AOL. I have spent 2 years making this bas completely bug free. This bas has lots subs and functions. All bug free. This is everything and then some that I used to make BLiZzaRD Server, Comtech Spammer, Smoke Fader, and the newest AOL server out RiZe II Perfection. Also if you e-mail me or IM me I will answer any questions you have.
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
Multi-Column Combobox - Easy control just pass ado recordset to control and control will do the rest. Now with number of rows to display as property. Feedback/Suggestions/Votes will be highly appreciated
A handy module used for sorting a ListView Column (in report view). The column can be sorted alphanumerically, numerically or by date (ascending and descending)
This is a slight variation from the "Raindrop Desktop" program that i submitted the other day.It creates a pattern on your desktop. Update! Solved a timer issue with Win9x machines
Hi folks! this is one code that you will really enjoy if you are ia fix like I was a few days back when I wanted to call control panel functions and that too the appropriate one ... my lil niece (who has just strted VB) asked me if I can call the Display option of Control Panel and then when it opens it shows the ScreenSaver Tab .. well I did manage to call the Display Properties but never got the ScreenSaver tab to start as default .. I made this code for helping those who needs info about Displaying the indicated Windows settings dialog. Last but not the least this is first code I am dedicating to someone. I dedicate this code to my lovely lil niece Sanu as she was the first one to put me thinking about the stuff .... Please vote for me .. I badly need some votes .... Thank you ... Biswajyoti Das (askbiswa@hotmail.com)
Smooth and full animation using bitblt without the use of timers. Also demonstrates various other graphics-related APIs. IMHO one of the best, if not the best, slot machine on PSC ^^. (Fully Commented) Uses APIs such as Bitblt, LoadImageA, CreateCompatibleDC etc... (I had to resubmit because I included the wrong module in previous submission)
Have you ever wondered how to remotely fire a DTS Package in SQL Server 7 from a Visual Basic Application? Me too... So through rigorous research and aggrevation I figured out a very simple way to do this.
Flash a label and its caption between starting forecolour and colour of your choice.
Monitor your submissions on PSC. This code will let you know when someone votes for one of your programs. Demonstrates: 1. Using the listview 2. Parsing HTML using regular expressions 3. Writing ini file - includes easy to use ini.bat and more. If you like this code, PLEASE VOTE. Note: although it is cool to set the refresh very low, doing so puts unneeded stress on PSC. If you use this app often please set the refresh to the highest setting.
Creates an AVI Movie File from BMP,GIF or JPG files. It takes all the pictures from one Directory and make's an AVI Movie. (Updated version with more specific error handling)
Select your data source. Then you can create all the necesary items to make the initial 40% code (Project, MDI menu, browse forms, edit forms) from the selected tables. It normally reduces my developmnt time in a 50%. The next step depend on you. It will support file templates, to let you customize the editing forms. If you like this code, please vote for it. And, if I see a good rate, i will take a time to make this 3rd release. Of course, your feedbacks are welcome. I will wait for it.
NOT a beginners code I'm afraid. The game code itself is really intermediatary/beginner, but the graphics code uses a lot of api calls. The demo ai is fairly simple, but it's managed to get a top score so far of 240. My current best is a measly 170. Fully customisable, including play-area size, player starting and finishing speeds, ai speed (you can let it cheat). Oh yeah, please note that the ai enters it's own score unless you set it not to :) Any comments are welcome (so are any votes). Enjoy the code and feel free to use or distribute it.
This is a Must have for Every internet programmer. Secure Me + 4.1 Internet Port Sentry. Firewall type application with advanced options examples using custom parsing, loops, strings, COLLECTIONS, Arrays listboxxes and more See computer Hostnames and IP's as they try to connect to your computer. Get information about them and more. Secure me just keeps improving :) Vote for me for my effort pls :) Ive come along way since version 1
UPDATED - 12/07/01!!! This kind of goes against my article earlier this this week. In a new environment I was able to do two things. I was able to query a list of DTS Packages from my Server and then execute a chosen Package remotely. This can be easily modified to accept collections and remotely fire multiple Packages on a timer (which is what I'm using it for). If you downloaded the zip file earlier you may want to download it again since I've updated it and revised some of the references. NOTE: If you use a DSN connection it must be pointed at the MSDB database to get the list of DTS Packages, not the Database you are trying to run the DTS Packages Against.
Allows you to adress and write an MS Access report directly into an email message. (saves attaching pesky rtf files making it easier for the reader. The code attached is what we use on a weekly basis and can be used as a template with your tables/queries
This application will allow businesses to track employee contacts. This is a simple application that could be modified to a company's needs.
This is a simple clone of the game Arcanoid (Breakout). It got five different levels and three difficult levels. It also got a high score list and various options (diff levels, and colours on the objects) that are saved from run time to run time and a very simple level editor. Feel free to use the code however you like. And please give me feedback on what you think of it.