Hi,
I have to read an Excel file (suppose its name is C:\pippo.xls) with Visual C++, but I don't know how to do this. For example if I have to read the item in the second column and the third row of pippo.xls what code I could write?
Thanks
I've done a project with Visual C++ 6.0 and now I want to create an installation package, in order to install my program on others PC. Is there a program like Package and Deployment Wizard for Visual Basic? Or something similar?
Thanks
Thank you,
I have already tried with WM_LBUTTNDOWN, but I failed because WM_LBUTTONDONW send a message with the actual position of the mouse pointer.Instead I should simulate a click on position (x, y),say (40,10), even if mouse is an other position, say (300, 200).
I have to set a property in an OCX object and this property is not avaiable from the properties menu in the resource file. The OCX exchange data with an object, m_addx, whose class is derived from CWnd via DDX_DODATAEXCHANGE(), so I thought I could use m_addx.SetProperty(), but It wasn't useful...
Hello,
is there a way to simulate mouse use in visual c++? I.e. how can I simulate the pression of the mouse left button on a window button(say buttonA), even if mouse pointer is far away from byttonA?
Thank you
I have to set a property in an OCX object and this property is not avaiable from the properties menu in the resource file. The OCX exchange data with an object, m_addx, whose class is derived from CWnd via DDX_DODATAEXCHANGE(), so I thought I could use m_addx.SetProperty(), but It wasn't useful...
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.