Click here to Skip to main content
15,901,122 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Add item to a listbox that is bind to a DataSource Pin
Dan Mos16-Apr-10 7:01
Dan Mos16-Apr-10 7:01 
GeneralRe: Add item to a listbox that is bind to a DataSource Pin
imak16-Apr-10 7:06
imak16-Apr-10 7:06 
GeneralRe: Add item to a listbox that is bind to a DataSource Pin
Dan Mos16-Apr-10 7:12
Dan Mos16-Apr-10 7:12 
QuestionGet Access 2007 window dimensions Pin
john john mackey16-Apr-10 5:49
john john mackey16-Apr-10 5:49 
AnswerRe: Get Access 2007 window dimensions Pin
john john mackey16-Apr-10 6:18
john john mackey16-Apr-10 6:18 
GeneralRe: Get Access 2007 window dimensions Pin
Luc Pattyn16-Apr-10 7:30
sitebuilderLuc Pattyn16-Apr-10 7:30 
QuestionFor Opecity of datagrid in windows Pin
Intigate15-Apr-10 3:55
Intigate15-Apr-10 3:55 
AnswerRe: For Opecity of datagrid in windows Pin
Dave Kreskowiak15-Apr-10 5:21
mveDave Kreskowiak15-Apr-10 5:21 
I hate to tell you this, but you cannot do what you want to do with the standard controls in the ToolBox.

Transparent is not really transparent. When you set the BackColor of a control to Transparent, you're really telling the control to take on the background properties of the controls parent container. You will NOT be able to see any controls sitting behind the DGV.

You cannot achieve what you want without custom drawing the DGV. That's not something that I want to think about, let alone do.

I think your best shot at success with this would be to implement this in a WPF app, not Windows Forms.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionFirst .Net project suggestions Pin
PROPZ_7614-Apr-10 4:25
PROPZ_7614-Apr-10 4:25 
AnswerRe: First .Net project suggestions Pin
Tarakeshwar Reddy14-Apr-10 5:43
professionalTarakeshwar Reddy14-Apr-10 5:43 
GeneralRe: First .Net project suggestions Pin
PROPZ_7615-Apr-10 3:33
PROPZ_7615-Apr-10 3:33 
GeneralRe: First .Net project suggestions [modified] Pin
Tarakeshwar Reddy15-Apr-10 5:14
professionalTarakeshwar Reddy15-Apr-10 5:14 
GeneralRe: First .Net project suggestions Pin
Luc Pattyn15-Apr-10 6:20
sitebuilderLuc Pattyn15-Apr-10 6:20 
GeneralRe: First .Net project suggestions Pin
Tarakeshwar Reddy15-Apr-10 6:37
professionalTarakeshwar Reddy15-Apr-10 6:37 
AnswerRe: First .Net project suggestions Pin
DaveyM6914-Apr-10 5:45
professionalDaveyM6914-Apr-10 5:45 
AnswerRe: First .Net project suggestions Pin
Som Shekhar14-Apr-10 7:16
Som Shekhar14-Apr-10 7:16 
AnswerRe: First .Net project suggestions Pin
darkelv15-Apr-10 19:26
darkelv15-Apr-10 19:26 
AnswerRe: First .Net project suggestions Pin
Ravi Bhavnani16-Apr-10 6:51
professionalRavi Bhavnani16-Apr-10 6:51 
QuestionHow to get details of users in active directories using LDAP Pin
roshankamath13-Apr-10 20:51
roshankamath13-Apr-10 20:51 
QuestionHelp with RTFTextBox: looking for nobr-equivalent Pin
chess777-Apr-10 4:43
chess777-Apr-10 4:43 
AnswerRe: Help with RTFTextBox: looking for nobr-equivalent Pin
Dave Kreskowiak9-Apr-10 18:23
mveDave Kreskowiak9-Apr-10 18:23 
AnswerRe: Help with RTFTextBox: looking for nobr-equivalent Pin
Luc Pattyn9-Apr-10 23:42
sitebuilderLuc Pattyn9-Apr-10 23:42 
QuestionTransparent control in Visual Basic 2008!!! Pin
Аslam Iqbal6-Apr-10 9:47
professionalАslam Iqbal6-Apr-10 9:47 
AnswerRe: Transparent control in Visual Basic 2008!!! Pin
Dave Kreskowiak6-Apr-10 9:59
mveDave Kreskowiak6-Apr-10 9:59 
GeneralRe: Transparent control in Visual Basic 2008!!! Pin
Аslam Iqbal6-Apr-10 10:39
professionalАslam Iqbal6-Apr-10 10:39 

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.