Hi Kmurthy , M sending u a solution modify it according to ur requirement. (C# Code) public void SetImagePathInPictureBox( string sImagePath) { Stream stream = new FileStream(sImagePath,FileMode.Open); Bitmap img = new Bitmap(stream); stream.Close(); this.m_PictureBox.Image = img; } I think this will reslove ur problem. Reply me and kindly see my problem and give me the solution for it with some working code. Thanks and Regards Gurbhej Kumar S/W ENGG.
yasotrasagar
Posts
-
how to display an image in run time? -
Where does the PPC2003 emulator stores it's files & folders on my PC?Hi nzmike, here is the solution of ur problem. Go according to the following path in ur PC. StartMenu-> Programs->Microsoft Visual Studio 2005 ->Visual Studio Remote Tools -> Remote File Viewer. After this use the PPC2003 emulator and wait for connections. then from the ToolBar menu Import or Export the files in the particular folder. I think it will solve ur problem. Plz send me the reply. Thanks and Regards Gurbhej Kumar S/W ENGG.
-
PopUpMenu ProblemHi Friends I have a problem related to Pocket PC Deveploment. Problem: I have Two Form based classes Form1 and Form2 . In Form1 i have a menu options as menuitem that popup other menu items . where as in the second form i have only one item in the menu. when i click the the menu option of Form1 it will popup the menuitem and then leave it as it is( open state). Now when the Form2 is appeared over the Form1 it also have the same menu option of the Form1. Can any body help me out that No menuOption of Form1 will appear in the Form2. Kindly send me the working code. Thanks and Regards Gurbhej Kumar S/W ENGG.