Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello Experts, I am new in working on project where I need to design Container storage yard software in vb.net. I searched a lot but did not found any source through which i can get some motivation, the only thing I found was design screen shots of other software but did not found any usefull info which i can use to design grid.

Please advice How can I design such a grid that can implement Container Yard logic Ex : Column, Row, Height in such a way that I can display them in good manner.

What I have tried:

Tried to design the Yard using DataGridView but did not helped much as I have to make them to display heights as well so not much useful.
Posted
Updated 8-Jun-17 12:46pm
Comments
Richard MacCutchan 8-Jun-17 4:56am    
If you cannot find some tool or class that offers these features then you will need to design and write your own.
Member 10977208 8-Jun-17 8:44am    
Yes that is the last option then ! Can you please give any suggestions till then I'll try to design something by my own.
Richard MacCutchan 8-Jun-17 9:01am    
I cannot give any further suggestions as I have no idea what your project is trying to do.

1 solution

Quote:
I am new in working on project where I need to design Container storage yard software in vb.net. I searched a lot but did not found any source through which i can get some motivation, the only thing I found was design screen shots of other software but did not found any usefull info which i can use to design grid.

Your job consist of gathering requirements and create design and algorithms to fulfill then.
That is your job as a professional programmer, and that is the reason why you get paid. You can't relay on internet to always find exact solution all backed.

We can't help you because we don't know the requirements and because a working answer will never fit in the frame of a Q/A.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900