Click here to Skip to main content
15,884,836 members

Comments by Alessio.NET (Top 3 by date)

Alessio.NET 21-Apr-17 4:17am View    
You said "but i have not 64 bit system to check for problem..."
Now try to make some peace with yourself
Alessio.NET 3-Feb-14 6:15am View    
Thank you very much!
Alessio.NET 3-Feb-14 5:34am View    
Maybe I'm wrong but I think that my answer will help you.
If you'll add your dynamically generated buttons to the FlowLayoutPanel it will automatically arrange them (check FlowLayoutPanel documentation for more info).
On the other hand inserting the ID of the ucSale in the property "Tag" of the button you're creating will let you find the ucSale later when you'll click on one of the buttons.
(You could also store the entire ucSale object in the "Tag" property and use it every time the button is clicked)