Results for "Volume: 7_2009-2012"
-- Update on 10/10/06 -- This Control, will put a Office 2007 Ribbon to your application. No OCX, No DLL, No Office 2007 Required! ALL in your EXE! >>> This Code is under Construction!! <<<
At last, after several years of drought, we are so lucky that our trees bear fruit… This is 2nd version of Real Tree, simple and funny. I added some new codes for inserting objects and menus in run time, and show how we can use simple files as our program plugin. It's recommended that beginners initially see the previous version ( CodeId=66280 ) . This program contains something about graphics, fractals, API, recursive functions, sounds, menus, sliders, timers and some other VB controls. _________________________________________________________ October.6... added "Save Current Profile". _________________________________________________________ October.10.. added "Save Picture". _________________________________________________________ October.15.. added "Cut Operation".
crystal report 8.5 and 10.. dynamic server using setLogoninfo in sqlserver
how to connect the datasource using setlogoninfo in sqlserver 2000 or 2005.
The purpose of this progress bar is to show progress segmented. Can be used when you have many jobs which have different sizes and values. Can be used like a common progress bar when you have one segment. I post this code because I didn’t find this kind of bar on 1VBStreet and also because in that way I can see somebody else opinion. Is a beta version. I made an extra example using Sgrid 2.0 from vbaccelerator. Comments are welcome, votes not necessary.
Spurred on by a recent submission, I decided to waste away a week and create a on screen playable word find type of game. This is a rather simple game and I've tried to keep the source neat and well commented. __________________________________________________ 13.10.06 - Fixed freezing-when-compiled bug.
Ever wanted to pass a String to a callback function, only to find out it only accepts Long's as inputs? Now you can pass in the memory address (A long), then use the string as normal within the function. Also included are pointer conversions to Two, Four, Eight and Twenty Two bit variables
An easy way to add, read, remove, and find items in a single dimensioned array (emulates VB’s ListBox functionality without the user interface). Don’t use a ListBox or a Collection to build an array just because they have built in functions that make them easier to use; both these choices are slow, require a lot of overhead and were designed to meet a specific need. (UPDATED: Added Property Get Text).
Complete Restaurant Point of Sales System. Check this out...
This is a comprehensive implementation, written purely from scratch, of a virtual list view using a wide array of COM classes. Furthermore, it supports custom skins, XP skins natively, and a SQL connection withou much hassle. The ZIP-file includes a test project that shows you how to use this control in a project.
I decided I wanted to attempt to recreate pocket tanks. It isn't very well commented and is a little buggy, but it is a good example. Comments appreciated.
This game was designed and coded for an assignment, and many of my friends have enjoyed playing it so i thought i would share it with more people.
Simple Implementation of Prim's Algorithm for computing a Minimum Spanning Tree (MST). The GUI is ideal for demonstration purposes. The MST is useful for efficiently solving some network design problems. An example might be a cable TV company laying cable to a new neighborhood, wanting to minimize total cable length. Download is only 5 KB.
This is a program to get the Local weather status with information provided from weather.com It is very simple and not much error proofing but it does teach you opening a webpage for reading, string manipulation and using the timer. This took me about an hour. Note it only works for US zipcodes.
Updated the Find routine as requested, also updated a couple skinheader routines. This will be the last update.. Bugfixes and Additions to 2.4.4- Fixed subitem edit scroll, mousewheel support, alphabar reset. Extended example with xp skinned header, row drop in list. Bugfixes and Additions to 2.4.3- Added column drag insertion marks. Changed checkboxes from ownerdrawn to state image list. Many small bugfixes.. Bugfixes to 2.4.2- A lot of fixes and rewrites, cleaned up all the classes, fixed various feature issues. Added an internal access demo. Bugfixes to 2.4- Crash on some foreign language versions of xp resolved. Edit box placement issue, bg image overpaints and other misc fixes are in. Ver 2.4 Is Up! Fixes are in, added a find function and right align text property. Barring any future bugfixes this will be the last version. __________________________________________________ Ver. 2.3 Is Up! Unicode on demand. Unicode support has been completely restructured to provide ansi only support (98/ME), and unicode when required. Skinned checkboxes added to other views. XP style class added, with header themed in-class. Cell level fonts and colors added. Top down rewrite of skinning classes, with skinned header text alignment added. Many bugfixes and major changes to this revision. __________________________________________________ Ver. 2.2 Is Up! The best listview on the block, just got better.. Added full ole drag and drop support. Subitem editing. Background images, and a ton of other features.. Many bug fixes and optimizations made, take a look.. Hyperlist NGEN Ver 1.1 __________________________________________________ The fastest, most featured, most powerful listview in this language! Three data access modes, Virtual, Custom Draw, and Hyper Mode. All of them unbelievably fast. Built in storage and sorting in a virtual listview hybrid. Skinned Headers/Scrollbars/Checkboxes and Selector Bar. User definable skin color schemes, theming, row decoration, per cell font and color formatting, and hundreds of properties and functions. Hope ya like it..
This a small program that shows how to sort in all of the grids. It also will scroll with the mouse wheel when you mouse is over the grid what ever version you are using. You can also export to excel the information from the MSFlexgrid. Use excel 11.0 object library. Just referernce what ever version of excel and office library you have on your computer. You must have excel for this function to work. Updated 10/12/06 Alternating row colors in Excel. Auto fit columns in excel.
Not really transparent, but a "fun" project using a transparent usercontrol (UC) that acts as a proxy for a picturebox. The UC prevents need for subclassing. It gets paint events from the Form and the UC then updates the picturebox. In short, a niffty little hack to make a picturebox appear transparent. Think some of you might like this & it is quite simple too. Feel free to expand on the idea.
Tutorial explaining how to connecting vb6 to a MySql server.
The new Hagelin BC-52 Cipher Machine is out! After the Award Winning Enigma, M-209 and Atomix simulators this is the fourth software cipher machine that makes you feel like a real cryptologist. After the success of the C-38 and M-209 as tactical cipher devices Hagelin Cryptos (Crypto AG) developed a cipher machine for high level military and diplomatic encryption. In 1952 the C-52 was introduced which caused ripples throughout the cryptanalytic community. The C-52 raised the security of drum-and-lug devices to another level. The machine had 6 irregular moving pinwheels, selected from a set of 12, and the number of drum bars was extended to 32, of which 5 where also used to advance the wheels. When lugs and pins are selected carefully the C-52 provides even in this computer era a powerful encryption. The combination of C-52 and the keyboard, denoted B-52, was named BC-52. Within short time the BC-52 was purchased by more than 60 countries and remained popular until today. This program is an accurate simulation of the Hagelin BC-52. The user can select between the C-52 and CX-52 model, both with the B-52 keyboard attachment. The machine can be customized and different wheel and drum bar configurations are possible. This sim enables you to encipher and decipher messages and apply the key settings as you would with an actual machine. The sim has a great 'look' and 'feel' with detailed GUI. There's also a Formatted Clipboard and Autotyping Function. The program has a very complete helpfile, containing the manual, the enciphering procedures and all technical details on the machine. Complete program, ready to use! All comments and feedback most welcome and...if you like it, vote it! Freeware download also available at http://users.telenet.be/d.rijmenants
This code will calculate area and volume of different geometrical shape and rigid body.