Tagged Questions

1
vote
1answer
34 views

How to draw a picture instead of the slider on Qt QSlider?

I have created a class that inherits from QSlider. I want to draw a picture on the slider (grabber) instead of showing the plain one. How to do it? -- I found an answer and posted after I had …
2
votes
4answers
79 views

Constructor with an array of subclasses of an abstract class as a parameter

I'm working on a player inventory system for a game. I have a struct Slot which has a List<Loot> collection that represents which kinds of items are allowed in it. The abstract class Loot is …
0
votes
1answer
34 views

Automapping subclass in Fluent NHibernate

I'm having some trouble getting fluent nhibernate to properly map the class hierarchy that I have. Presuming that I have the following class structure public abstract class MedicationAction { ... …
0
votes
2answers
34 views

C#: Getting label injected into native app’s statusbar pane to show up

Hey everyone, I am writing a .Net COM DLL that runs inside a native Windows application. I am attempting to inject an additional pane into this app's statusbar, and it does not have any specific …
0
votes
1answer
26 views

public datagridview within user control is “locked” during design time when subclassing

I have a user control that has among other things a label AND a textbox control. With this class, I set the textbox to have its modifier as "public", so when I subclass THIS control, I can get …
1
vote
1answer
104 views

Delphi: Proper time to subclass, and restore, a control?

What is the correct place/time to start subclassing a control? What is the proper time to restore the original window proc? Right now i subclass during form creation: procedure …
0
votes
0answers
5 views

Hooks or Subclassing on 3rd party ActiveX

Can we hook or sub-class a 3rd party activeX ocx like acrobat reader control such that it cannot receive WM_LBUTTONDOWN message? If yes then how it is possible ? Thanks in advance Regards, Naeem
4
votes
2answers
74 views

Choosing the right subclass to instantiate programatically

Ok, the context is some serialization / deserialization code that will parse a byte stream into an 'object' representation that's easier to work with (and vice-versa). Here's a simplified example …
0
votes
1answer
24 views

Overload method (specifically drawRect:) without subclassing.

I'm using a container UIView to house a UIImageView and do some custom drawing. At this point I'd like to do some drawing on top of my subview. So overriding drawRect: in my container UIView will …
1
vote
1answer
30 views

I Don’t get the WM_GETMINMAXINFO message from other applications

Hello! In my C-Dll there is a Windows hook: hook = SetWindowsHookEx(WH_CALLWNDPROC, CallWndProc, hinstance, 0); With this Callback method: LRESULT CALLBACK CallWndProc(int nCode, WPARAM wParam, …
1
vote
3answers
109 views

Method overriding and visibility in Java

Why does the compiler give an error message when you reduce the visibility of a method while overriding it in the subclass?
0
votes
4answers
119 views

Subclassing Array

If you're not interested in a story, skip the first 2 paragraphs. I was talking to a friend about arrays and why they (still) crash if you try to access an object that is out of bounds in "modern" …
1
vote
2answers
222 views

Making a thinner UITabBar

I would like to be able to thin the UITabBar's height by removing each item's titles and reclaiming the vertical space they take up, a la Tweetie 2. This doesn't seem settable in the .xib or …
1
vote
1answer
84 views

Subclassing a external window in C# .NET

Hi, I'm trying to subclass an external window in C#. I have used something similar before in VB6 without any problem BUT the below code just won't work. Can anybody help me out? //API …
1
vote
1answer
70 views

Process All Windows Messages Generated By A Compact Framework Application

Hi Folks, Hoepfully someone can shed some light on a problem - I am trying to listen to\intercept all windows messages generated by an application and dispose of certain types, for example Notify or …

1 2 3 next
15 30 50 per page