IButton interface & other control

Started by
2 comments, last by Endurion 9 years, 6 months ago

hello

i want to create a button control (.dll) that looks like a System.Windows.Forms.Button control? can i use the IButton interface to give to my new control the same shape ?

Advertisement

You need to provide more information.

What framework do you use? (Win32? MFC? Windows.Forms? WPF?)

What language?

What is this IButton interface? In what context does it exist?

Fruny: Ftagn! Ia! Ia! std::time_put_byname! Mglui naflftagn std::codecvt eY'ha-nthlei!,char,mbstate_t>

i use .NET Framework 2.0 version & i am talking about the IButtonControl interface that exists into the .NET framework.

In this case System.Windows.Forms.ButtonRenderer might be what you're after.

Here is a sample at MSDN (http://msdn.microsoft.com/de-de/library/f0ys5025(v=vs.80).aspx)

Fruny: Ftagn! Ia! Ia! std::time_put_byname! Mglui naflftagn std::codecvt eY'ha-nthlei!,char,mbstate_t>

This topic is closed to new replies.

Advertisement