Click here to Skip to main content
15,902,777 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionHow to call control from fromA to fromB Pin
cocoonwls3-Apr-08 0:12
cocoonwls3-Apr-08 0:12 
AnswerRe: How to call control from fromA to fromB Pin
Eduard Keilholz3-Apr-08 2:59
Eduard Keilholz3-Apr-08 2:59 
AnswerRe: How to call control from fromA to fromB Pin
N a v a n e e t h3-Apr-08 3:35
N a v a n e e t h3-Apr-08 3:35 
AnswerRe: How to call control from fromA to fromB Pin
Pete O'Hanlon3-Apr-08 9:39
mvePete O'Hanlon3-Apr-08 9:39 
GeneralRe: How to call control from fromA to fromB Pin
cocoonwls3-Apr-08 16:45
cocoonwls3-Apr-08 16:45 
GeneralRe: How to call control from fromA to fromB Pin
Pete O'Hanlon3-Apr-08 23:10
mvePete O'Hanlon3-Apr-08 23:10 
QuestionHow to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Vignesh Krishnan2-Apr-08 18:43
Vignesh Krishnan2-Apr-08 18:43 
GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
John_Adams2-Apr-08 22:55
John_Adams2-Apr-08 22:55 
Hi,

If you are looking to host control in the cell of a column in DataGridView then I would like to mention that the DataGridView control provides several column types, enabling your users to enter and edit values in a variety of ways. If these column types do not meet your data-entry needs, however, you can create your own column types with cells that host controls of your choosing. To do this, you must define classes that derive from DataGridViewColumn and DataGridViewCell. You must also define a class that derives from Control and implements the IDataGridViewEditingControl interface.

Please visit the following web-links to get more details regarding this.
http://msdn2.microsoft.com/en-us/library/7tas5c80(VS.85).aspx[^]

http://www.eggheadcafe.com/software/aspnet/31581650/host-control-in-datagridv.aspx[^]

http://www.google.co.in/search?hl=en&q=How+to+host+controls+in+DataGridView&btnG=Google+Search&meta=[^]

Hope this helps Smile | :) .

Regards,
John Adams
ComponentOne LLC

GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Vignesh Krishnan2-Apr-08 23:31
Vignesh Krishnan2-Apr-08 23:31 
GeneralDatabinding Radio Buttons in a Winforms Group Box Pin
fredsparkle2-Apr-08 5:57
fredsparkle2-Apr-08 5:57 
GeneralOrder/sort controls For each ctrl as Control in pnlMain.Controls Pin
divyesh14321-Apr-08 22:49
divyesh14321-Apr-08 22:49 
GeneralRe: Order/sort controls For each ctrl as Control in pnlMain.Controls Pin
Eduard Keilholz3-Apr-08 3:03
Eduard Keilholz3-Apr-08 3:03 
GeneralRe: Order/sort controls For each ctrl as Control in pnlMain.Controls Pin
divyesh143221-Apr-08 22:37
divyesh143221-Apr-08 22:37 
Questionhtml Pin
vvsprasad1-Apr-08 20:20
vvsprasad1-Apr-08 20:20 
GeneralRe: html Pin
Herman<T>.Instance2-Apr-08 2:14
Herman<T>.Instance2-Apr-08 2:14 
GeneralRe: html Pin
Pete O'Hanlon3-Apr-08 10:30
mvePete O'Hanlon3-Apr-08 10:30 
GeneralRe: html Pin
Mark Salsbery3-Apr-08 10:57
Mark Salsbery3-Apr-08 10:57 
GeneralRe: html Pin
Pete O'Hanlon3-Apr-08 11:17
mvePete O'Hanlon3-Apr-08 11:17 
GeneralRe: html Pin
Colin Angus Mackay7-Apr-08 0:51
Colin Angus Mackay7-Apr-08 0:51 
GeneralRe: html Pin
Colin Angus Mackay7-Apr-08 0:54
Colin Angus Mackay7-Apr-08 0:54 
GeneralRe: html Pin
Pete O'Hanlon7-Apr-08 1:14
mvePete O'Hanlon7-Apr-08 1:14 
Questionhow to show image during saving data? Pin
samrat.net1-Apr-08 2:17
samrat.net1-Apr-08 2:17 
AnswerRe: how to show image during saving data? Pin
Herman<T>.Instance1-Apr-08 23:30
Herman<T>.Instance1-Apr-08 23:30 
QuestionUsing SourceGrid, unable to use CopyPasteSelection from ContextMenuStyle enum item. [modified] Pin
kisna_madhusudan1-Apr-08 1:54
kisna_madhusudan1-Apr-08 1:54 
QuestionMDI child in panel problem [modified] Pin
invader8231-Mar-08 4:54
invader8231-Mar-08 4:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.