Windows Develop Bookmark and Share   
 index > Windows Forms Designer > In query bulder , when drag and drop a table from left panel how I get the checkboxes and column names
 

In query bulder , when drag and drop a table from left panel how I get the checkboxes and column names

Hi All,

In query bulder , when drag and drop a table from left panel how I get the checkboxes and column names including table name as the title. Can anybody suggest me which control I should use for this?. Just I want to develop a Graphical query builder tool some database servers including mssql server, mysql, oracle etc..

Here If I used CheckedListBox Control, there is no option for title (for displaying table name) and close button at the top right corner. If anyone with patience please suggest me .

Veeranji  Friday, April 11, 2008 12:14 PM
Hi Veeranji, I am currently doing this at the moment where I am attempting to mimic the SQL Server Interface in VB.NET. It doesn't look like much at the moment as its in its early stage of development but much of the functionality is in place. You might want to use DataGridViews and T-SQL commands - Information_Schema. Gets information related to a Table or Database.
OnamC  Friday, April 11, 2008 3:53 PM
Hi Veeranji, I am currently doing this at the moment where I am attempting to mimic the SQL Server Interface in VB.NET. It doesn't look like much at the moment as its in its early stage of development but much of the functionality is in place. You might want to use DataGridViews and T-SQL commands - Information_Schema. Gets information related to a Table or Database.
OnamC  Friday, April 11, 2008 3:53 PM

You can use google to search for other answers

Custom Search

More Threads

• New Window without stopping the original one
• Having trouble getting a CustomAttribute from within a Custom TypeConverter
• Custom Designerhost MenuStrip
• File copying
• Can't add user control to form
• Why does the Visual Studio Designer Serialize Generics (e.g. List<>, SortedDictionary<>, etc.) when used as a property in a custom control
• keeping the designer from generating code for a public property
• ComboBox Que
• Unable to sort the treeview from within AfterLabelEdit
• Designer property of form