ActiveX Property Pages May Appear Erased and Hang Program
want to confirm whether any special compatibility or installation issues are associated with this below hotfix on Windows 2012 machine, because the same problem i was facing on Windows 2012 after our...
View ArticleOleCreatePropertyFrame returns 0x80004005 (E_FAIL, unspecified error), Hence...
On Windows 2012, after upgrading our application with Visual studio 2012, when we open and close property page of Active X control for multiple times, after some iterations, OleCreatePropertyFrame...
View ArticleFacing problem in creating socket in a method from an already deployed...
Dll Created In: - MFC VC 6.0Application Exe Developed In: - VC 6.0, C# and VB.net (Applications which are using dll)OS: - Windows XP sp2 32bit / Windows Server 2008 64 bit.Problem: - Facing problem in...
View ArticlePreTranslateMessage is not getting called for OCX control
0down votefavoriteHi,I have an application to see graph data. Now i'm creating another application in which I show the graph application as OCX control. In My normal application I have a function that...
View ArticleForum Comes out in Chinese - cannot change to English
Suddenly the VC++ forum is all in Chinese. Cannot read. How do I change it back to ENGLISH?Thanks,Makoto
View ArticleHow to open TabTip on a specific screen?
Hello, I'm working with a multi-screen desktop application and I use the TabTip keyboard to input user data. I found quite a few solutions how to conveniently open and close TabTip, but I cannot find...
View ArticleMSScriptControl throws _com_error on Release().
Hi all, first off: I'm kinda new to this forum.Second off: I'm kinda new to COM as well. Inspired by the example here (http://support.microsoft.com/kb/229669/), I decided to try running the code in its...
View ArticleSerializing a Graph Structure Using Boost
Hi,I would like to use boost to serialize my graph (it's in the boost adjacency list format)... I couldn't do it...I managed to serialize an array and some other structures as follows:int I[5] =...
View ArticleFastest Way to Read/Access a Huge Graph
Hi,I have some huge graphs... One of them contains 50,000 vertices and 50,000,000 edges... This graph is currently stored in two text files:file 1: contains vertices' ids and their weights.file 2:...
View ArticleLinked Lists
I am currently working on a code using Linked List. I would like my code to do the following:1. User Enters integers between 1-60 in the first list 2. The application to check for all the repeated...
View ArticleVisual c++ express not creating a .exe file
Hello there. I decided to learn C++, so I downloaded Visual C++ express 2010 to get started. I Tried making a small program just to get used to the program. this is my code:#include <iostream>...
View ArticleUse OCX in VC++ DLL
HI All,I have Ingenico device and I got .OCX files in sdk for development.My requirement is I want to create wrapper dll in vc++ for that OCX,and that dll should not depend on .net framework(No CLR)....
View ArticleVisual Studio 2010 redistributable
Hi,I developed software using Visual Studio 2010 C++. I have VS 2010 SP1 installed.When I install my software on some machines, depending on what is already installed on the machine, I get a warning...
View ArticleRegisterClass need to use RegisterClassEx for x64
Hi Igor, Thanks for your help in the past. I have a new problem...We are using VS2008 VC++. We have a large Win32 main application. We are using an MFC DLL by LoadLibrary (XXX.dll). We use both win32...
View ArticleHow to create an ActiveX control object in a Visual Studio 2008 VisualC++...
I am trying to control a piece of test equipment using its activeX control. I can't figure out how to create an object for the activeX control. I am using standard windows libraries and compiling the...
View ArticleSetting the DropDown height of a ComboBox using the Win32 API with Common...
Prior to using Common Controls 6.0 (Windows 7) we could calcaluate the height of a ComboBox DropDown by multiplying the number of rows we wanted to be visible by the row height, adding in margins. We...
View ArticleVS2010 Serial COM Application (on WIN 7) run slow on Other Machine's
I have Working on Serial Port Windows Form application using VS2010 Ultimate on WIndows-7 Machine (4 GB RAM).My Code (developed on Visual Studio 2010 Ultimate) Runs as per required specification on my...
View ArticleHow to create custom Form to collect user data from user in C++
I use VC2010 to build.XLL for ExcelIn my .xll, I using OpenDialog and SaveDialog to get filename from user and it is work fine.Now I need collect user information, like User name, Company ... How can I...
View Article