Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged com

0 votes
484 views
1 answer
    I have all MFC stuff installed foe my VS-2019 Porfessional. I miss the Add New Item "MFC Class From Tyspelib" ... version. What did I miss? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
643 views
1 answer
    I am trying to register a DLL using WiX. Now I know and understand that I should use heat and get it ... heat it would be greatly appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
763 views
1 answer
    I am using win32com to automate some simple tasks in AutoCAD. It's mostly been working quite well except ... will be much appreciated! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
523 views
1 answer
    I'm trying to use method IUIAutomation::ElementFromPoint in Python using comtypes package. There are many examples ... raises the same exception See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
428 views
1 answer
    I am trying to understand how COM specifies the layout of its objects so that a client that wants to use a ... a COM object layout is specified? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
491 views
1 answer
    I have a C# WPF application with a section that serves as an FTP client, listing files on a remote ... tips/direction would be appreciated! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
590 views
1 answer
    What is the best way to get the return value from IHTMLWindow2::execScript? I found this link, http://social. ... the right way? Regards Manoj See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
404 views
1 answer
    I've been successfully creating a .net mutex like this: SingleIns = new Mutex(true, AppName); for a while. It works ... { form.Dispose(); } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
643 views
1 answer
    I want to create an ISO image, so a .iso file, on Windows. This is possible to do using COM component IMAPI2FS ... save its contents to a file? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
406 views
1 answer
    I have several VB6 ActiveX server exe files which need to be registered on install before they can be used ... to harvest this information. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
403 views
1 answer
    I am not able to create a functioning ActiveX control in C#; I have tried following tutorials to do so without ... is not visible in tstcon32. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
517 views
1 answer
    i googled a lot and found out some info about the band object from which we can make the ad-in for the ... from band objects? Thanks in advance See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
445 views
1 answer
    I need to get be able to handle a .net event in VB6. So far i have it set up by making me c# ... End Sub So oHost.add_EvalReceived line is wrong See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
487 views
1 answer
    One machine having MSVBVM60.dll ver 6.0.97.82, say OLD. Other machine having MSVBVM60.dll ver 6.0.98.15, ... different to get rid of this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
357 views
1 answer
    When maintaining a COM interface should an empty BSTR be treated the same way as NULL? In other words should these ... BSTR someObj->Foo(NULL); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
290 views
1 answer
    When maintaining a COM interface should an empty BSTR be treated the same way as NULL? In other words should these ... BSTR someObj->Foo(NULL); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
315 views
1 answer
    When maintaining a COM interface should an empty BSTR be treated the same way as NULL? In other words should these ... BSTR someObj->Foo(NULL); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
338 views
1 answer
    I would like to run WMI queries from Go. There are ways to call DLL functions from Go. My understanding is ... solution in the accepted answer. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
320 views
1 answer
    As the question states - is there a good tool out there which lists methods an unmanaged DLL exports? I ... COM methods and interfaces too. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
860 views
1 answer
    The following vbscript code works prefectly fine: Dim App Set App = GetObject("","QuickTest.Application") App.Quit ... wrong with the C# code? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
629 views
1 answer
    Inherited property (P1) is not accessable from w/cscript. Class structure looks something like this : [ ... here something really wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
435 views
1 answer
    I have a COM dll written in vb6. When I try to create a new object of a class module from this dll I ... being used when a program is running? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
325 views
1 answer
    I have a JScript script that runs using cscript.exe. It creates a shortcut on the desktop (and in the ... 't contemplate or other solutions. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
533 views
1 answer
    i want to import a Type Library (tlb) into C#. How do i import a .tlb into a .cs code file? Borland ... type? Type Library Importer (Tlbimp.exe) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
535 views
1 answer
    how to open excel file in browser , i dont want some thing like force download dialog , i want to open excel in ... like , how to do in php. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
466 views
1 answer
    I am trying to write a Python script that will access and modify the active Excel workbook using the Excel COM ... instance it was in. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
407 views
1 answer
    I am trying to produce a C# wrapper for a COM object that I have (named SC_COM.dll), but am having some ... how can I better link the two? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
729 views
1 answer
    I'm trying to run a legacy VB6 application on my desktop (it doesn't have a user interface, being a command- ... an idea what is going wrong? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...