Results 1 to 2 of 2

Thread: Intercepting modifications to FlexGrid of another program

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2009
    Posts
    73

    Intercepting modifications to FlexGrid of another program

    I would like to intercept changes that are made to a flexgrid that belongs to a separately running program.

    The flexgrid is continuously updated with changing content.
    The other program is a java program.

    Is there a way to intercept this data?

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Intercepting modifications to FlexGrid of another program

    Welcome to the forums.

    Intercepting messages form another process cannot be done with VB alone. What you are describing requires subclassing. Subclassing is a very advanced topic and to subclass windows outside of your process requires standard DLLs, not the Active-X kind that VB can create.

    There is a project in the code utility bank that may help in your task. But be forewarned, subclassing can be very difficult and often results in crashes until you get it perfected.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

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