Page 10 of 15 FirstFirst 123456789101112131415 LastLast
Results 91 to 100 of 146

Thread: [Release] iGLaunch v3

  1. #91
    Variable Bitrate NRGZ28's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    405
    And if I try this in safe mode and it works... then what ? LOL

    Everything I have running in "normal" mode I need.. like RealVNC, GPS driver application etc.. I think there's a problem with the application, not necessarily my laptop, since other users have the problem also
    K301 7" Motorized Screen
    Mini SLIMPRO SP625 Cappucino PC
    RoadRunner / IGuidance 3.0


    Pioneer 7700MP HU
    MTX 1500D 1500 Watt Sub Amp
    2 x 12" MTX 8000 subs


    1998 Olds Aurora 4.0 V8

  2. #92
    Banned
    Join Date
    Dec 2004
    Posts
    84
    Then we'll know whether or not another program has the same class name and you can isolate which program it is, and one of us can install it on our machine.

  3. #93
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Hmm... maybe we should search for the window with a "" name isntead of a nil name?

  4. #94
    Variable Bitrate NRGZ28's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    405
    Alright.. I'll give it a shot...
    K301 7" Motorized Screen
    Mini SLIMPRO SP625 Cappucino PC
    RoadRunner / IGuidance 3.0


    Pioneer 7700MP HU
    MTX 1500D 1500 Watt Sub Amp
    2 x 12" MTX 8000 subs


    1998 Olds Aurora 4.0 V8

  5. #95
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by NRGZ28
    Alright.. I'll give it a shot...
    I'll send u a new file in 45 min... remind me

  6. #96
    Banned
    Join Date
    Dec 2004
    Posts
    84
    This might fix it.
    Code:
    nagWin = FindWindow("#32770", "Warning")
    If nagWin = 0 Then 'close license message
      nagWin = FindWindow("#32770", "")
      nagWin = FindWindowEx(nagWin, 0, "Button", "OK")
      SendMessage nagWin, WM_KEYDOWN, 13, 0
    Else 'close GPS message
      SendMessage nagWin, WM_CLOSE, 0, 0
    End If
    Attached Files Attached Files

  7. #97
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    My code...
    Code:
    var
    nagWin: HWND;
    begin
      nagWin := FindWindow('#32770', nil);
      If nagWin <> 0 Then begin
        nagWin := FindWindowEx(FindWindow('#32770', nil), 0, 'Button', 'OK');
        SendMessage(nagWin, WM_KEYDOWN, 13, 0);
        Timer1.Enabled := False;
        Timer2.Enabled := True;
        Embedd;
      end;

  8. #98
    Variable Bitrate NRGZ28's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    405
    Maybe you should add some code to bring that window into focus before it send the keypress ? I'm sure that would solve our problems
    K301 7" Motorized Screen
    Mini SLIMPRO SP625 Cappucino PC
    RoadRunner / IGuidance 3.0


    Pioneer 7700MP HU
    MTX 1500D 1500 Watt Sub Amp
    2 x 12" MTX 8000 subs


    1998 Olds Aurora 4.0 V8

  9. #99
    Banned
    Join Date
    Dec 2004
    Posts
    84
    Quote Originally Posted by NRGZ28
    Maybe you should add some code to bring that window into focus before it send the keypress ? I'm sure that would solve our problems
    Does that mean it doesn't work?

  10. #100
    Variable Bitrate NRGZ28's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    405
    Well it works now that I got rif of that power utility... but it still only works 3 out of 5 times lets say. It works, it's just not perfect
    K301 7" Motorized Screen
    Mini SLIMPRO SP625 Cappucino PC
    RoadRunner / IGuidance 3.0


    Pioneer 7700MP HU
    MTX 1500D 1500 Watt Sub Amp
    2 x 12" MTX 8000 subs


    1998 Olds Aurora 4.0 V8

Similar Threads

  1. Motorola Razr V3 Volume Hack!!!
    By Cheekz185 in forum Off Topic
    Replies: 30
    Last Post: 08-09-2009, 11:56 PM
  2. Phonecontrol and Motorola v3
    By kyrenia in forum PhoneControl
    Replies: 22
    Last Post: 06-07-2007, 10:49 AM
  3. used one week unlocked Motorola Black V3 Razr
    By Cartunes in forum Classified Archive
    Replies: 48
    Last Post: 08-17-2006, 09:49 PM
  4. Replies: 3
    Last Post: 08-19-2004, 09:49 AM

Bookmarks

Posting Permissions

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