Sorry but I can't see any answer to either of my questions... I simply want to observe and honor if browser runs in full screen.
Type: Posts; User: martinja; Keyword(s):
Sorry but I can't see any answer to either of my questions... I simply want to observe and honor if browser runs in full screen.
I thought about that briefly... but can this be made robust enough and not dependant on UI skin?
In other words, getting events/notifications woudl be nice, but not needed. Logic of my app is such that I know when to ask if some app (browser) is full screen... so give ve IsFullScreen or similar...
How can I get pointer to Status pane of other apps (not my own)?
I'm quite happy not to be able modify it, just check visibility... how to do that?
I'm aware of following for my own app...
...
I can live without being notified, I have fixed points when I can poll/check... and why do I need it?
Because annoyingly 3rd party developers can't define their own Indicator icons (for service...
How can full screen mode be detected by my application?
Ideally I'd like to be able detect when ANY app goes full screen...
But at least I need to be able detect when Browser goes full...
I’ve got a background app and I want to be able detect when any app is in full screen mode... not my app, just any app.
Any ideas?
I’m trying to create WLAN IAP and I’d like to get IAP identical to one created manually (from UI).
I’m using CApAccessPointItem (I’m aware it’s deprecated) class to create the IAP and it broadly...