Software Development Network>> .NET Development>> Creating Internet Download Setup in .NET
How can I make an Internet Download Setup for ActiveX controls in .NET
Do you have more detailed instruction for an activex newbie For example, the classId specified in the <object> tag, where do I add that in the activex component
Would that be:
[Guid("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")]
Thanks.
Creating Internet Download Setup in .NET
MichaelBrietzke
Take a look at http://support.microsoft.com/default.aspx scid=kb;en-us;307353, it describes how to create a Setup package using VS.Net
January
JonasBergstrom
Do you have more detailed instruction for an activex newbie For example, the classId specified in the <object> tag, where do I add that in the activex component
Would that be:
[Guid("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")]
Thanks.