Print Page | Close Window

Skinning Button Column in DataGridView

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=16949
Printed Date: 05 April 2025 at 5:34pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Skinning Button Column in DataGridView
Posted By: MadTogger
Subject: Skinning Button Column in DataGridView
Date Posted: 13 July 2010 at 1:28pm
Hi,

I have a lot of controls that are created at runtime on my form.

I am using VS2010 C#

I have managed to skin all of the runtime created controls except one.
It is a Button Column within a DataGridView component.

The Column name is 'Code' and using the piece of code below causes an error.

skinFramework.ApplyWindow(Code.Handle.ToInt32());


Here is the error message:-


'System.Windows.Forms.DataGridViewButtonColumn' does not contain a definition for 'Handle' and no extension method 'Handle' accepting a first argument of type 'System.Windows.Forms.DataGridViewButtonColumn' could be found (are you missing a using directive or an assembly reference?)


Any help would be appreciated.

Kind regards..,

MT ;)


-------------

http://www.madtogger.co.uk - MadTogger - Personal Pages
http://twitter.com/MadTogger - Twitter - @MadTogger



Replies:
Posted By: Oleg
Date Posted: 14 July 2010 at 2:39am
For ApplyWindow you should pass some Window handle. Not sure what you want to do with Column's handle.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net