Click here to Skip to main content
15,905,967 members
Home / Discussions / Mobile
   

Mobile

 
QuestionRTF files Pin
_tasleem19-Apr-06 10:07
_tasleem19-Apr-06 10:07 
AnswerRe: RTF files Pin
likefood26-Apr-06 12:16
likefood26-Apr-06 12:16 
GeneralRe: RTF files Pin
_tasleem26-Apr-06 15:40
_tasleem26-Apr-06 15:40 
GeneralRe: RTF files Pin
likefood26-Apr-06 15:47
likefood26-Apr-06 15:47 
GeneralRe: RTF files Pin
jw_barber3-May-06 16:42
jw_barber3-May-06 16:42 
Questiondatagrid, C# & xml? Pin
trideau119-Apr-06 5:32
trideau119-Apr-06 5:32 
QuestionOpenFileDialog Pin
sebapi18-Apr-06 7:07
sebapi18-Apr-06 7:07 
Questionpicture box dispose problem Pin
Peksi16-Apr-06 19:36
Peksi16-Apr-06 19:36 
Hi all, I have a application run in O2 Xda IIi Pocket PC (speed 520MHz) where I will update the image of the picture box every minit.

My code is like below:

void DisplayMap()
{
Bitmap MyImage1;

if(picCar.Image!=Null)
picCar.Image.Dispose();

MyImage1 = new Bitmap("C:\car.jpg");
picCar.Image = MyImage1;

}

My problem is sometimes the application will hang! I have debug this and find out that when reach 'new Bitmap', it will just hang, or sometimes pop out System.IO.FileNotFoundException:FileNotFoundException
where actually the file is exist!

Can anybody help me on how to dispose a picturebox image properly?is it a bug of .NET picturebox?

I had also run the same application in O2 Xda II (Speed 400Mhz) and O2 Xda II Mini Mobile Handphone PDA limited edition (Speed 416 MHz), and it is no problem at all! Will it be the speed and RAM problem?or graphic processing?

Thanks.
AnswerRe: picture box dispose problem Pin
UOM1-May-06 18:59
UOM1-May-06 18:59 
QuestionPocket PC Using Win CE...IR Printing Pin
Polymorpher15-Apr-06 20:29
Polymorpher15-Apr-06 20:29 
Questionpocket pc programming in mfc/ visual studio Pin
stacy115-Apr-06 5:49
stacy115-Apr-06 5:49 
QuestionChanging color for all label controls in a form Pin
hugo.green13-Apr-06 8:18
hugo.green13-Apr-06 8:18 
QuestionInteract my mobile throu coding (Java) Pin
Sakthivel P12-Apr-06 8:31
Sakthivel P12-Apr-06 8:31 
QuestionRAS Client on WinCE mobil device Pin
kstoj12-Apr-06 7:59
kstoj12-Apr-06 7:59 
QuestionVideo call wiht Windows Mobile 5.0 Pin
alexishf10-Apr-06 6:11
alexishf10-Apr-06 6:11 
QuestionHow to Insert Scroll bars in Label Control in SmartDeviceAppliclation Pin
GV Ramana7-Apr-06 3:46
GV Ramana7-Apr-06 3:46 
QuestionBasic Database. Pin
Mike Doner6-Apr-06 9:20
Mike Doner6-Apr-06 9:20 
AnswerRe: Basic Database. Pin
Vasudevan Deepak Kumar10-Apr-06 0:08
Vasudevan Deepak Kumar10-Apr-06 0:08 
QuestionAlternative to Visual Studio 2005 for mobile development Pin
kennethl6-Apr-06 9:14
kennethl6-Apr-06 9:14 
AnswerRe: Alternative to Visual Studio 2005 for mobile development Pin
beniwtv6-Apr-06 20:11
beniwtv6-Apr-06 20:11 
GeneralRe: Alternative to Visual Studio 2005 for mobile development Pin
kennethl7-Apr-06 1:21
kennethl7-Apr-06 1:21 
GeneralRe: Alternative to Visual Studio 2005 for mobile development Pin
likefood26-Apr-06 12:22
likefood26-Apr-06 12:22 
QuestionDisplaying PPC Screen on Montior/Projector Pin
Mike Doner6-Apr-06 7:25
Mike Doner6-Apr-06 7:25 
AnswerRe: Displaying PPC Screen on Montior/Projector Pin
tremers17-Apr-06 3:44
tremers17-Apr-06 3:44 
QuestionMe.Close in .NET CF 1 SP3 Pin
beniwtv4-Apr-06 21:43
beniwtv4-Apr-06 21:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.