stock control

crug

New member
Joined
Aug 23, 2006
Messages
2
Programming Experience
Beginner
I want to create a simple stock control. In VB6 i used a VScroll, a textbox and a button to remove stock one at a time I`ve tried the upgrade wizard but just says invalid use of property. Anyone point me in the right direction
 
Thanks What i need is a stock database for 9 or so items. In VB6 i had an exe shared on the network that when launched read its data from an Access database. The user could then click a button to remove 1 from the value shown in the textbox and close the app. So when the next user came along he would see that new value in the textbox. I used a VScroll so that a manager could ajust the levels either way quickly
 
Invalid use of property...

Some say don't use the upgrade wizard but I couldn't live
without it. On the object/variable that its giving you the invalid
property, type a period after it and look at the drop down properties
that are available and try to find one like the one that its saying is
invalid...or post some code and I'l be glad to try to help..
 
Back
Top