Results for "Volume: C_Volume2"
This little example is my response to a brand new Visual Basic programmers request for some help in writing a simple Number Guessing Game. In it, you will find the simplest and easiest to understand code... with LOTS of comments and explanations that the beginning programmer should find very easy to understand. Ryan... this is for you... and welcome to the world of Visual Basic programming... :)
A game you play against the computer. Be sure to keep your head cool and clear !
It is a neat way to edit the "display only" MSFlexgrid without locking the user into the TextBox and still permitting "multiple cell entries". Slightly revised and some dead code and typos elimination. Posted as a .vbp & .frm file. Unzip, then load the .vbp file. Added a couple of functions.(9-14-99) (9-23-99) MAJOR ADDITIONS: - (1)In-Cell Cursor control,(2) ADD, DEL, INS, EXTRACT Columns or Rows, (3)"" recovers from accidental OVERTYPE. - Try finding that in MSDN! Please send comments as to useability! 1-4-2001 Backspace annoyance fixed!
A graphical alarm clock. Everything is done in a device context. Program includes shaping a window to a bitmap, drawing to a bitmap in a dc, timers, and other neat algs.
This populates a combobox with a list of countries. When a user selects the country the state combobox will populate with the corresponding states. Country list is Afghanistan - Zimbabwe This is an update to the one I posted earlier at http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=3362&lngWId=2 It now is all located within a script include (cscombo.js). Can now have as many Country/State comboboxes on a form as you need. It also now supports default selections (you pass the default (country or state) as a parameter.
This is a simple VB.NET application which demonstrats handling local database (I used MDB). I think this example will be a great help for extreme BEGINNERS. (Env: Visual Basic.NET Express Beta 2005)
A very COOL color pick dialog with a color dropper like Photoshop and Frontpage XP
The purpose of this article is to demonstrate how to build RGB pixels of varying bits per pixel (15, 16, 24, and 32) and it also shows how to RGB color components from an RGB pixel.
Changing behaviour of ComboBox and ListBox (Class)
I've written a cross-browser rich-text editor implementing the Midas API included with Mozilla 1.3+. See a demo at: http://www.kevinroth.com/rte/demo.htm
This tutorial will teach you how to read and write files line by line. It also has the code to many string manipulations such as getting the middle of a string, searching/replacing text, and much more, even how to reverse a string! It also has fully working code to demostrate EVERYTHING! Note: Honest comments and generous votes are appreciated... ;)
This project uses ADO to copy tables from one Access database to another. I did this up as a demo of ADO at work. It (probably) has no actual use but demonstrates ADO connection. This is my first submission, so please, Be Gentle!
Have you ever wanted an auto-scrolling text box? (U know, in MIRC and ICQ, the textbox scrolls by itself!) Here it is! Few lines, optimized and easy to use! If you have the higher versions of VB, you should set the textbox's Locked Property to True, unless you want to make the textbox editable. '[Replace Text1 with the name of your textbox] Thanx for viewing! :)
compressed backup of database. you can learn how to readxml update it to database and how to write xml files access to xml database backup and restore using ado.net.oledb database compact and compress upto 50 times use gzip in vb.net use app.path merge dataset update dataadapter
This a basic email system that consists of an email server and an email client which can connect to the email server. The system is multithreaded so many email clients can access the server at the same time. The client is currently configured to connect to localhost but can the source code can be easily adjusted to connect to any IP address. The system allows the user to send, recieve, delete, forward, unread, and undelete emails. It is also possible to attach and view text, graphics, and media messages and play/view them within the client. The system will also save any undeleted emails when the cleint is shut down. Any feedback either positive or negative would be welcome as this is my first submission to PSC.
Implementation of a threaded binary search tree. Similar to a binary search tree. The only difference is that every leaf in the tree will also keep track of a predecessor and a successor node.
in recursion we have limited stack to keep data. so when we try to find the solution of tower of honai for 5, we get in trouble. to solve this problem we've non recursive solution of it.
Encrypts a file
A humorous program that I create and distribute Monthly to members of my IT department
This Code shows you how to copy, cut, and paste with only a few lines this is very easy to do. This is the CODE and not just some garbage like those other copy, paste, and cut. AND IT WORKS!!!