i am doing a program or vb6 application which can DELETE,INSERT,U PDATE, and SELECT button but i use a QUERY and the GUI is VB6 and it merged vb6 and sql, can any body suggest me any design of my GUI?
VB6 Application with DB2 sql.
Collapse
X
-
Don't forget a button for MoveFirst, MovePrevious, MoveNext, MoveLast and as for design, the simpler the better. Get the simple stuff working correctly because no matter how well you can make a program look, that is not what will impress your users. Your users will be impressed by a working program...
Good Luck
Comment