Results for "Volume: 4_2005-2006"
I know what you're thinking, just another code to turn a BMP file into a JPG file. Well my code does do this, but its A LOT easier. All the other submissions are complicated and use several user controls/modules/class modules. This is a module with a function BMPtoJPG and THATS IT! All you need is one lone of code and your done! No other modules, or any other files are required. It uses VIC32.DLL, you can download it at http://education.uregina.ca/courosa/ecmp355/HyperST/Vic32.dll. Vote if you like.
This control will colour vb code on load, and on the fly on enter press.. the keyword list, colours and various other formatting options are completely configurable.. Includes line numbering, supports code being pasted and colouring into the control either by Ctrl-V or by a WM_paste message being sent to the control. Also includes methods such as linecounting, current column and line number, get current line text, get current word.. and more! The colouring routine is very very fast and utilised the CString class for fast string contatenation by Francesco Balena..
This Will Teach You How To Do Many Things With A RTB.
A simple procedure you can use it works like the Internet Explorer Address Bar. It will save what is typed into the Combo Box and it does not allow duplicate entries to be entered. Please vote if you like it. Sendmessage API can be used also for speed. This is a little simpler because there no declarations.
NetSender v:1.1 Designed and Developed By Anup Jishnu ([email protected]) Cute GUI to send and receive Net Send Messages. Features of NetSender 1. A list of computers, to which you can send messages to. 2. Select multiple computers to whom the net send message has to be sent. 3. The other computer need not have this application running. The user on a machine without NetSender will receive the messages as normal Net Send Message and can send message to you via the normal Net Send command. 4. Sits in the System Tray. 5. No more annoying and disturbing popups of net send messages. System Tray Icon flashes when new messages arrive. 6. Stores all the messages received and sent in the message box. 7. Reply to a message received by double clicking on the sender name. 8. Send large data, NetSender automatically breaks up the large message into smaller parts and send them. Please Note: NetSender currently will work only for Windows NT, 2000 and XP. It will not work for Win 9x. I need help from you guys find code to make NetSender work in Win 9x. I thank all the developers who provided sample code for many features at Planet-Source-Code.
This is a little Table Soccer game i wrote on a day. The code is VERY simple, so it may be right for beginners to start a game with moving and changing sprites. I am a programming beginner from germany and hope you like it.
This is the successor to my GetMetar Weather program. I spiffed up the interface and the dynamics within it. It does the same things as GetMetar, but looks better. There is now a location wizard for selecting locations and the locations are now in a Microsoft Access database. Thanks to everyone for all your support! Don't forget to vote! (If download does not work, go to my website at http://binsurf.net without the www.)
This is like the game "Battle Ships" except it uses star ships of different shapes. Demonstrates BitBlt, Winsock & Simple Messaging Methods. Has been tested over the internet and Lan's. Just interested to find out what everyone thinks of this. This game is 100% complete !!!
This program demonstrates how to access, modify, and save information from a Microsoft Access Database file, using a GUI. Users can add view information with a listbox, open a webbrowser to a contact's url, even send them an email using the default email client on their machine.
This is a Visual Basic Code Guide to keep track of all your Basic Code.. This is fra from Complete, so Suggest any thing yuo would like to be seen on it. And yes I know there are plenty of these on PSC.I wrote this foir my self and for others to learn not to just get votes.
Allows you to Drag an entire form by an object(picture,label, whatever) Drag and snap works in all versions or windows, 95,98,XP,2000,ME,NT. This also has built in optional screen snapping. Once you drag a form to the edge of your screen the form will snap to it.
This particle engine renders pixels or ellipses using API, very fast results and interesting combination of effects. Many variables for different effects combinations.
This program shows the networks connected to your computer and lists them quite handy ! Please vote if you like !
After a long search.. and trying, finally this is the code for detecting mouseover and mouseout events. Comes in handy when you have a sidebar by example. This is the first time i upload something, this because i expect other programmers searched (and did not find) anything like this. It's not the most clean code, but it gives you the idea.
_________Welcome to Custom MessageBox Designer Updated_______________ it is Power Full MessageBox Designer That Enhance Functionality Of Statndard MessageBox Function Used in VB With Many Features you Can Add Check Boxes ,Time out,Positioned,Show Custom Buttons and Many More see screenshoot....Vote it if u like ________________________________________________________ Note Extract All Files According to Directory Structure of Zip Added 1)Play Sound File with MessageBox 2)Automatically Detect Wav /Mp3 Support 3)Set Custom icons 4)Set Animated Icons/ Cursors Note : if you have any Suggestion /Comments /Bugs Leave Feed Back Thanks
A highly configurable variable particle engine that uses bitblt to buffer and render graphical particles. Global and particle forces as well as gravity push the particles to whatever destination you wish. This is a work in progress and may be seen in one of my future VB games. I did the best I could to comment it so you should be able to understand it. Move the mouse and the particle emitter moves with you, a neat effect to show the potential applications of this engine.
This is simply an Immage Box with scrollbars. Works fine.
A flexible monopoly game that stores all data in an Access database. It will allow the user to make alterations to both the content of the game such as property titles/prices/rents and card contents and to the appearance of the games’ user interface. Players can buy/sell/mortgage/unmortgage property and buy/sell houses & hotels. There are also chance & Community Chest cards. There’s no instructions or help system but I think the game is mostly self explanatory. If you can alter 1 of the databases for another version/country etc. Please let me know and I'll include it in the next upload. This programme won’t run at resolution of less than 800 x 600. Please see new version "An Adaptable Monopoly Game *UPDATED*"
The program writes the HTML code for all images in a folder. with features as miniatures, how many images there shall be on each line. and alot more.
Another SMTP Emailer, but this has some nice enhancements. Let's you mail to multiple addresses. Does not relay through SMTP Servers. Get's MX Records in email addresses and contacts the Mail server directly. Is event fired so there is not a lot of built in waiting and it emails to multiple address with multiple winsocks. There's some code here from several other programs on PSC. Especially the MX Record Lookup and getting the DNS server info. Thanks to all who contribute. I put this together for work I'm doing and I thought I'd pass it on to others who may need the same things. You'll notice that you can just add this form to your project and have instant ability to email by calling the exposed sub routine in the form. Look at the main sub in modMain to see how you can do this.