Windows C++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Sharp

    Windows C++

    Hi all,

    I know this is kinda off-topic, and I apologise in advance, but...

    In Win32... Is there any way I can get the parent Hwnd when I only know the
    Hinstance?
    Basically, I am spawning a new process (ShellExecute) which returns the
    Hinstance and I want to keep control over the window from my program...

    Thanks for your help,

    Dave


  • Noah Roberts

    #2
    Re: Windows C++

    I know this is kind of off topic, and I appologize in advance, but...

    I am trying to adjust the timing on my car and I was just wondering how
    far above TDC the spark is supposed to fire on a 1977 Mercury Capri.

    Thanks for your help,
    NR

    Comment

    • Mike Wahler

      #3
      Re: Windows C++

      "Noah Roberts" <nroberts@donte mailme.com> wrote in message
      news:bma83r$ii9 $1@quark.scn.ra in.com...[color=blue]
      > I know this is kind of off topic, and I appologize in advance, but...
      >
      > I am trying to adjust the timing on my car and I was just wondering how
      > far above TDC the spark is supposed to fire on a 1977 Mercury Capri.[/color]

      32 bytes. Increase by an additional 4 bytes
      at altitudes above 1750 meters. Tighten center
      bolt on flywheel to 128 bits per sector.

      -Mike


      Comment

      • John Carson

        #4
        Re: Windows C++

        "David Sharp" <davidDOTsharp@ NOSPAMtesco.net > wrote in message
        news:3f88a03f$0 $65578$65c69314 @mercury.nildra m.net[color=blue]
        > Hi all,
        >
        > I know this is kinda off-topic, and I apologise in advance, but...
        >
        > In Win32... Is there any way I can get the parent Hwnd when I only
        > know the Hinstance?
        > Basically, I am spawning a new process (ShellExecute) which returns
        > the Hinstance and I want to keep control over the window from my
        > program...
        >
        > Thanks for your help,
        >
        > Dave[/color]

        Try

        comp.os.ms-windows.program mer.win32


        --
        John Carson
        1. To reply to email address, remove donald
        2. Don't reply to email address (post here instead)

        Comment

        Working...