|
-
January 9th, 2009, 01:47 AM
#3
Re: How to use Visual Basic 6.0 ActiveX Control in ASP.NET & C# 3.5
 Originally Posted by JonnyPoet
1)Web Controls are web Controls and if your control isn't designed for usage in net IMHO it isn't possible. WebControls are designed in a way so they could be sent to the user via HTML code so the browser is able to show it on the screen.
2) A web control has a postback method so its easy to post values back to the server. This is one of the reasons why you need to use a web control. What sort of ActiveX you have so you think you need to use it in the web ?.
1. I've found that how to use ActiveX control in ASP.net like
<object id="objOcxCtrl" classid ="clsid:BBB438D4-B437-46AD-B583-6215E398F31F"
codebase="http://ServerIpAddress/CheckActiveX/MyActiveX.CAB#version=1,0,0,0" >
</object>
2. I've built this ActiveX control in Visual Basic 6.0. I need to read all information from the client system i.e. from selected path, I need to find out how many folder, subfolders & files count, extention of files with Size also.
For e.g. If user uses MyActiveX control then first user needs to browse the path and it will show Client Side drive, folders & files list. When user will select the path and click on then it will show a report i.e. count for folders, subfolders, files with extentions, size.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|