Click here to Skip to main content
15,881,380 members
Articles / Programming Languages / VBScript
Article

Calc Input Box to replace Spin

Rate me:
Please Sign up or sign in to vote.
1.95/5 (9 votes)
7 Apr 20041 min read 39.8K   557   11  
Control for entrance of numeric data with the mouse.

 

Introduction

Last week, I needed a control to use in a project (VB6.0). The wanted control should allow the entrance of numeric data through the use of the mouse. I tried to use the control SpinButton, but it was shown deficient and it didn't assist the requirements.   

Points of Interest

You can use this control as OCX or embembed in your project.   All source is supplied. 

I opted to create a float calculator, where the user would have the option of typing the value using the numeric keyboard of the calculator or for the keyboard. Besides facilitating the entrance of big values (tries to take Spin 1 up to 256, using click of the mouse!!).

The result was a control OCX of 20,5 KB (it requests MSVBVM60.DLL). I made this control to solve a practical problem and I didn't have concern with a clean code.

I will be exactly, I used " ActiveX Control Interface Wizard " to connect some properties. I used codes of VB to calculator (CALC.VBP). I joined several parts of codes of third and I made everything to work completely as one.

If somebody finds mistakes in this control, please, order an e-mail and if you do the corrections, I will be thankful when receiving a corrected copy.

PS: I changed the decimal symbol of the code, to maintain pattern with the Brazilian pattern. 

Contact

   E-mail: willians@bb.com.br
   MSN: willian_cpp_br@hotmail.com
   ICQ# 89506722
   Phone: +55  (64) 612-6030
   Fax:     +55 (64)  612-6010

History

   06/04/2004 - Development of the version 1.0

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer
Brazil Brazil
Developer:
- MS VB6
- C/C++/C#
- VBScript
- JScript
- Clipper
- Cobol
- Natural
- Pascal
- TCL/Tk
- Python
___________________________________
Willian Silva Rodrigues
http://www.williansilva.com.br
http://br.linkedin.com/in/willianbr
--- --- --- ---
Radio(NXTL):55*112*109193
BBM PIN: 238d4349
___________________________________

Comments and Discussions

 
-- There are no messages in this forum --