Useful Library

agraham

Expert
Licensed User
Longtime User
@Erel: What do you say about hiding protected classes ?
It gets my vote. I would much prefer that only items declared Public in a library were available in the B4PPC IDE. Then we could control what the user sees and avoid confusing him with unnecessary items. Please consider implementing this Erel.
 

sahoopes

Member
Licensed User
SmartPhone and dzHW

I have tested a program on a friends smartphone (T-Mobile Shadow, WM6, .netcf 2.0.7045.0).

When I reach the line dz.New1 the program crashes with an "Unhandled Exception" error.

Is there some limitation to this library? Or something I've missed.

This program works great on desktop and PPC. But when I moved to smartphone I cannot get past the .New1 code. The original code is posted here.

Thanks.
 

Mr_Gee

Active Member
Licensed User
Longtime User
Hi Dimitris

Can I use PostMessageToWindow or PostMessageToWindowC
to send a key (simulated) to another application?

thanks
:)
 
Top