-
what box to use
hi good day to all..im having problem on deciding what box to use to display items
the 1st box is will show the products
the 2nd box will be a box where the items the customer will be buying
-
If the items box needs to display just one thing, like the item name, just use a ListBox.
If the buying box needs to display just one thing like the name of the item being purchased, then just use a ListBox.
If you need to display more than just one thing concerning any particular item, use a ListView.
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
o thanks..does listview box have double click event?so when i double click the item it will automatically appear to my buy box
-
 Originally Posted by chokies12
o thanks..does listview box have double click event?so when i double click the item it will automatically appear to my buy box
Yes, the listview does have a double click event.
But, nothing will happen unless you provide the code for the event.
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
can you give me a sample of the code for that event
-
You want the item in one listview to be copied over to the other listview on double click or is there more to it?
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
deduct quantity from the database to..example click item1 it will automatically deduct 1quantity to the database and update the the listview
-
any inputs guys?really need some help
Similar Threads
-
By wisgro in forum VB Classic
Replies: 7
Last Post: 09-14-2008, 07:06 AM
-
By Narayan in forum VB Classic
Replies: 0
Last Post: 04-10-2001, 10:30 AM
-
By TC in forum VB Classic
Replies: 14
Last Post: 10-04-2000, 03:42 AM
-
By TC in forum VB Classic
Replies: 0
Last Post: 09-29-2000, 11:53 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks