Quantcast
Channel: CodeGuru Forums - Visual C++ Programming

Image may be NSFW.
Clik here to view.

creating child dialog from the parent handle

Hello, In the legacy code, I have a diaglog opening up. But I want to open another window on top of that. So I had written following code on branch for sometime now. When I test the child window pops...

View Article


Trying to run Excel - can't create dispatch (Visual Studio 6 C++)

Hi there! :) It seems I forgot some nuances in my own old code - take a look please: ... // Excel app initialization _Application oApp; oApp.CreateDispatch("Excel.Application"); if (!oApp) {...

View Article


VC++ & ODBC, MS Acces database w/ multiple tables

Hello, Regarding VC++ based tools w/ ODBC Access .mdb's. Recently discovered that, upon executing VC++ New Project Wizard, & pointing it to an .mdb source, that that same .mdb source can have...

View Article

Time related

Hello, Im trying to come up with code for measuring the total time. If a pixel takes lets say a 1 millisec to do some calculation, whatabout the n pixels. But I want to display that in the format of,...

View Article

twain driver

hi, Got a data acquisition box with driver binary and source which is visual studio project. Liked to develop a twain driver SDK for it. I can control the box using set of DevControl export functions...

View Article