creating windows user control in Visual C++ .Net

  • Thread starter Thread starter Nagaraju
  • Start date Start date
N

Nagaraju

Hi,
I wants to create a windows user control in Visual
C++ .Net. How to do that?
I can easily do in Visual C#, because there is a project
templeate "Windows Control Library", but there is no such
templte for Visual C++ .Net projects.

Please explain me in detail.

Thanks in advanace.

Nagaraju
 
Nagaraju said:
Hi,
I wants to create a windows user control in Visual
C++ .Net. How to do that?
I can easily do in Visual C#, because there is a project
templeate "Windows Control Library", but there is no such
templte for Visual C++ .Net projects.

File | New | Project | Visual C++ Projects | .NET | Windows Control Library
( .NET ) .
 
Back
Top