.NET control on custom form

R

Roderic

I have a .NET Windows Control written (project template Windows Control
Library). I would like to use it on my custom form, but don't know how
to make it visible on Component Toolbox. Is it possible? How to do it?
 
H

Hollis D. Paul

I have a .NET Windows Control written (project template Windows Control
Library). I would like to use it on my custom form, but don't know how
to make it visible on Component Toolbox. Is it possible? How to do it?
Have you registered it on your computer? It should appear in the list of
available objects just like all the other type libraries and controls that
are registered on your computer. Are you not recognizing its registered
name?

Hollis D. Paul [MVP - Outlook]
(e-mail address removed)
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2195
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US

Mukilteo, WA USA
 
R

Roderic

Hollis said:
Have you registered it on your computer? It should appear in the list of
available objects just like all the other type libraries and controls that
are registered on your computer. Are you not recognizing its registered
name?

I forgot to write, that I want to use in on _Outlook_ custom form. I
have found, that Outlook can use only COM/ActiveX controls - so I must
compile/register it for dual use. But I have problem with finding how to
do it :-( (I'm .NET newbie, if it is not obvious :) ).
 
H

Hollis D. Paul

I forgot to write, that I want to use in on _Outlook_ custom form. I
have found, that Outlook can use only COM/ActiveX controls - so I must
compile/register it for dual use. But I have problem with finding how to
do it :-( (I'm .NET newbie, if it is not obvious :) ).
Jay B. Harlow, our resident .net expert suggested the following:

This article discusses one method, however I have not actually tested it.



http://groups.google.com/groups?q=Outlook+Property+Pages+in+.Net+group:micr
osoft.public.dotnet.*&hl=en&lr=&ie=UTF-8&group=microsoft.public.dotnet.*&se
lm=%23Q6fLdevDHA.2220%40TK2MSFTNGP09.phx.gbl&rnum=1



Jay

That URL may be garbled by the fixed line-lengths used by my news client.
Reconstruct it very carefully in a very wide Notepad or Word that shows the
cr-lf characters.

Hollis D. Paul [MVP - Outlook]
(e-mail address removed)
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2195
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US

Mukilteo, WA USA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top