Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #238556
caver daves 3 of 9 Barcode Creator

Title:- 3 of 9 Barcode Creator Very simple custom barcode generator using a free barcde font ( free 3 of 9 extended) included in the zip file. Allows you to create the barcode and see what you have done then resize the viewport to better fit the barcode then preview and save the barcode in bitmap format, ready to use in most graphics programs. Place the font after extracting it from the zip file in the windows font folder Credits: Initial barcode code from vb.general.discussion newsgroup posting Bend this code break it use it how ever you will but if you do use it please vote and leave a comment regards caver dave

7_2009-2012 #238047
Basic Slider Control

Do you want a small and efficient slider control for use in your applications? This custom made control is very small and does exactly what a slider does.

7_2009-2012 #237802
PayRoll (Excellent)

This is a complete application that was designed for manage the Employees Pay Roll. Acess used for Database and Crystal Report 8 used to design the Reports.Please feel free to giving Feed Back. Commenta and suggestions are encouraged.

7_2009-2012 #237118
VbScript Editor With Intellisense

Intellisense in scripting languages like vbscript is like a dream for script programmers. This goal of this project is to provide vbscript editor with intellisense like it was available in most of Microsoft language editor. The control uses the type library refrence to explore the public methods and function exposed in any com library. The script developer has to code like vb 6.0 language (Dim pConnection as ADODB.Connection) and the editor will automatically convert the code into vbscript. The complete vbscript alone with added references can be saved as xml file. The Script property of control will return the pure vbscript which can be executed using the Microsoft Script Control.

7_2009-2012 #227449
FYI: Shaped Focus 'Rect'

Ability to use shapes for a focus "rectangle". The DrawFocusRect API only draws rectangles, but what if you want some other shape? Well, this example can show you how. Also included is an example on how to dictate the color of the rectangle drawn by DrawFocusRect API and also how to draw a custom focus rect in the XOR fashion. BTW I don't really like the quality of the shaped focus. Drawing every other pixel on a shape looks pretty poor in my opinion. Thought I could use this but, oh well. I offer it to you should you care to use it, modify it, or find a way to make it better. For shaped regions, maybe a blended/soft solid shape would serve better and certainly would look better. One thing I did learn, was how to create an XOR-like brush and use it to paint something & then remove the painted something; so not all is lost :)

7_2009-2012 #235146
The Real Vista Form Emulation Control (OsenVistaForm)

4 years ago, I was create Exactly Osen XP Form control, today I trying to write Vista Form Emulation control. Sugestion or comment are welcome ...

7_2009-2012 #239202
The FINAL solution for identifying 31 Vista editions+Older Windows also

This NEVER doen ebfore.I searched in VB, Delphi and C sections and even Googled and no single result. So, I searched MSDN for deep information, and it is done now ;) I included every single information, and tried to make the code as clear as possible. Update: Fixed small problem in identifying Windows Server 2008

7_2009-2012 #239076
MSChart Control - Printing and Saving

Hello Everyone, I'm Uploading this Project for the ones who need Help regarding VB's MSCHART CONTROL!!! This Sample Shows : 1) How to Show Data from an Access2003 Database on Chart. 2) How to Print Data from MSChart Control. 3) How to "Save As..." the Chart, as .Bmp file. Hope this will be helpful!!! and don't forget to Vote. Regards

7_2009-2012 #235184
FormGradient2

Simple Form color gradient which includes standard controls like OptionButtons, Frames, etc. Single subroutine. Suitable for beginners. No APIs, no ActiveX. Zip contains a small demo project.

7_2009-2012 #237954
Mouse enter,leave,hover and scroll

I think is a decent mouse enter, leave, hover and scroll sample one class and 4 lines of code to make it WORK. You can attach as many controls you want to the same class and set a custom time for the enter and hover events for each one. Enjoy it! It uses LaVolpe's self sub and callback code.

7_2009-2012 #232402
True (not pseudo) Random Coin Toss

