CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2012
    Posts
    1

    Visual basic table fill from mysql database help!

    Goodevening.
    i build an app in visual basic(VS ultimate 2012)..that supposed to manage personal marketing in stores like cafe places!
    i have a database in mysql server and have the data of tables of each store,stored there.
    I want to ask how can i create a table dynamically..whose cells will be the number of tables in each store as buttons.
    For example when i choose a store from a combobox..i want the table's cells to fill with buttons as many as the cafe's tables.
    e.g 4 tables in coffe shop,4 buttons each one in each cell!
    Anyone who can help me..appreciated!

  2. #2
    Join Date
    Jul 2012
    Posts
    46

    Re: Visual basic table fill from mysql database help!

    This sounds strange. Why are you creating a button for each table? And do you have any code yet?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured