CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #1
    Join Date
    Dec 2009
    Posts
    17

    stuck in EnumWindows

    there is a MDI application called ODIN

    it has a MDI FORM whose title starts with MARKET WATCH which displays text in syslistview32

    i want get the text from syslistview32 placed in this MDI FORM NAMED MARKET WATCH and save it to a csv file

    im very new to this enumwindows etc pls help me to code

    below is the code for seeing if ODIN is running

    if ODIN is running it inserts the Hwnd in the text box and displays message box

    i am attaching my code + Screen shot with this pls help me to get to the MDI CHILD FORM and get the text to csv file




    Attached Files Attached Files
    Last edited by rohitb; January 8th, 2010 at 02:40 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured