Results for "Volume: 7_2009-2012"
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 utility compares two databases (through a login screen) and reports any differences found on a tree control. This utility is capable of comparing: Tables, Columns, Column Properties, Indexes, UQs, PKs and FKs. In future I will try to make it compare Store Procedures and User Functions. Please report any problem you may found, so, to make this utility more powerful. Please give a credit if you will use or just like this code – utility. THX in advance Ver. 1.0.1 - A simple diff report added on menu - Now it can compare tables not found on source but exists on target
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
Try this, you can write your notes on yellow windows that can be reduced until 10x10 pixels, i u want they can stay on top or not, they can have a date and a time, so that you can be warned by them appearing, or by a sound, a message box or they can launch a program(with a command line.... or all togheter. ************************************************************************************************************************************ MAIN MENU (Right click on icon in System Tray) ************************************************************************************************************************************ All OnTop (puts all your postits on top All NOT On Top (try to guess....) All Default position (Restore all post-its to their default position, if you have moved them) Reset Defaul position (Make next Post- it to start at 0,0) Open All Closed (Active if you have closed post-its, re-open all of them) Close All (ok, you know) Post - It (it opens a sub-menu with all your opened post - its, - their titles - , you can click a menu item to have that Post - It Active) Closed Post - it (Same as above but only for Closed Post - Its) Delete All (Delete All post - Its and Restores start position) Exit (End the program......if you have not deleted post - Its, they will be loaded when you start program again, with thair last properties.....status, on top...) ************************************************************************************************************************************ POST-IT MENU (Right click on Post - It) ************************************************************************************************************************************ Close (Closes post - it but doesn't delete it) Dock (opens a sub-menu with these options: Top (It does'n allow you to move your Post-it out of the top of the screen) Bottom (....) Left (....) Right (........all these 4 styles can be combined togheter) None (Uncheck all the styles above) On Top (Toggles On Top property of Post - It on-off) Alarm (Opens a window where you can set a date and a time to be warned, from this window you can toggle off this property, or go to another window where you can choose the way you will be alerted) Delete (Deletes this Post-It permanently)
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!
A few lines of useful code to make a text box auto scroll to the bottom every time it changes. (like mIRC and msn) Simply replace Text1 with the name of your textbox. By Alex. (http://www.alexchia.com)
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!!!
This code finds all local IP addresses by querying winsock.dll and returns them for your use. I got this off of the MSDN web site, so it is not my code. I just thought all of you would like to have it. =P
These graphical example generates 1 to 4 explosions on the screen. Each explosion has 1 to 64 pieces. Each piece has 1 to 9 pixels. Every piece has its own direction (clockwise or not), and has its own rotating frequency. ALL THE PIECES ROTATING! NO API FUNCTION CALLS, JUST the PSET!!! It is a really first project of my own with VB5. Enjoy.