Making my app 'take' focus.

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Is there a way of forcing focus for input onto my app's form even if Windows
(or another app) displays a modal dialog etc?

The reason for this is that my app runs on a 'car PC' with keyboard input
only and no display or mouse, so I need a way of keeping the app accessible
at all times, whatever happens...

Thanks,

Andy
 
* "Andy said:
Is there a way of forcing focus for input onto my app's form even if Windows
(or another app) displays a modal dialog etc?

The reason for this is that my app runs on a 'car PC' with keyboard input
only and no display or mouse, so I need a way of keeping the app accessible
at all times, whatever happens...

VB6 implementation:

<http://www.mvps.org/vb/code/ForceFore.zip>
 
Is your apparent title 'Microsoft India Community Star' the asian equiv of
an MVP ? and are you working in India at those UK outsourced software houses
which have taken so may programmers jobs in the UK ?

Regards - OHM#

Dhaval said:
Me.TopMost = True

Hope this helps, feel free to ask,

Dhaval Faria
Microsoft India Community Star
Founder, Programmer.
Hirdhav (http://www.hirdhav.com)

Regards - OHM# (e-mail address removed)
 
C' Star seems very similar to MVP's though.

OHM#


Dhaval said:
no title Microsoft India Community Star is not related to MVP,
Community star is different thing check it out here
http://www.microsoft.com/india/communitystar and in here you can find
my name as well
http://www.microsoft.com/india/communitystar/CurrentSelections.asp
and we have got MVP as well in India
http://www.microsoft.com/india/mvp

no I have my own company Hirdhav.

Dhaval Faria.
Microsoft India Community Star
Founder, Programmer
Hirdhav (http://www.hirdhav.com)

Regards - OHM# (e-mail address removed)
 
it sounds it is similar to MVP but not

MVP has got to do with whole globe.. and Community Star has to do with
India, I dont no if any other countries having this thing or not.

Dhaval Faria
Microsoft India Community Star
Founder, Programmer.
Hirdhav (http://www.hirdhav.com)
 
Yes, its like a localised MVP with a different name.

OHM#

Dhaval said:
it sounds it is similar to MVP but not

MVP has got to do with whole globe.. and Community Star has to do with
India, I dont no if any other countries having this thing or not.

Dhaval Faria
Microsoft India Community Star
Founder, Programmer.
Hirdhav (http://www.hirdhav.com)

Regards - OHM# (e-mail address removed)
 
Back
Top