Tagged Questions
The ownerdrawn tag has no wiki summary.
4
votes
1answer
431 views
How to selectively invalidate Owner Drawn TListBox's canvas?
I have an owner drawn TListBox (lbVirtualOwnerDraw), whose content gets updated dynamically (there can be as high as 10 updates in a second). There can be up to 300 items in the list box at a time. ...
4
votes
1answer
5k views
C#: TreeView owner drawing with ownerdrawtext and the weird black highlighting when clicking on a node
I set the DrawMode to OwnerDrawText and tacked on to the DrawNode event, added my code to draw the text the way I want and all works well save for some odd black selection highlighting when a node is ...
4
votes
5answers
1k views
How to create a non OwnerDraw Button in .NET?
I'm creating a plugin to a software that skins the form I created. However, the button are not skin based on them and a standard gray button is shown. Asking on the software forum pointed me that .NET ...
4
votes
2answers
18k views
C# ListView Detail, Highlight a single cell
I'm using a ListView in C# to make a grid. I would like to find out a way to be able to highlight a specific cell, programatically. I only need to highlight one cell.
I've experimented with Owner ...
3
votes
1answer
45 views
How to draw UI elements with Visual Styles turned off?
I have a owner drawn control where I need to draw the expand box ("plus/minus") of a treeview. With visual styles turned on it is easy, just create a renderer for the appropriate VisualStyleElement:
...
3
votes
1answer
2k views
Trouble with TreeView.DrawNode - OwnerDrawText
I have an app that is connected to a remote server and polling data when needed. It has a TreeView where the Nodes represent the objects that are available and the color of the text indicate whether ...
3
votes
2answers
4k views
Winforms - How do I create a custom windows border and close/minimise buttons?
I would like to be able to create a black custom window (with border and controls) like that shipped as part of expression blend, Twirl, or Adobe Lightroom.
Is there a best practices way of creating ...
3
votes
3answers
5k views
How do i enable double-buffering of a control using C# (Window forms)?
How do i enable double-buffering of a control using C# (Window forms)?
I have a panelcontrol which i am drawing stuff into and also an owner drawn tabcontrol. Both suffer from flicker, so how to ...
2
votes
1answer
118 views
How to provide animation in an owner-drawn menu item?
My application is in C# 3.5, Winforms, but this will most likely require P/Invoke anyway, so it's not that strictly tied to .NET.
I have created owner-drawn menu items via ContextMenu and MenuItem ...
2
votes
3answers
836 views
Why is my owner-drawn combobox shown empty?
I'm subclassing a WTL combobox and I'm owner-drawing the items of the combobox. The control has the attributes CBS_DROPDOWNLIST | CBS_HASSTRINGS | CBS_OWNERDRAWVARIABLE and I'm using the mix-in class ...
2
votes
4answers
911 views
What message or event is raised which I invoke CListCtrl::InsertItem() method?
I was planning to implememt owner-drawn of CListCtrl. I thought that drawing an item is after the item is inserted into the control. So my method is declare a class which is derived from CListCtrl and ...
2
votes
1answer
3k views
Anyone have a C# example showing an owner drawn tabcontrol with hot-tracking effects?
Anyone have a C# example showing an owner drawn tabcontrol with hot-tracking effects?
I've implemented a nice owner drawn tabcontrol using C# and .NET 2.0 but i'm stumped when it comes to ...
1
vote
1answer
17 views
How to set height for owner draw variable CListBox (MFC)
I have a variable-height owner draw ListBox control. When I call AddString, a MeasureItem message is sent asking me to tell Windows the size of the item. The problem is, the code hasn't had a chance ...
1
vote
1answer
369 views
Best Way to Override ComboBox.Items
I've created an owner-draw user control that inherits from ComboBox.
The control stores specialized items, but the Items collection still accepts and returns items of type Object. Any tips on the ...
1
vote
1answer
222 views
C# p/invoke, Reading data from an Owner Drawn List Box
I have an Owner Drawn List Box in an external application (America Online) that I need to get data out of for building a component to assist people with its usability. (the utility will be making ...
1
vote
2answers
520 views
Change size of ToolStripMenuItem
I'm custom drawing a menu item in a MenuStrip. The problem I'm having is that the menu item insists on sizing itself based on the text, which is not what I want (there is no text). I can set AutoSize ...
1
vote
1answer
980 views
.NET OwnerDraw ComboBox: Vista/7 themed DropDownList
I'm working on a custom ComboBox for a project, and have the basic painting working.
One of the remaining things to do is make it look like the default ComboBox in Vista and 7, when the DropDownStyle ...
1
vote
1answer
1k views
How to make an ownerdraw Trackbar in WinForms
I'm trying to make a trackbar with a custom graphic for the slider thumb. I have started out with the following code:
namespace testapp
{
partial class MyTrackBar : System.Windows.Forms.TrackBar
...
1
vote
2answers
549 views
Custom/Owner draw control in PyQt?
I am learning PyQt and wonder if one can create custom/owner draw control like one show in the figure below:
The search box has magnifier icon on its right border. Is this kind of thing ...
1
vote
6answers
3k views
Double buffering problem of a derived owner-drawn TabControl?
I have derived a TabControl with the express purpose of enabling double buffering, except nothing is working as expected. Here is the TabControl code:
class DoubleBufferedTabControl : TabControl
{
...
0
votes
1answer
188 views
Listview Problems with ownerdraw mode text rendering
I'm trying to implement an owner drawn ListView because the base control eats the tab character which I need to align values within a column.
Using an example from MSDN as a base I was able get ...
0
votes
3answers
369 views
win32 c++ owner draw button with transparent image
i've implemented a owner draw button into my win32 app (no MFC). The button is a normal 20x20 bitmap (round icon with transparency). The problem is that the button is positioned on a solid background ...
0
votes
1answer
128 views
Draw controls in tab control tab header area in Winforms
I am trying to add some controls to the left of the tab header area for my tab control but not affect the tab page area (like internet explorer). I think I would have to owner draw the control, but ...
0
votes
2answers
345 views
WIN32: How Do I Tell an Owner Drawn Static Control to Refresh Itself?
I have a WIN32 owner-drawn static control that draws a progress bar using two source images (filled and unfilled). Works great on the initial draw:
case WM_DRAWITEM:
{
DRAWITEMSTRUCT* ...
0
votes
0answers
182 views
Ownerdrawing of shell extension not working when used from folders pane
sorry for the lengthy post, but the problem needs a complex description.
I'm using VS2010 on Windows XP SP3. I'm having a weird problem developing a shell extension in c#, more or less following the ...
0
votes
0answers
56 views
How to reproduce owner drawn control bug on Windows 7?
The bug is that owner drawn .NET ListView doesn't work, i.e. it draws a lot of trash and artifacts. Something wrong with drawing of the background image.
But the real problem is that I cannot ...
0
votes
1answer
145 views
Removing the border from an owner-drawn listbox
I've made an owner-drawn listbox by deriving CListBox, but I don't want it to have a border. Instead the border will be painted in the background of the parent dialog, so my listbox will look like it ...
0
votes
1answer
210 views
listbox ownerdrawn items vb2008
I need to draw each item in a listbox based on the text the items that is about to be added or the text it contains. Then I need to place an icon at the beginning of the listbox, with two other colors ...
0
votes
1answer
345 views
How to change the font-size of a popup-menue (MFC, VC6)
I wonder if there is a quick and easy way to change the height of a PopupMenu (i.e. so that each line in the menu has an increased vertical size), and also change the font size to use a bigger font.
...
0
votes
1answer
130 views
Making a winform form owner drawable
I have a form that I am attempting to override the WndProc subroutine on. I am using GetDCEx to get a DC handle to my form. According to Microsoft's documentation on using GetDCEx, my form must have ...
0
votes
1answer
53 views
How do I make an custom drawn resizable container?
I have a WinForms gui application which has a number of areas to it which I'd like to custom-draw some graphics. These areas would contain controls and be resizeable. I'm currently thinking of ...
0
votes
1answer
549 views
C# ColumnHeader's free space background color
Hey,
I'm trying to draw custom ColumnHeaders in a FastObjectListView control.
So far the code works, but the ColumnHeaders free space ( so the part that does not contain any column headers atm ) ...
0
votes
2answers
645 views
Windows Forms ListView in Details Mode - How to Change Row Height in Owner Draw?
I've got a Windows Forms ListView control in details mode. There are multiple columns at play. I'm trying to use owner draw to place a particularly wide column "below" the others.
So, instead of ...
0
votes
2answers
1k views
Vertical Text on Right-Aligned TabControl
Trying to have the text on each tab of the tabcontrol to be displayed vertically. Being that I've never forayed into controls and what not, i'm sorta stuck. Found some code to get the text to display ...
0
votes
1answer
383 views
Testing whether item is visible in virtual ListView
all! Here's my predicament:
I'm using a ListView control in virtual and OwnerDraw mode to display a number of items.
Is there a way to test whether a certain item is visible (within the client area ...
0
votes
1answer
635 views
c# MeasureItemEvent handler: e.ItemHeight not changing
Is it me or can I only set the itemheight - e.ItemHeight - once for a listbox?
Although I handle the MeasureItemEvent on my ownerdrawn listbox and set the e.ItemHeight to the right value, only the ...
0
votes
1answer
519 views
What is an owner drawn listbox?
Please excuse my ignorance, but I have come across this term "owner drawn" listbox. Can someone experienced with this explain what exactly that is?
0
votes
1answer
719 views
What's the correct way to use controls in Owner drawn list box?
I am experimenting with owner drawn list box. I am adding a text box to a specific item within list box. However, when I start scrolling, the text box does not display in the right location. What is ...
0
votes
1answer
618 views
listbox control ownerdraw question( adding a edit control to the listbox item )
I am using owner draw variable style for a listbox( winforms 2.0)
when a user selects an items I want to draw an edit control in that cell
Is that doable
not a drop down but an actual edit control ...
0
votes
1answer
550 views
redraw combobox items when expanded
I have a .net 3.5 windows application with a bound combobox. I have overridden the DrawItem event to color the background of individual items based on certain conditions. I have asynchronous threads ...
0
votes
4answers
1k views
Owner Draw ListView “smearing” when scrolling
I have an ownerdrawn ListView that "smears" when I scroll. It only affects the last displayed item as it moves into the visible are of the list...
It looks like:
Blah
Blah
Blah
...have ...
0
votes
1answer
738 views
Custom Drawing of (multi-layered)Embedded TabControls Error
I have a winform app that has tabcontrols that are 3 layers deep. I am dynamically coloring the tabs with the below class. When it goes to color an embedded tabcontrol it pitches a fit.
A first ...
0
votes
1answer
950 views
Character Alignment with an OwnerDraw ListView in C#
I'm trying to implement a .NET control that functions like the Firefox Awesome Bar. To that end, I'm trying to bold and underline searched for characters inside of search results displayed in a ...
0
votes
2answers
4k views
Text Alignment on OwnerDraw Tooltip in C# / .NET
I have a multiline text string (e.g. "Stuff\nMore Stuff\nYet More Stuff"), and I want to paint it, along with a bitmap into a tooltip. Since I am painting the bitmap, I need to set OwnerDraw to true, ...