
Just to let you know, the domain registration for Citrix Blogger expires February 5, 2017. Since I no longer work at Citrix, it is time to drop the current domain name. Have not decided yet whether to create a new name to…
Just to let you know, the domain registration for Citrix Blogger expires February 5, 2017. Since I no longer work at Citrix, it is time to drop the current domain name. Have not decided yet whether to create a new name to…
Customers want things to be easier. A common request is to support Single Sign On (SSO). Instead of having to enter credentials more than once, SSO remembers the username and password. The SSO design is secure yet provides a better…
To start with, this is not an official statement from Citrix. Rather, this is a collection of observations over the length of time at Citrix. First thing to note is that in the history of Citrix, the company had respect…
In the last post, it discussed how to create a simple Hello World example using WinForms. The example displays the words “Hello World” in the client area of the window and it calculates how big to make the text based…
Not long ago, a member of the team thought it would be a good idea to show the simplest program possible using the Mobile SDK for Windows Apps. This was an excellent idea since “Hello World” is commonly used to…
One of the problems with running Windows programs on a mobile device is that unless the program is aware of the higher DPI, it will show the text in a very small font. If it goes too far, the font…
Last week I wrote a few different posts about converting an existing WinForms app into a mobile application. What I forgot to do was show what my example application looked like before it was converted. This blog will make up…
In recent posts, I have been talking about the Mobile SDK for Windows Apps and how to change Windows programs to use it. The problem is that I have not recently covered what is included in the SDK and where…