#NETCF_AGL_PARK_

D

Daniel Moth

Hi

Using Windows CE Remote Spy the class name of the CF forms show up as
#NETCF_AGL_BASE_

No problems with that but there is also another window shown per .NETcf app:
#NETCF_AGL_PARK_ (its title is the path to the executable)
Anybody know what this window is?

For the record if you use a MessageWindow its class name shows as
#NETCF_AGL_MSG_. Are there any others or any documentation on this?

Cheers
Daniel
 
A

Alex Yakhnin, eMVP

You'll not find any docs on those because this is a internal implementation
of the windowing system in CF and there is no way to utilize it.
If I am not mistaken, #NETCF_AGL_BASE_ class is a window behind the
Windows.Forms.Control. #NETCF_AGL_PARK_ and #NETCF_AGL_MSG_ work in
conjunction to get to the control's winproc.
 
D

Daniel Moth

Hi

Is it an internal implementation that can change, the fact that messageboxes
are of class name "Dialog"? If it is (and hence we shouldn't be using it)
then I am really scared...

If it isn't, then I don't see why the class name of .NETcf form should be an
internal implementation detail and not public? Can someone from MS comment
please?

Cheers
Daniel
 
D

Daniel Moth

Hi

Although disappointed with that, I appreciate your reply and thank you for
providing the official word...

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top