Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. darioars

    Databases in Visual C++

    Thank you both, guys! Darío.
  2. darioars

    Databases in Visual C++

    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.
  3. darioars

    Wait till Do() method of an ActiveX control is finished

    You mean that if I had the ID of the Do() method I could wait for it?
  4. darioars

    Wait till Do() method of an ActiveX control is finished

    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...
  5. darioars

    Debugging problem in Visual C++ .net

    Thanks a lot Salem! You're right! I forgot to destroy a window before the execution of the programme came to an end ... Darío.
  6. darioars

    Debugging problem in Visual C++ .net

    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...
  7. darioars

    Debugging problem in Visual C++ .net

    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...
  8. darioars

    Pop-up menus from the console

    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...
  9. darioars

    Pop-up menus from the console

    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...
  10. darioars

    Retrieving window handlers of child processes

    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...
  11. darioars

    Problems installing Visual C++.net

    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...
  12. darioars

    File paths

    Thank you, Ion! Do you know how it would be done if I use ATL?
  13. darioars

    File paths

    Thanks!!!
  14. darioars

    File paths

    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...
  15. darioars

    Several parallel C++ applications

    Thanks Kalisto! I'll start picking up some information on threads. Regards, D
  16. darioars

    Several parallel C++ applications

    Hi again folks! I have written several separate C++ applications and I'd like to be able to launch them all at the same time, because I need them to run simultaneously since they interchange information among them (so that thy can run properly). I need them to communicate as fast as possible...
  17. darioars

    Communication between programs

    Thanks again! Darío.
  18. darioars

    Communication between programs

    Thank you all, guys!!! I'll start checking out all your proposals! But one more question: in your opinion, what's the one that best fits for a real-time application? Regards, Darío.
  19. darioars

    Communication between programs

    Hi folks! I have two independent Microsoft Visual C++.net programs and I need some communication between them. I know I can use the "_pipe" function and make them "talk" by means of the standard output (once the pipe is open, one program would write into the stdout and the...
  20. darioars

    How to use registered DirectShow filters in C++ applications

    Hi folks! I programmed a DirectShow filter and I compiled it so a "ax" file is generated after compilation. Later I registered the filter on the system and I checked it works well by means of the GraphEdit utility. My problem now it that I want to produce manually my own filter graph...

Part and Inventory Search

Back
Top