python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Class only registered when accessing as Administrator
I am trying to access a COM dll from my .NET application. That dll is registered using regsvr32. When the appication that tries to access the dll is running as a normal user the application quits with...
ProXy
Votes: 0
Answers: 0
Autosar: time duration between Full COM request by ComM and Can Interrupt should be less then 20ms
There is customer requirement that time duration between Full COM request by ComM and Can Interrupt should be less then 20m but it when I calculated it is showing 56ms. Is there any parameter in Davin...
Vishal Srivastav
Votes: 0
Answers: 2
"After" parameter of Sheets.Add method
I tried adding 5 sheets after the active using the following code:
Imports System
Imports Microsoft.Office.Interop
Module Program
Dim oxl As Excel.Application
Dim owbs As Excel.Workbooks
...
Joy G
Votes: 0
Answers: 2
Is It Possible To Use Reflection To Pass A COM Object From C# to C++?
I have a C# assembly that does some work and sends the results of the work back to a C++ core. I am trying to use Reflection to pass it back since the C# assembly runs on a different thread than the o...
Bill
Votes: 0
Answers: 1