Mobile Development: PingNG-the next generation ping
As I needed a tool to test the maximum MTU size for a network, I needed a ping tool where I can define the packet size and the DF (Do Not Fragment-Flag). As I did not find such a tool, I wrote PingNG....
View Articlerdesktopce builds done with LOW_RES ‘marker’
I have added two new build variants to rdesktopce_rdp5 (see also older article). The normal builds make Windows Mobile ‘think’ the app is HI_RES_AWARE and so QVGA screens (see geometry setting in...
View ArticleMobile Development: Subclass foreign Window using injectDLL
Recently we needed to show and hide the SIP (Software Input Panel) inside a full screen Remote Desktop Mobile session. The first challenge is to control the SIP without having a menu bar with the SIP...
View ArticleWindows 2012 R2 Terminal Service does not render Desktop if resolution width...
Recently I had to realize that w2k12 only shows an empty background when connecting to a new Terminal Service session and the requested resolution is 240×320, 480×640 or 480×800. These reolutions are...
View ArticleMobile Development – Start apps with another using injectDLL
I already posted one article about using injectDLL, one about subclassing a foreign window. This time injectDLL is used to start and stop an application when another app is started. Remember that every...
View Article