As you know, computers generate a pseudo set of random numbers. This is unavoidable in a digital environment. A coin toss is in reality an analog event. The only way to have a truly random number generator is by introducing an analog to digital conversion. This program does exactly that. The analog random event sampled is sound frequency and by using a microphone, a completely random set of numbers (seeds) are generated. The audio FFT is borrowed from PSC. Many methods have been suggested to perform this task. Some have used random data sets as seeds. Others have sampled mouse movement. A website provides realtime random atmospheric data (www.random.org). There has even been a proposal to include a cesium chip in all computers eventually as it decays in a random fashion. My method seems foolproof as long as a microphone is set at a reasonable sensitivity and the environment is noisey. The importance of true randomization cannot be overemphasized as this is essential for the scientific method and in clinical studies. My application, which will be posted soon, is simpler and more abstruse. I intend to use this random generator to identify variations in our collective unconscious, an idea I heard about on National Geographic. ---Update(08-22-07):Instability added, minor changes ---Update (08-25-07): Algorithm improved, Added Temporal Instability monitor with raw data, Chi Squared Statistic with table to assess randomness. You may compare a Simulation (using the Timer seed) versus my Hardware (sound) Seed, although significant difference will require over about 1 million flips. The instability data may be viewed in 15 minute intervals for about 1 year using MSChart32. Rudimentary help file with more to follow.

7_2009-2012 #238046
Basic Tab Control

VB6 apps cannot easily access something called Tabs unless you either use the common control ocx (a dependency) or by using pages of API. This simple tab control is indeed a very simple control that has the core functionality of the common control tabs.

7_2009-2012 #234750
A great new trick to prevent flicker on any control on the form ! Must see!

We all know its a realy bad idea to move a image box or shape or a label etc... nasty flicker evrywhere! But not anymore this is a very simple trick to prevent flicker on any control on the form.Try it out and see the diference. Vote if you like it.

7_2009-2012 #236403
EXCEL like flexgrid

This code able to perform excel like enviroment from a flexgrid , it consist of fill down , freeze column ,freeze row and chart function ; the code are neat and easily understand,

7_2009-2012 #238539
Crystal Report with password protected database

Open Crystal Reports with password protected database (100% Working)

7_2009-2012 #231629
FlipDigits_Usercontrol

Simulates the digits on a flip type clock. Use to build a clock or use as a counter. Nothing really new here,was just trying my hand at making the graphics.If you have a use for this project, great!

7_2009-2012 #238387
Hyperwrite 2.0

A word processor with lots of features. Improvements/new features over version 1.0: - Enhanced word count (simpler code, faster, more accurate); new live word count - SymbolMatic improvement (pressing backspace after a correction undos it) - List of fonts used in document generated by parsing the RTF font table - Multiple underline styles - Ability to replace all instances of a font in a document - Improved Find/Replace (incremental find, replace all bugfix, Wrap Around option) - Preferences with a text file instead of registry - Common Dialog with API, not OCX - Toolbar icons stored in a directory to allow customization - Semi-preview font selector combo box - Improved Get Info dialog and contextual image/text info in document - New table features (Add/Remove column), improved Elastic Table - Theme-aware controls (thanks to GlyphLab) - and more. NOTE: Because Hyperwrite 2.0 does not use the Common Dialog OCX, for printing it needs the VB Print Dialog library available at: http://download.microsoft.com/download//vb60pro/utility/1.0/win98mexp/en-us/vbprndlg.exe

7_2009-2012 #239077
dbAnalyzer

Allows the user to open a Microsoft Access database, and loads a treeview with the tables, and queries. Demonstrates treeview, datagrid, compressing and deleting database data. Thoroughly commented. Give it a shot, and if you are motivated, please vote.

7_2009-2012 #232403
Print any picture as a 32 x 44 inch poster

Input any bmp, gif, jpg or wmf graphic of any resolution. The program uses .PaintPicture to resize the original, section it into 16 picture boxes and prints each out sequentially on selectable paper sizes and printers. I borrowed the printer activeX and references are preserved in the archive. Now I can re-wallpaper my place with her pictures ;)

7_2009-2012 #238199
sim756 FileSplitter

Use it to split & merge any file at any size (from 1Byte) that user have to type in "Per splitting file size" combo-box in this format: <number><space><Byte/KB/MB/GB> example: 12 MB; 1 Byte ; 5 GB etc. [Visual Basic 6.0] License: GNU General Public License (GPL) Author: http://sim756.googlepages.com/ Web: http://sourceforge.net/projects/filesplitter

Languages
Top Categories
Global Discovery