Click here to Skip to main content
15,889,335 members
Home / Discussions / C#
   

C#

 
GeneralRe: Production release: Do I issue a "Release" build or do I simply not copy over the debug's pdb file? Pin
The Man from U.N.C.L.E.17-May-10 5:30
The Man from U.N.C.L.E.17-May-10 5:30 
QuestionUsing Standalone SMTP email server Pin
msj4u17-May-10 3:31
msj4u17-May-10 3:31 
AnswerRe: Using Standalone SMTP email server Pin
Not Active17-May-10 3:43
mentorNot Active17-May-10 3:43 
GeneralRe: Using Standalone SMTP email server Pin
msj4u17-May-10 19:18
msj4u17-May-10 19:18 
AnswerRe: Using Standalone SMTP email server Pin
Dave Kreskowiak17-May-10 6:05
mveDave Kreskowiak17-May-10 6:05 
GeneralRe: Using Standalone SMTP email server Pin
msj4u17-May-10 19:14
msj4u17-May-10 19:14 
QuestionReportviewer Pin
Rajeshwar Code- Developer17-May-10 3:26
Rajeshwar Code- Developer17-May-10 3:26 
QuestionActiveX control Pin
NarVish17-May-10 0:52
NarVish17-May-10 0:52 
Hi,

Hope this is the right place to post the issue with ActiveXControl. (If not, please let me know the correct Message Board.)
I've a windows class library and would like to create ActiveXControl for that. I regstered the dll using RegAsm.exe and created the below html in local IIS(wwwroot) and accessed. But its not showing the design.
Please let me know if I missed any steps in creation of ActiveXControl. Thanks in advance.


<html>
<body color=white>
<hr>
Please note that you MUST load this HTML document from your local IIS, or from a TRUSTED SITE 
<hr>
	<font face=arial size=1>
	 <OBJECT id="myControl1" name="myControl1" classid="0AE91E82-5EE3-4d27-B7ED-CE2C0B059BB7"  width="500" height="200">
	 </OBJECT>
	</font> 
  <hr>
 </body> 
</html>


classid is the GUID of the class.
In one of the class, I declared the GUID as below.
[
    Guid("0AE91E82-5EE3-4d27-B7ED-CE2C0B059BB7"),
    InterfaceType(ComInterfaceType.InterfaceIsDual),
    ComVisible(true)
]

AnswerRe: ActiveX control Pin
Abhinav S17-May-10 1:41
Abhinav S17-May-10 1:41 
GeneralRe: ActiveX control Pin
NarVish17-May-10 1:45
NarVish17-May-10 1:45 
QuestionSave multiPageTiff to multiPageTiff Pin
nevzatagan16-May-10 23:08
nevzatagan16-May-10 23:08 
AnswerRe: Save multiPageTiff to multiPageTiff Pin
Peace ON16-May-10 23:55
Peace ON16-May-10 23:55 
QuestionVerification text file Pin
tek 200916-May-10 22:45
tek 200916-May-10 22:45 
AnswerRe: Verification text file Pin
TheyCallMeMrJames17-May-10 6:23
TheyCallMeMrJames17-May-10 6:23 
GeneralRe: Verification text file Pin
tek 200917-May-10 7:11
tek 200917-May-10 7:11 
GeneralRe: Verification text file Pin
TheyCallMeMrJames17-May-10 7:54
TheyCallMeMrJames17-May-10 7:54 
QuestionStarting C# App with service Pin
Wie_Funu16-May-10 22:36
Wie_Funu16-May-10 22:36 
AnswerRe: Starting C# App with service Pin
Calla16-May-10 23:01
Calla16-May-10 23:01 
GeneralRe: Starting C# App with service Pin
Wie_Funu17-May-10 0:36
Wie_Funu17-May-10 0:36 
GeneralRe: Starting C# App with service Pin
Calla17-May-10 2:11
Calla17-May-10 2:11 
AnswerRe: Starting C# App with service Pin
Eddy Vluggen16-May-10 23:31
professionalEddy Vluggen16-May-10 23:31 
GeneralRe: Starting C# App with service Pin
Wie_Funu17-May-10 1:42
Wie_Funu17-May-10 1:42 
GeneralRe: Starting C# App with service Pin
Eddy Vluggen17-May-10 1:46
professionalEddy Vluggen17-May-10 1:46 
AnswerRe: Starting C# App with service Pin
#realJSOP16-May-10 23:46
mve#realJSOP16-May-10 23:46 
AnswerRe: Starting C# App with service Pin
Md. Marufuzzaman17-May-10 0:23
professionalMd. Marufuzzaman17-May-10 0:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.