System Buttons in Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Visual C++, we were able to add our own system buttons to any dialog. Is
this still possible in .NET (C# or C++ .NET)?

Thanks,
Bassam
 
Bassam,

What do you mean by system buttons, and how did you do this? Chances
are there is not a managed way to do this, but you can still make the calls
to the appropriate APIs to do it.
 
I mean add other buttons to the dialog title bar besides the min/max/close
buttons.

Bassam

Nicholas Paldino said:
Bassam,

What do you mean by system buttons, and how did you do this? Chances
are there is not a managed way to do this, but you can still make the calls
to the appropriate APIs to do it.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Bassam said:
In Visual C++, we were able to add our own system buttons to any dialog.
Is
this still possible in .NET (C# or C++ .NET)?

Thanks,
Bassam
 
Back
Top