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

    Reading excel file

    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
  2. Scilli

    create installation package

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

    Mouse simulation

    Thanks, so I have to write WM_LBUTONDOWN LPARAM (40,10)?
  4. Scilli

    Mouse simulation

    I didn't know WM_LBUTTONDOWN had some fields!! How can I fill them?
  5. Scilli

    Mouse simulation

    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).
  6. Scilli

    OCX properties setting

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

    Mouse simulation

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

    manage OCX property

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

Part and Inventory Search

Back
Top