Click here to Skip to main content
15,915,042 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: how to detect when a user is start printing Pin
Eddy Vluggen19-Jan-09 8:22
professionalEddy Vluggen19-Jan-09 8:22 
AnswerRe: how to detect when a user is start printing Pin
Duncan Edwards Jones23-Jan-09 2:33
professionalDuncan Edwards Jones23-Jan-09 2:33 
QuestionDataGridView Cell (WinForms). Pin
Incvisitor16-Jan-09 2:09
Incvisitor16-Jan-09 2:09 
AnswerRe: DataGridView Cell (WinForms). Pin
dan!sh 16-Jan-09 4:30
professional dan!sh 16-Jan-09 4:30 
GeneralRe: DataGridView Cell (WinForms). Pin
Incvisitor16-Jan-09 5:12
Incvisitor16-Jan-09 5:12 
GeneralRe: DataGridView Cell (WinForms). Pin
dan!sh 16-Jan-09 5:38
professional dan!sh 16-Jan-09 5:38 
GeneralRe: DataGridView Cell (WinForms). Pin
Incvisitor16-Jan-09 5:42
Incvisitor16-Jan-09 5:42 
GeneralRe: DataGridView Cell (WinForms). Pin
dan!sh 16-Jan-09 5:49
professional dan!sh 16-Jan-09 5:49 
This works for me.

this.dataGridView1.DataSource = dt1;
      ((DataGridViewComboBoxCell)this.dataGridView1.Rows[0].Cells[0]).DataSource = dt2;
      ((DataGridViewComboBoxCell)this.dataGridView1.Rows[0].Cells[0]).DisplayMember = "col1";
      ((DataGridViewComboBoxCell)this.dataGridView1.Rows[0].Cells[0]).DataSource = dt3;
      ((DataGridViewComboBoxCell)this.dataGridView1.Rows[0].Cells[0]).DisplayMember = "col1";


It would be good if you can share some code.

The word "politics" describes the process so well: "Poli" in Latin meaning "many" and "tics" meaning "bloodsucking creatures."

जय हिंद

GeneralRe: DataGridView Cell (WinForms). [modified] Pin
Incvisitor16-Jan-09 6:07
Incvisitor16-Jan-09 6:07 
AnswerRe: DataGridView Cell (WinForms). Pin
Incvisitor16-Jan-09 22:54
Incvisitor16-Jan-09 22:54 
Questionimg color depth on tabPage not OK Pin
Member 141446314-Jan-09 20:01
Member 141446314-Jan-09 20:01 
QuestionXP environment running assembly Pin
BobMMarley13-Jan-09 1:41
BobMMarley13-Jan-09 1:41 
GeneralRe: XP environment running assembly Pin
Luc Pattyn16-Jan-09 7:17
sitebuilderLuc Pattyn16-Jan-09 7:17 
QuestionIronspeed for winforms application? Pin
Jan198212-Jan-09 22:41
Jan198212-Jan-09 22:41 
AnswerRe: Ironspeed for winforms application? Pin
Eddy Vluggen16-Jan-09 4:15
professionalEddy Vluggen16-Jan-09 4:15 
GeneralRe: Ironspeed for winforms application? Pin
Peter Radvolution28-Jun-12 5:10
Peter Radvolution28-Jun-12 5:10 
AnswerRe: Ironspeed for winforms application? Pin
Reza Raad18-Jan-09 10:49
Reza Raad18-Jan-09 10:49 
GeneralRe: Ironspeed for winforms application? Pin
Eddy Vluggen20-Jan-09 2:00
professionalEddy Vluggen20-Jan-09 2:00 
QuestionHow to get query from report ?? [modified] Pin
bhaumikdv12-Jan-09 17:15
bhaumikdv12-Jan-09 17:15 
AnswerRe: How to get query from report ?? Pin
Not Active12-Jan-09 17:24
mentorNot Active12-Jan-09 17:24 
GeneralRe: How to get query from report ?? Pin
bhaumikdv12-Jan-09 17:27
bhaumikdv12-Jan-09 17:27 
GeneralRe: How to get query from report ?? Pin
Luc Pattyn12-Jan-09 18:27
sitebuilderLuc Pattyn12-Jan-09 18:27 
GeneralRe: How to get query from report ?? Pin
Not Active12-Jan-09 18:32
mentorNot Active12-Jan-09 18:32 
GeneralRe: How to get query from report ?? Pin
Luc Pattyn12-Jan-09 18:53
sitebuilderLuc Pattyn12-Jan-09 18:53 
Questionsorting an xml file with a specified letter Pin
PAVANKUMAR12345612-Jan-09 2:32
PAVANKUMAR12345612-Jan-09 2:32 

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.