Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #223016
COMPLETE Client & Server Application with winsock (only 50 lines of code) tons of clear Comments

This gives a complete, Error-Correcting, Client and server to demonstrate communications via winsock. You may substitute the CLient program for any Telnet application. The telnet Server has only 22 lines of code, which does include error correction for any text based connections. The Client App has only 28 lines of code, with complete commenting and explataions for why errors arise, not just that they do show up.

7_2009-2012 #226829
Cohen Sutherland & Liang Barsky Line Clipping Algorithms

The purpose of this program is to demonstrate the popular Cohen Sutherland & Liang Barsky Line Clipping Algorithms. The user can draw variouse lines of different colors and then define the clipping area. The list of line before and after clipping are also displayed

7_2009-2012 #225350
DeskChange

Change your desktop icon views.

7_2009-2012 #219921
Hover Button

With this hoverbutton control you can make different styles of buttons. You can make flat buttons, semi-flat buttons (as in Corel software) and outlook bars. Also supports different pictures for mouseover effects, and positioning of the pictures!

7_2009-2012 #225192
RoundedTime

Generate string containing current time rounded to the nearest N minutes (eg, set it for 5-minute intervals and 3:15 to 3:20 PM are displayed as 15:15). Could be used to fire events every N minutes, or whatever.

7_2009-2012 #224765
Implementing collection classes

This project group gives you a very quick overview on how to develop your own types using a collection class. I created this for a quick tutorial for my buddies at work and it should give you how to wrap a collection object into your own class. Use the project group which contains a form to learn how to do it yourself.

7_2009-2012 #220728
Edit Flex-Grid in place.

Amazingly easy method for editing flex-grids in place. This is an example that I created to help someone out who needed to edit a flex-grid in place and didn't want to get a third party grid. It is a good starting point for a custom grid control. Good, bad or ugly, comments are always welcome. M@

7_2009-2012 #225992
Tiny CD-Player v1.03

Very small cd-player. Written just for fun. Support for multi-track and single-track audio cd's. Very small display window.

7_2009-2012 #224557
ProgressBar2Class (8 DrawDirections, XOR Caption,Time2End Display)

This ProgressBar Class can draw in 8 Direction, has XOR Caption(like InstallChield) and a Real Time2End Display. The Performance is very good paint only by Change. If you like it please rate for me.

7_2009-2012 #221813
HTML special-char converter

This code convert normal characters into to the HTML special-character format and backwards. For example ä -> ä. It can also convert in to the HTML-Unicode format.

7_2009-2012 #224086
Upload File To An FTP Server (Authorization Required For MOST Servers)

Many people have been bugging me to give them the source for uploading a file to their website. Well, for everyone that wants it, here is the open source code. It is in text format, so you don't have to download anything. Don't forget to vote for me!

7_2009-2012 #226817
DAO Export Class

This is the code from a class module for exporting from any Jet database to any ISAM format out there. I think it neatly encapsulates the process, and uses properties and methods to make the process as easy as possible.

7_2009-2012 #222120
Visual Basic For Brand New Users

This tutorial is designed to give people who are extremely new to Visual Basic the chance to see what its all about and give them the chance to use some of the controls provided. Although a simple tutorial, it will give brand new visual basic developers a fresh point to start from. Sorry for any inconvenience I have caused to people, but I accidentally uploaded the wrong zip file. This has been corrected. Please leave comments and vote if you like the article.

7_2009-2012 #222364
Anti-aliasing & Rotation demo

"Anti-aliasing demo" by Robert Rayment. There are a few anti-aliasing progs on PSC. Mostly they are cleverly convoluted into several subs. I thought I'd stretch out the logic - makes it easier for me to understand and maybe for some of you.

7_2009-2012 #219983
JoeCrypt2

This is a text encryption program I began writing when I was 12 I am 18 now and the code has changed many times Ive added many new features over the years. This has been my baby, my pride and joy. Its simple to understand but man is it effective. It has option for encrypted Chat Encrypted Email. Some of the code in this project was taken from planet source, I beleive the only thing I borrowed was the smtp emailer code so I could make it send email. I have been reluctant for years to put this on PSC but now I think its time to just let it go and see what everyone thinks of it.

7_2009-2012 #222093
Counter-Strike Quick Connect

Allows people that play Counter-Strike a easy way to connect to a server. This program is mainly for people that use IRC. When someone posts an ip in the channel, you can simply copy and paste that into CS Quick Connect and connect. It gives you options to change your nick upon launching a game, and whether to announce what server your playing at.

7_2009-2012 #222760
INI Edit v1.1

INIEdit v1.1 is a windows INI Editor. it loads an INI file into a visual interface, allowing you to add and delete sections, keys and values. If you like this project, please vote! I am already working on 2.0!

7_2009-2012 #220451
TaskBar Control

This is a UserControl i did for a recent project. It almost fully emulates Windows taskbar functionality. Written from scratch, uses heavy advanced API and subclassing. Code greatly inspired by submissions to this site and vbAccelerator.com. Everything is done the hard way, the way a VC++ programer would do it. And btw, lots of lame code here. Don't know why people upload so much rubbish. I'm a professional VB coder and maybe my judgement is too harsh :-)) Anyway, don't bother to vote but do comment here. Enjoy,

7_2009-2012 #226405
Rolling PopupMenu (improved)

This application demonstrates a customized popup menu, with a "rolling" (vertically scrolled and gradually revealed) effect. It works by using a second form embedded within the first as the popup menu. For more code samples visit my personal web site: click above on my full name.

7_2009-2012 #226808
INI file template routines

INI-file template routines -------------------------- This application serves as a template for writing new applications in which you can save all the userconfigurable settings into an INI-file. Take a look at the module "modINI" and the class "clsINI" clsINI was taken from a PSC-contribution by Eric Dalquist (I have included his zipfile for your reference). I liked the concept so I decided to add some more functionalities. Sample application description ------------------------------ This application shows how to save/restore a sections in the inifile using "Save settings" command buttons. Also there is an automatic save-restore of the manual entry section. If you play around with the add/rename/delete buttons and section/key/value fields the contents of the inifile is displayed immediately. Then at program restart you will find only the settings that are valid / maintained by the application! All the other un-used settings are deleted automatically. Even if you delete the entire inifile a new one will be created at startup using hardcoded defaultvalues. Class "clsINI" description -------------------------- - init takes care of a default sectionname, which is the inifilename but you can override that. - saves the currentSectionName and iniFileName so you don't have to specify them (but you can) for every subroutine call. - add/rename/delete a section or key. - delete all sections. - returns all sectionnames, or keys within a section. - returns the number of sections, or keys within a section. - returns the version of the inifile. - getKeyValue: if a key is not found the supplied defaultvalue will be written to the inifile and returned. Module "modINI" description --------------------------- - this is the part you would change for every new application - here you declare all your global variables which you want to save/restore - there is a readDefaultSection and writeDefaultSection sub and for each section there is a readSection and a writeSection sub - if you want to stick to just one section just use the default section - to keep the inifile up to date during development the version of the inifile is checked and the number of keys in each section. If the version is not equal to the hard coded value the inifile is rewritten and if the number of keys in the section is not correct the section is rewritten. - at application startup all you have to do is to call readAllSettings and do the setup of your application, see the formLoad routine of frmMain. That's all folks. Have fun! Eric Kok

Languages
Top Categories
Global Discovery