Results for "Volume: 6_2008-2009"
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 ([email protected])
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)
Make cool typewriter text effects with this easy to use engine! Just input what you want to display and ziip! It types it out for you! This is sooo easy to use that all you need is a form and a timer and something to display the text on. This can serve a lotta purposes like RPG games or chat programs. Please vote and leave comments! Thanks!
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)
An easy to use class that will tell you how long your application has been running in hours, minutes, and days. The class will return both a descriptive string telling you the elapsed time, and individual integers for hours, minutes and days.
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.
How to load DAO objects on runtime, open database and select the DAO version from installed ones! Big news for VB5.0 & 6.0 DAO/JET Access97 database application makers: Capacity to select the DAO/JET engine version on runtime! This is my new invention how to load a "installed" version of DAO in runtime. Also this shows how to use DAO as runtime created object! Tested this in VB5.0 And VB 6.0 The coal why to develop this is solve a potential DAO 3.5X App break when a new install of Office 2000/2002 removes the registry entries of older DAO's. This is the number one end user tech support issue in DAO 3.5x referenced applications, even if they are carefully made! The problem might rise again more when people are installing Office 2002 after your app was there. There are two demos how to use this when the System.mdw file is in effect and second sample for unprotected databases. See file: Readthis.txt in the zip, The instructions and exceptional are explained there!