Results for "Volume: 2002C"
THis short piece of code illustrates how to imbed Crystal Reports into VB. While simple, it does not seem to be documented well anywhere.
This code provides the basic framework for HTTP services. There is NO functionality built in to transfer files - that's really not the point of this DLL. If you want to create an HTTP service (for remote function calls, database access, customized web server) you can use this DLL to do it. What's the differenece between this and ASP? Two main things: 1. You can program this server to run on any port you'd like, without disturbing "normal" web services (PWS, IIS, etc.) 2. (Win95/98 only) You can shut this down when you want to (can't forcibly unload ASP's under 95/98, so debugging DLL's becomes quite a pain).
This code will allow you to Ping a server based on ipaddress or hostname. You can also cross-reference ip to hostname or vice-versa. Makes use of the wsock32 and Icmp dlls. Calls gethostbyname, gethostbyaddr and IcmpSendEcho functions.Please Vote!
Earlier on I submitted some code to Enable / Disable the Close button an a form. Back by popular demand, this code module allows you to do the same to the Minimise or Maximise (Queen's English!) buttons on the form. Here's the code module in a VERY Mickey-Mouse Demo App.
Ever make a really killer program and want people to register it, but you cant figure out a way how to create codes for every name? Well, this is the solution. Very good security for your programs. This will generate a code from a name you type in. It is very simple to use and to figure out! Works great and there are many diffrent ways to modify it to be even more secure. If you want more security, add on to it yourself
For beginner database programmers.
this is actually not a code but this is just a list of parameters to use WinZip in VB.. I hope this will help those who are interested in my previous posting namely: "Compressing Files thru VB(w/WinZip)"
The simple code generates a Slot Machine where you pull the lever and different images appear in the 3 boxes. The Graphics aren't really good, but you will get the idea of what the program is doing. If you want, you may add more images to the application so the game will be harder.
It's my KeySpy program , but improved and with a new look ! RECOMMENDED
Gets the File Name, Size, Date and Time of all files in a directory and child directories and sends it to either the printer or a text file.
This code allows email to be sent with attachments (any size). A big thankyou goes to all who's code I have borrowed and ammend to get this to work.
Updated: 15/07/200 - All Bugs Fixed This is a tutorial that shows the basics of writing graphics using Direct Draw - perfect for the BitBlt API user moving into DirectX. This is just simply source code that is HEAVILY - and I mean HEAVILY commented to help undestand the basics of displaying bitmaps, page flipping, setting to fullscreen mode, etc. Any feedback on anything that isn't explained well or at all is appreciated.
This program was made to make email accounts very fast. You have the option of choosing from 176 domains to make user@domain.com. All you have to input is a username, pw, and another email that they can send you your forgotten pw. Please comment. I used dssock32.ocx for the winsock to make this.
Want your program to be able to send and get files over the internet? Well, here you go! This is very easy to understand.
Second code for managing database series. Querying with SQL and basic dictionary application. Enjoy it.
I was recieving several requests after recently making a post concerning a scrolling credits examples, simply saying that I had something similiar that worked in most aspects slightly better, because it used BitBlt and read the credits directly from a text file. I got quite a few emails requesting I send them it, so I just decided to post it to this site. Hope everyone likes it, if not sorry.
Making the Most out of VB Variables ...Southpark Command and Conquest Role Playing Engine, SUPER FAST CODE!, ALSO SND FX, and Choice of 4 Skill Levels, and now theres a Demo Mode. The Bad Guys are Satan, Death, and Evil Damien Clones, They Guard your Bonus Items, and they also Attack your men and buildings. So you have to Gang up on the Dark Forces before they Gang up on You. when Level 5 is reached, you can Build a Safe Command Post for your Characters. All Charcters have Independant Health, Strength, Armor, and Speed, including the bad guys! A GREAT Exmaple of Basic Command and Conquer Routines, In this Version, Each of your Characters has a Seek & Destroy Option, and the "k" key Toggles a MASSIVE SEEK & DESTROY Routine. IF YOU THINK YOU KNOW MATH, Then have a LOOK at this Simple Command and Conquer, Source Code! THIS IS A VB32 MUST SEE!!!!! **** WARNING: certain sound clips contained in this package, may be considered profane by some People **** So The handy sound kill (mute) switch, is still here, and also Command line Option "Southquest.exe /nosnd", Still starts the game muted ... ;^) ...Cheat Keys Are : "k" for Mass Seek & Destroy,"c" for Character Rebirth,"s" for Safe Post Items, and "g" for a Divine Boost. .../// Have a Blast and !!!///... Learn Something ...\\\!!! 14 Project hours ...
This is just a short example of how to create and use control arrays
This code will show you on how to use MS Office Excel in your prg! Excel is really a COM and can be used as such. This code will make an excel worksheet and populate it will sample scientific data, next it will draw a chart and modify the charts location and dimensions.
This program lets you send emails with attachments (Using Winsock API - without an OCX). It features a progress bar, multiple attachments support, etc. The Attachment list supports multiple file Drag & Drop. You can drop files from explorer for example, it is very simple and without APIs, supports multiple recipients separated by commas. (good example on how to use arrays) Latest addition: NOW FASTER! Succesfully tested with netaddress.com, mail.yahoo.com, hotmail.com FOR VB5 USERS: Replace the VB6 "Split" function with any "Convert String to Array" example found on Planet Source Code. (Please do not email me about it, thanks) Last Updated: 11/APR/2002