Hi guys!
Does any of you any hint about how to implement databases within Visual C++ applications? Or just how to implement a database that can be accessed from a Visual C++ programme?
Any help would be great! Thanks in advance.
Darío.
Hi guys!
I have an application containing an ActiveX control, which allows me to send commands to it by means of its Do() method. So, I decided to do some calls to this method within my program but when I debug it, the Do() calls are got through without getting the result of its execution. I'm...
Yes, I know! After launching this secondary thread, when its execution is over, it is, when the corresponding function reaches its last line and the flow control is given back to the main thread of the application, then the problems appear. The file that seems to produce it is...
Hi guys!
I have a C++ application which I have built in a Visual C++.net environment. After this process of building, no errors are found, so I can start debugging, but after creating a second thread displaying its own window (I don't know if this is relevant), another window containing an...
Hi!
I mean from the command prompt. To be more specific, my problem consists in what follows: I launch one appliaction from my VC++ programme by means of "ChildProcessGenerator", which is passed a character string containing a DOS-like command, it is, this function gives me the...
Hi guys!
I have a VC++ programme displaying a window on the screen. Once it's displayed, a pop-up menu appears when pressing the right button of the mouse, allowing the user to take some actions. Once the application is running, now I'm interested in using these pop-up menu commands just by...
Hi guys!
I have programmed a C++ application containing calls to the function CreateProcess. These processes display windows on the screen but their sizes and positions are not the ones I prefer, so I decided to set them. In order to achieve it, I need HWND handlers, do any of you how to...
Hi folks!
I have been using C++.net since a long time ago. I recently bought a new computer and I tried to install my Visual C++.net package on it (my operative system is Windows XP Professional Edition), but it fails during the Components Update installation.
Could it be possible to install...
Here I am again!
I have a C++ ATL application where I use a file path in one instruction. Now I have a constant string to define this path (it is, something like "Hello, world!", for instance), but I'd rather have a menu in my window that would allow the user to explore through the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.