Hi, i'm trying to create a vb.net calcualtor similar to that of windows but with more functions, the problem is that i can't think of how i can use a single text box to get the two input numbers. i've tried using .visible but still does not work.
Bands 0 Newbie Poster
Recommended Answers
Jump to PostHi,
I did something like this myself. Use two variables (ie: Dim dblVal1 As Double, dblVal2 As Double).
Pass the 1st test entry to dblVal1, clear the text box (when the user presses a function key such as '+'), then pass the 2nd text box entry to dblVal2.
…
All 3 Replies
Chris147 0 Junior Poster in Training
preetham.saroja -5 Junior Poster in Training
iamthwee commented: Nonsense! -2
c0deFr3aK 1 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.