15,740,360 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Guru16 (Top 14 by date)
Guru16
11-Jul-17 16:23pm
View
MFC application. And yes C# library is COM exposed.
Guru16
11-Jul-17 15:34pm
View
Deleted
We have a C++ main window. From China++ we call a method in C# class. Then we show a C# form which actually sits on top of that C++ window as a modal dialog.
Guru16
11-Jul-17 15:32pm
View
We have a C++ main window. From C++ we call a method in C# class. then we show a C# form which actually sits on top of that C++ window as a modal dialog.
Guru16
11-Jul-17 15:23pm
View
The C++ component invokes a method in C# class..then within c# we do a Form.Show and show our C# window.
Guru16
11-Jul-17 13:56pm
View
It's set to true.
Guru16
11-Jul-17 12:59pm
View
The method resides in Winform (Form1.cs). The C++ application invokes a method in c# Application.cs which in turn shows our Winform.
Guru16
23-Jul-15 6:43am
View
Excellent! Thank you soo much!!
Guru16
4-Jul-15 16:30pm
View
@Dave Kreskowiak. Any idea how to do that? Any link or sample? Thanks.
Guru16
4-Jul-15 13:30pm
View
Well, I have already explained above why we are consuming the vb code.
Guru16
4-Jul-15 13:12pm
View
Yes because the c# dialog is from our project. The VB6 project is of another group and they are yet to upgrade to c#.
Guru16
24-Oct-14 9:06am
View
I can see the items under WordApp.ComAddins in the watch window but in the debug window it gives the error..
On the immediate window if I do this ?oWordApp.COMAddIns.Count I get 'Automation Error.. Library not registered'. Any idea which library is it referring to?
Guru16
23-Oct-14 14:46pm
View
Thanks for the response. Please let me know which DLL I need to register. I'm just running a simple EXE.
Guru16
12-Mar-14 23:13pm
View
I haven't seen any explanation for this.
Guru16
7-Nov-13 13:58pm
View
Yes.. But I'm unable to add the event code using SafeArrayPutElement.. It needs a variant.. My type is double. Is there anyway I could add a double?
Show More