Guest Stoned_Krusty Posted January 16, 2004 Report Posted January 16, 2004 I'm using the Smartphone Emulator (2003) to help in the development of an IRC client, however i'm having some odd issues with the displaying of forms. If i for example for: form1.Hide() it not only hides that window, but wont display any further windows correctly, it will put their title at the top, but not render the page. The same can happen during the executing of other forms, for example, if a form executes the Show() method on a form held in another class (e.g. in a Hashtable) it will not render correctly! Has anyone else had any such problems? Thanks, Krusty
Guest denton1ph Posted January 19, 2004 Report Posted January 19, 2004 I do also have problems regarding smartphone emulators.. I cannot find the application that i installed on the emulator. I can only find my application on the remove programs menu. Where can I find my installed appllication? please help... this is for my thesis tanx in advance -----
Guest Peter Foot Posted January 19, 2004 Report Posted January 19, 2004 Applications deployed through Visual Studio are deployed to StorageProgram FilesAppName however no start menu shortcuts are created and since Smartphone has no file explorer built in theres no way to run them directly. You can either change the target folder to StorageWindowsStart Menu or a subfolder thereof, or using ActiveSync or Remote File Explorer (part of embedded visual tools) you can create a shortcut to the application on the start menu.
Guest komplex Posted January 20, 2004 Report Posted January 20, 2004 Stoned, does this happen when you deploy to your device? Also, is the form you are hiding your parent form or a child as I had a problem rendering object of a child form when I set my partform attributes to not paint? Terry
Guest Will Posted March 8, 2004 Report Posted March 8, 2004 peter where in 2003 do i change these options ? StorageWindowsStart Menu for deployment
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now