Skip to content

Sales increase in December

Exactly opposite to our expectations and projections, sales have gone up nicely in December. It actually is turning out as the “best” month ever. We expected decision makers (for purchases) to be out of office for long vacation at this time of the year, but the results tell a completely different story. Probably we have…

Read More

Locking down WM 6.5 devices with SureLock

Latest WM 6.5 user interface is remarkably different than the earlier versions. Especially the location of Start menu button and the Start menu (Honeycomb look) itself. Latest version of SureLock Studio handles these differences nicely. SureLock now fully supports WM 6.5 devices. Check out the latest release. Share this:

Read More

No Application.StartupPath in .NET CF! There is a solution though…

Too bad there is no straight-forward way in net CF for an application to determine its folder path from where it was launched. But following code works just fine. string assembly = System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase; string currentFolderPath = System.IO.Path.GetDirectoryName(assembly); Enjoy… Share this:

Read More