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.
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
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.
Hmm... maybe we should search for the window with a "" name isntead of a nil name?
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
I'll send u a new file in 45 min... remind meOriginally Posted by NRGZ28
![]()
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
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;
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
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
Bookmarks