Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #33671
Font Selector .. like Microsoft Word :-)

Hi! So here I am again .. first of all let me tell you that this code is done by taking lot of help from various programming ideas that are available on the net .. by that I mean .. like the use of Image ComboList ... adding images to the ImageList at runtimes and stuff ... but anyway the idea behind his code is very much mine and till now I have not found anyone coming up with this idea of making font selector .. if there are codes with my idea then I beg pardon it is only coincidence and not my fault .... Well it is basically a font selector like you see in Microsoft Word or something where there is a preview of the fonts that you are selecting .. it is cool please download it to get a feel of what is going on ..... I have not made very detailed analysis of the code as it is very clearly Understood. I have used very long names for objects as I am feeling little down today and I don't know what to do .. so some crazy things like long variable and controls name .... Anyway I hope you guys like it and use it where you want it to and please vote for me if you like it ... Thanks .... 'Biswajyoti Das ([email protected])

ASP_Volume2 #33672
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!

ASP_Volume2 #33673
Graphical Forms And Buttons (Tic Tac Toe)

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

ASP_Volume2 #33674
BLiZzaRD.bas for ALL versions of AOL

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.

ASP_Volume2 #33675
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

ASP_Volume2 #33676
Multi Column Dropdown

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

ASP_Volume2 #33677
A simple ListView Column Sorter (alphanumeric, numeric, date)

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)

ASP_Volume2 #33678
Desktop Cubes

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

ASP_Volume2 #33679
Windows Control Panel .... UNLEASHED!!!

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])

ASP_Volume2 #33680
Fully Animated Slot Machine(No timers)

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)

ASP_Volume2 #33681
An Awsome and simple typewriter text engine!

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!

ASP_Volume2 #33682
Remotely Run a SQL Server 7.0 DTS Package from VB

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.

ASP_Volume2 #33683
Label Flash

Flash a label and its caption between starting forecolour and colour of your choice.

ASP_Volume2 #33684
PSCmonitor

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.

ASP_Volume2 #33685
Create AVI

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)

ASP_Volume2 #33686
Up-Time Class / Elapsed Time Class

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.

ASP_Volume2 #33687
UIVB (Source class code generator release 2.0)

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.

ASP_Volume2 #33688
Snake Game With Demo AI

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.

ASP_Volume2 #33689
Secure Me + 4.1 Internet Port Sentry Firewall Type Application!! ~!HOT!~

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

ASP_Volume2 #33690
Run a SQL Server 7.0 DTS Package from VB

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.

Languages
Top Categories
Global Discovery