9,867,109 members (26,833 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
366 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 8
Page Size:
10
·
25
·
50
Tag filtered by: ActiveX
[x]
ActiveX EXE registration quandry under win7 64 bit.
by
Ron Anders
Answer
11 May 2013
license:
CPOL
And Bingo was his name o!MSCOMCT2.OCX exists but is not registered by default in x64 SP1Now it works
General Programming
»
Uncategorised Quick Answers
»
General
C++
VB
ActiveX
Project
setup
ActiveX EXE registration quandry under win7 64 bit.
by
Ron Anders
Question
8 May 2013
license:
CPOL
I should say at the outset that this problem may not be limited to win7 x64 as I just haven't tested any other OSes yet except I can say that I have not had a problem with XP 32bit.I wrote a 64 bit COM plug DLL for a larger 64 bit commercial applicationMy DLL starts and talks to, a UI that...
General Programming
»
Uncategorised Quick Answers
»
General
C++
VB
ActiveX
Project
setup
ActiveX (OCX) problem
by
flush0713
Question
5 May 2013
license:
CPOL
Hi,I have a question of OCX.I got the OCX/Demo sources which are coded by VC++6.After I upgrade these codes to VS2008 and rebuild all of them,there are no errors!But when I open the main dialog of the demo program and double click the OCX object on the dialog,the visual studio 2008...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
ActiveX
How to enable popoup menu items in an ActiveX control
by
Style-7
Answer
1 May 2013
license:
CPOL
TrackPopupMenu(TPM_LEFTALIGN|T...
General Programming
»
Uncategorised Quick Answers
»
General
ActiveX
VC++
Activex exe client hangs
by
sjhsjfk
Question
1 May 2013
license:
CPOL
Hi,I have an out of process server running as windows services.I have made another application which instantiate the class defined in the out of process server. But when it calls a method of the class, it just hangs. It though runs fine when the out of process is not running already. When...
General Programming
»
Uncategorised Quick Answers
»
General
VB
COM
ActiveX
How to enable popoup menu items in an ActiveX control
by
pani68
Question
1 May 2013
license:
CPOL
Hello,I created a simple AxctiveX control which would change its color in response to popup menu. I dynamically created a menu in the function OnContextMenu of the control. The problem is, if i call TrackPopupMenu() , passing 'this' as a Cwnd*, the popup commands are not enabled. Can someone...
General Programming
»
Uncategorised Quick Answers
»
General
ActiveX
VC++
Subclass ActiveX control ActiveTreeView SSTree
by
cmk
Question
27 Apr 2013
license:
CPOL
Longshot here ...I'm trying to subclass a tree control in a plugin to a 3rd party application. The application hosts the control but does not expose enough functionality to manipulate it in the plugin.The tree control is an Infragistics ActiveTreeView (SSTree.ocx).the windows class is...
General Programming
»
Uncategorised Quick Answers
»
General
C++
ActiveX
ActiveTreeView
SSTree
SSTreeWndClass
How to make ActiveX work with IE Protected Mode?
by
Dynamsoft
Article
26 Apr 2013
license:
CPOL
This article talks about how to use Dynamic Web TWAIN ActiveX control with Internet Explorer Protected Mode.
Third Party Products
»
Product Showcase
»
General
Dev
Intermediate
ActiveX
TWAIN
Add a activex reference to System.CodeDom.Compiler.CompilerParameters
by
source.compiler
Question
22 Apr 2013
license:
CPOL
hey ...i used this code to compile a source in run time. Microsoft.CSharp.CSharpCodeProvider cscp = new Microsoft.CSharp.CSharpCodeProvider(); System.CodeDom.Compiler.CompilerParameters cp = new...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ActiveX
CodeDOM
Add a activex reference to System.CodeDom.Compiler.CompilerParameters
by
Prasad Khandekar
Answer
22 Apr 2013
license:
CPOL
Hello,BadImageFormatExcept...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ActiveX
CodeDOM
API SetWindowText() is not update data now
by
dev C plus
Question
21 Apr 2013
license:
CPOL
Hi all!i have created a button control activeX MFC, and created property 'Text' , it same 'caption' of basic button.however, after i compile, use on VB.net, that ok. But C++ application MFC, caption not change now, but when i move it on design dialog, it changed.i do not understand...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
ActiveX
API SetWindowText() is not update data now
by
KarstenK
Answer
21 Apr 2013
license:
CPOL
use different texts so you will see, that you see a different text value than, you want to see.Check that you are using the right handle. Check the result and read the docs:http://msdn.microsoft.com/en-us/library/windows/desktop/ms633546(v=vs.85).aspx[^]
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
ActiveX
How to add a function to an ATL DLL with function pointer as parameter
by
skydger
Answer
18 Apr 2013
license:
CPOL
It depends on architecture of your application.Any COM method accepts only "known" parameters in its methods which are primitive datatypes, VARIANT-based or user defined interfaces. So if you want to invoke some method in its implementation it must be defined in some other interface. And your...
General Programming
»
Uncategorised Quick Answers
»
General
ATL
ActiveX
function
Parameter
Pointer
How to add a function to an ATL DLL with function pointer as parameter
by
dev_at_ccv
Question
18 Apr 2013
license:
CPOL
Hello,I tried to add a function with a function pointer as parameter to my ATL C++ project.Unfortunately, VS2008 doesn't provide function pointer as parameter type! :-(In my non-ATL DLL library, I declared my function as following:void SetCashierDisplayEventHandler(void...
General Programming
»
Uncategorised Quick Answers
»
General
ATL
ActiveX
function
Parameter
Pointer
Register a Active X component in vb.net
by
Sergey Alexandrovich Kryukov
Answer
17 Apr 2013
license:
CPOL
Please see my comment to the question addressed against using Direct X and COM with .NET. You don't have to use it to use VLC. For example, please see this CodeProject article:LiquidVideo, Play Video Anywhere with VLC C# .NET VideoLan[^].—SA
General Programming
»
Uncategorised Quick Answers
»
General
VB
ActiveX
VB.NET
Register a Active X component in vb.net
by
Kieran Crown
Question
17 Apr 2013
license:
CPOL
I'm using a customized VLC control in vb.net, but the control needs the VLC player to be registered, on some clients computers VLC isn't installed, at the moment, my installer is installing vlc on the computer if not installed already, but I don't really want to do this, is there a way to...
General Programming
»
Uncategorised Quick Answers
»
General
VB
ActiveX
VB.NET
ActiveX Inception Drawing Issue
by
Pedro Lacerda
Answer
11 Apr 2013
license:
CPOL
Thank you for your time The_Inventor!I've got the problem solved by adding the chart in a IDD_DIALOG and attaching it to the ActiveX. But the ActiveX must be enabled for control container,and the dialog must have a bunch of flags setted.More InfoCheers!
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
COM
ActiveX
Exploring ActiveX Control (.ocx) from available binaries
by
Babak Mahmoudi
Answer
10 Apr 2013
license:
CPOL
It depends if the a typelib is available for the OCX. It may be included as a resource in the binary or somewhere else. The quickest way to check that is to add OCX reference in C#. "Add Reference->Browse". Visual Studio will try to create a wrapper of the ocx. If it succeeds you may start...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C#
ActiveX
Exploring ActiveX Control (.ocx) from available binaries
by
Member 8772143
Question
9 Apr 2013
license:
CPOL
Hi,I have a device controlled by a controller with a software interface. I do not have any documentation regarding SDK available but a manual for software. This software has .dll files and .ocx files available in it's Binaries folder. I want to develop a custom application in C# to...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C#
ActiveX
ActiveX Inception Drawing Issue
by
The_Inventor
Answer
9 Apr 2013
license:
CPOL
Presuming you have a:CDC* m_pchrtMyChart;in your code then all you should have to do is:m_pchrtMyChart = mschrt20obj.m_pchrtObj or something to that extent. Often there is a HANDLE involved in order to transfer information about the object. It is a lot like using Bitmaps.
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
COM
ActiveX
ActiveX Inception Drawing Issue
by
The_Inventor
Answer
8 Apr 2013
license:
CPOL
You need a member and method(s) that point to the mschrt20.ocx functions within the mschrt20.ocx module within your module's code. Also you will need to include mschrt20.h in your header file for you module. Then in your OnDraw() use the methods and member, that is in your header file of your...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
COM
ActiveX
ActiveX Inception Drawing Issue
by
Pedro Lacerda
Question
8 Apr 2013
license:
CPOL
Hi, I want to draw an ActiveX (mschrt20.ocx) inside the OnDraw method in my custom ActiveX made in (C++/VS2010).Someone have a clue on that?
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
COM
ActiveX
Error when passing connection string to activeX
by
CPallini
Answer
26 Mar 2013
license:
CPOL
As the error message suggests, the problem is probably not related to your code: it is a SQL Sever configuration issue (and Google is your friend[^]).
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
ActiveX
Error when passing connection string to activeX
by
Medo-I
Question
26 Mar 2013
license:
CPOL
Hello allI am using ActiveX in my web application in one page, it is working properly in my PC, i am passing the connection string from the web page that has the activex in it as following:This is the javascript code in the page that passing the connection string to the...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
ActiveX
How to map activex objects to zoom level of browser
by
sandeepyes
Question
22 Mar 2013
license:
CPOL
I created a rectangle using a activex(internally using GDI concepts) plugin. But when I zoom the webpage in browser (using Ctrl+ mouse_scroll) the drawn rectangle remains as it is and only the web page gets zoomed. is there any way to map the drawn rectangle to map to browser zoom level..??I...
General Programming
»
Uncategorised Quick Answers
»
General
C++
ActiveX
VB6 ActiveX DLL Problem
by
Sergey Alexandrovich Kryukov
Answer
12 Feb 2013
license:
CPOL
This is a solution more for CHill60 who I don't want to frustrate, rather than for OP, but I'm sure my answer will be pretty useful for nearly everyone, especially for those using VB6.Folk wisdom says:How to mount a dead horse?Even though its seems that, if a horse is dead, using some...
General Programming
»
Uncategorised Quick Answers
»
General
VB6
ActiveX
DLL
VB6 ActiveX DLL Problem
by
Adwaitam
Question
12 Feb 2013
license:
CPOL
Hi,I am facing some problems in the deployment of my VB ActiveX DLL on a server.I have a job which runs a stored procedure. The job and the SP are on the same server as the DLL. Using this stored procedure I access the classes (and the methods in those classes) in DLL by using the...
General Programming
»
Uncategorised Quick Answers
»
General
VB6
ActiveX
DLL
pop3 ActiveX with SSL
by
Dree2
Answer
3 Feb 2013
license:
CPOL
After all those responses :) and a couple of days of more searching I found this:http://visualstudiogallery.msdn.microsoft.com/28b96cd4-b755-48a0-b686-9abb7d5607a8[^]Works like a dream.Dree
General Programming
»
Uncategorised Quick Answers
»
General
Windows
Win7
ActiveX
Basic
pop3 ActiveX with SSL
by
Dree2
Question
2 Feb 2013
license:
CPOL
Hi,Just back from a few years not programming, before with vb6, now I'm using Visual Basic 2010. Re making my old programs I encountered a small problem. I made a email notification program with a free PoP ActiveX, it can set the port but it does not contain the Possibility to set SSL on or...
General Programming
»
Uncategorised Quick Answers
»
General
Windows
Win7
ActiveX
Basic
How to get Client Machine Details and send them to Server using ActiveX control
by
Espen Harlinn
Answer
23 Jan 2013
license:
CPOL
Not really a good way to handle this - anyway Matthew Hudson has created a VB script that allows you to handle this using WMI:http://www.sccm-tools.com/tools/vbscript/vbscript-certificates.html[^]The above script will allow you to get information about certificate expiration using WMI....
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
ActiveX
Remoting
How to get Client Machine Details and send them to Server using ActiveX control
by
nag24_m
Question
21 Jan 2013
license:
CPOL
Hi Team,I am new to .Net. I have a requirement, where I need to get Client Machine details such as OS, Version, Hardware, IE browser version, and all the certificate details and send that information to Server. The main aim is to help client to install right Certificates.Please suggest...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
ActiveX
Remoting
How to get Client Machine Details and send them to Server using ActiveX control
by
Kishor Deshpande
Answer
21 Jan 2013
license:
CPOL
Request.Browser Property will help you.Link: Request Details
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
ActiveX
Remoting
Image Scanning & Uploading in Web App
by
Dynamsoft
Article
17 Jan 2013
license:
CPOL
Image Scanning & Uploading in Web App
Third Party Products
»
Product Showcase
»
General
C#
ASP.NET
VBScript
Javascript
Dev
COM
PHP
Intermediate
ActiveX
TWAIN
, +
Use VB6 ActiveX Control in C#
by
Pascal-78
Answer
16 Jan 2013
license:
CPOL
Your error may not be a missing Entry Point in your OCX but may be a missing dependency.Try to run the dependency walker ("depends.exe") on the client computer.It should help you to add the missing dlls (may be from VB6 runtime).
General Programming
»
Uncategorised Quick Answers
»
General
VB6
C#
COM
ActiveX
Use VB6 ActiveX Control in C#
by
sharad_radhe
Answer
16 Jan 2013
license:
CPOL
I have COM Component which is developed in VB6. I have to use this component in my Application. I am upgrading an application for Document Management in which i used Read_Write_Doc.ocx component which Read doc and Write it into another doc. For This I have to do this all.
General Programming
»
Uncategorised Quick Answers
»
General
VB6
C#
COM
ActiveX
Use VB6 ActiveX Control in C#
by
Sergey Alexandrovich Kryukov
Answer
16 Jan 2013
license:
CPOL
You did not provide anything to solve this problem, but even considering it makes no sense at all. If you already using C#, dealing with VB6 can be justified only by a masochist.VB6 was obsolete even before it was introduced to the market. You hardly can tell a single reason to mess with...
General Programming
»
Uncategorised Quick Answers
»
General
VB6
C#
COM
ActiveX
Use VB6 ActiveX Control in C#
by
sharad_radhe
Question
16 Jan 2013
license:
CPOL
Hello,I am developing Application which use VB6 ActiveX(COM) Component. Its work fine at Development PC. But it don't work at other PC.I tried to register .ocx control using regsvr32 but it gives error 'Entry point not found'. I tried many ways but it does't work.Please help.Thanks...
General Programming
»
Uncategorised Quick Answers
»
General
VB6
C#
COM
ActiveX
Invoking methods from .NET library class in Javascript using Active X Control
by
Sergey Alexandrovich Kryukov
Answer
4 Jan 2013
license:
CPOL
ActiveX used on the client size is evil, really. First of all, this is proprietary technology, so browsers are not obliged to support it and often don't or do via some plug-ins which many user's won't install. Especially on non-Microsoft platforms. What, developing application only for the users...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ActiveX
Invoking methods from .NET library class in Javascript using Active X Control
by
- NA -
Question
4 Jan 2013
license:
CPOL
Hello,I have this .NET library class that inherits an abstract class. I found several tutorials on how to make the class/methods and properties visible as a COM object. Also, I was able to register the Active X on the system. ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ActiveX
ActiveX not working on client machine
by
Nader El Masry
Answer
30 Dec 2012
license:
CPOL
I solved the problem :)The problem was :1) I used to put msi file only or setup.exe in CAB file but i must put both msi and setup.exe and refer to setup.exe in inf file2) inf file format was wrong , the correc one is...
General Programming
»
Uncategorised Quick Answers
»
General
ActiveX
Html image button causes flicker on mouse events in the activeX element
by
bhavya_bhst
Question
27 Dec 2012
license:
CPOL
I am using an activeX control which i have created using c#, in an html page. This activeX works fine when we do not mouse over the image button which has src change inline javascript attached to it.When we do mouse over the image butoon it is causing this activeX to flicker by sending resize...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Javascript
ActiveX
User-controls
ActiveX not working on client machine
by
Sergey Alexandrovich Kryukov
Answer
26 Dec 2012
license:
CPOL
Why using ActiveX at all? For a Web application, this is pure evil. ActiveX is proprietary and aging technology which will never be available on all client systems. Moreover, using ActiveX is considered unsafe, for good reasons, so really knowledgeable users will deny using your application as...
General Programming
»
Uncategorised Quick Answers
»
General
ActiveX
ActiveX not working on client machine
by
Nader El Masry
Question
26 Dec 2012
license:
CPOL
I'm trying to run activex control for a simple hello world message box. First i created the class library and i have now the dll , then i created the HTML page and called the activeX control : DemoActiveX
General Programming
»
Uncategorised Quick Answers
»
General
ActiveX
VS C# ActiveX license error
by
mushack
Question
23 Dec 2012
license:
CPOL
Hi guys... I have a problem in my C# project. Normally it was running but now my project has a license error. when I ran main form, telling me "you must have a license to use ActiveX control"I dont make anything upgrade/improving or else, this error suddenly occuredAlthough my research did...
General Programming
»
Uncategorised Quick Answers
»
General
ActiveX
c#.
How to embed an activeX to Atl Composite Control?
by
Jecka
Answer
20 Dec 2012
license:
CPOL
Thank you for you helpYour solution really helped me work out the problem!I needed the row hr = AtlAxGetControl( wndBrowser, &pUnk ); So It's remained to make inner ActiveX stretch following composite control stretching.
General Programming
»
Uncategorised Quick Answers
»
General
C++
ATL
ActiveX
How to embed an activeX to Atl Composite Control?
by
armagedescu
Answer
19 Dec 2012
license:
CPOL
It is easy.//ATL ActiveX wnd for the nested control, best place is as a class memberCAxWindow wndAnimationWnd; //best in OnCreate:wndAnimationWnd.Create(hWndOfYourControl, //hwnd of outer control &rect_ForEmbededAnimation, //client coordinates inside the outer control ...
General Programming
»
Uncategorised Quick Answers
»
General
C++
ATL
ActiveX
Old VB6 ActiveX EXE to C#
by
CHill60
Answer
19 Dec 2012
license:
CPOL
Right click References, Add Referenceselect the COM tab in the dialog box and locate your activeX object - I'll call mine objA for now - and hit Ok. objA should appear in your list of references.In your code you will need to putusing objA;Then you can use it like any other object...
General Programming
»
Uncategorised Quick Answers
»
General
C#
VB
ActiveX
Old VB6 ActiveX EXE to C#
by
rshepp
Question
19 Dec 2012
license:
CPOL
I am converting an old desktop application that uses 2 ActiveX EXE's. It uses CreateObject() to return a reference to the COM object. This reference is then used to pass in pertinent information to the COM component such as database connection information and call the appropriate fuctions. There...
General Programming
»
Uncategorised Quick Answers
»
General
C#
VB
ActiveX
ActiveX access denied in asp.net
by
zaibshah
Question
12 Dec 2012
license:
CPOL
I have written an ActiveX component to get list of .Net frameworks installed on client's Machine. When i use to test it with simple HTML page, it goes fine but when i run it in ASP.Net project then it says "Access is denied" while creating its object in javascript. here is the javascript...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Javascript
HTML
COM
ActiveX
HCL finger print reader in .net
by
ashishdhingra
Question
5 Dec 2012
license:
CPOL
I need to integrate HCLINFOSECU disk(FD0U04) in my .net application.I tried secugen sdk,but that is not able to detect this device.Please guide.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Javascript
ActiveX
Page 1 of 8
1
2
3
4
5
6
7
8
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid