473,779 Members | 2,092 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Are OwnerDraw button supported in CSharp

Hi All,

Are ownerdraw buttons supported in C# ?

I have an active X control which I would like to use in CSharp.

Buttons have a style BS_OWNERDRAW, and to do custom drawing you have
to handle WM_DRAWITEM message. It works greate in all languages except
CSharp and VB.net.

As soon as I change the style of the window (by chanding a property of
the Active X control) to BS_OWNERDRAW, it crashes with a NULL pointer
exception.

Any ideas?

Thanks in advance

Anand
Nov 15 '05 #1
2 2968
Anand,

I recently read an article that might relate to your problem. It has
CCoolButon Class that is a OwnerDraw Button
http://www.codeguru.com/printing/gen...nt_class.shtml

I hope this helps.

Thanks,

J
--------------------
From: th************@ yahoo.com (anand)
Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
Subject: Are OwnerDraw button supported in CSharp
Date: 28 Jan 2004 20:42:08 -0800
Organization : http://groups.google.com
Lines: 19
Message-ID: <f9************ ************@po sting.google.co m>
NNTP-Posting-Host: 130.164.143.42
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google. com 1075351328 30330 127.0.0.1 (29 Jan 2004 04:42:08 GMT)X-Complaints-To: gr**********@go ogle.com
NNTP-Posting-Date: Thu, 29 Jan 2004 04:42:08 +0000 (UTC)
Path: cpmsftngxa07.ph x.gbl!cpmsftngx a06.phx.gbl!TK2 MSFTNGP08.phx.g bl!newsfeed00.s u
l.t-online.de!t-online.de!newsf eed.gamma.ru!Ga mma.RU!colt.net !news.maxwell.s
yr.edu!postnews 1.google.com!no t-for-mailXref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:2162 32
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp

Hi All,

Are ownerdraw buttons supported in C# ?

I have an active X control which I would like to use in CSharp.

Buttons have a style BS_OWNERDRAW, and to do custom drawing you have
to handle WM_DRAWITEM message. It works greate in all languages except
CSharp and VB.net.

As soon as I change the style of the window (by chanding a property of
the Active X control) to BS_OWNERDRAW, it crashes with a NULL pointer
exception.

Any ideas?

Thanks in advance

Anand


Nov 15 '05 #2
Anand,

I recently read an article that might relate to your problem. It has
CCoolButon Class that is a OwnerDraw Button
http://www.codeguru.com/printing/gen...nt_class.shtml

I hope this helps.

Thanks,

J
--------------------
From: th************@ yahoo.com (anand)
Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
Subject: Are OwnerDraw button supported in CSharp
Date: 28 Jan 2004 20:42:08 -0800
Organization : http://groups.google.com
Lines: 19
Message-ID: <f9************ ************@po sting.google.co m>
NNTP-Posting-Host: 130.164.143.42
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google. com 1075351328 30330 127.0.0.1 (29 Jan 2004 04:42:08 GMT)X-Complaints-To: gr**********@go ogle.com
NNTP-Posting-Date: Thu, 29 Jan 2004 04:42:08 +0000 (UTC)
Path: cpmsftngxa07.ph x.gbl!cpmsftngx a06.phx.gbl!TK2 MSFTNGP08.phx.g bl!newsfeed00.s u
l.t-online.de!t-online.de!newsf eed.gamma.ru!Ga mma.RU!colt.net !news.maxwell.s
yr.edu!postnews 1.google.com!no t-for-mailXref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:2162 32
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp

Hi All,

Are ownerdraw buttons supported in C# ?

I have an active X control which I would like to use in CSharp.

Buttons have a style BS_OWNERDRAW, and to do custom drawing you have
to handle WM_DRAWITEM message. It works greate in all languages except
CSharp and VB.net.

As soon as I change the style of the window (by chanding a property of
the Active X control) to BS_OWNERDRAW, it crashes with a NULL pointer
exception.

Any ideas?

Thanks in advance

Anand


Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
9018
by: Thomas Kehl | last post by:
Hi. Does anybody have a sample, how does I can make a checkBox ownerdrawn? I need to change the color inside of the box. Can anyone help me, how does I have to do this? Thanks Thomas
0
1102
by: Apollo440 | last post by:
If MenuItem.OwnerDraw Property is true,.NET framework does not recognize the overlapped accelerator keys. Is there a workaround? eg) +------+ |&Test | <- |&Tea | <- MenuItems has overlapped accelerator keys "T" & OwnerDraw = true
2
2849
by: Stuart Norris | last post by:
Dear Group, I am new to c# and windows form designer - coming from a Motif background. I am attempting to develop an application for a touch screen and I need to have a menu system with a larger font to allow ease of selection. I have used OwnerDraw menus implementing the DrawItemEventHandler and
6
23538
by: Celine | last post by:
This question might be very trivial but how can I check that a button is clicked. Is there a way to do something like: if(button is clicked) { .... } Thanks Celine
2
1738
by: jm | last post by:
There are properties for OwnerDraw on ContextMenu items. I know it can be done with regular menus. I cannot find anyone doing it with the systray icon contextmenu (notifyicon.) Is it possible to change fonts, colors, etc. of a context menu item if it is a system tray contextmenu? Thank you.
0
991
by: Michel | last post by:
I come back with a new question regarding my OwnerDraw menu. That is a classical ownerDraw menu to add icon and some other color properties. My feature is to color all the menu bar with the background color of the items. So I feel the left side of the menu bar with a FillRectangle. I gather the width of the form for the Rectangle definition Everything works well.
2
1272
by: Peter Proost | last post by:
Hi group, I've got this ownerdraw menu module which I got from a site and modified to my personal needs, but the only problem I'm having is with the lines in a menu, when you type - as text, it normaly becomes a full line and the height of the menuitem is reduced but when you set a menu to ownerdraw and use my draw and measure item handlers this doesn't work anymore, has anyone worked out a good sloution for this before? Greetz Peter
0
1048
by: genojoe | last post by:
This code is derived from: ms-help://MS.VSCC.2003/MS.MSDNQTR.2005JUL.1033/cpref/html/frlrfSystemWindowsFormsMenuItemClassOwnerDrawTopic.htm The sample works as presented but does not contain a click event. Here is my abridged version of the code. In this code, if I use MenuItem2.OwnerDraw = False, it behaves as expected: no ownerdraw and when clicked, I see the message. If MenuItem2.OwnerDraw = True, I see the colored text but when...
1
5092
by: tmda | last post by:
I'm using OwnerDraw for some customization in my ListView - adding color to item backgrounds. I'm using the ListView specifically for it's OwnerDraw capability. I originally was using the CheckedListBox control but it has no OwnerDraw. I have not found a way to draw the checkboxes while using OwnerDraw (the checkboxes appear correctly when not using OwnerDraw). How can this be done? It would be nice if there were something similar to...
0
10305
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9928
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8959
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7483
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6724
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2867
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.