IT Community - Software Programming, Web Development and Technical Support

Can we move an image programmatically in pocket pc without flickering using C#?

This is a discussion on Can we move an image programmatically in pocket pc without flickering using C#? within the Mobile Software Development forums, part of the Software Development category; Can we move an image programmatically in pocket pc without flickering using C#? Actually I got flickering when I move ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > Mobile Software Development

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-17-2007, 10:41 PM
mobilegeek mobilegeek is offline
D-Web Analyst
 
Join Date: Jun 2007
Posts: 205
mobilegeek is on a distinguished road
Default Can we move an image programmatically in pocket pc without flickering using C#?

Can we move an image programmatically in pocket pc without flickering using C#?

Actually I got flickering when I move an image in runtime or manually...
How can I stop this flickering....? I need to stop flickering.... Is there any option to stop flickering...?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-07-2007, 12:06 AM
krishnakumar krishnakumar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 206
krishnakumar is on a distinguished road
Default Re: Can we move an image programmatically in pocket pc without flickering using C#?

Hi,

We can avoid flickering by using Double Buffering Concept....
Double buffering means, by using direct draw class, we can create primarysurface and secondary surface.... we can draw and move an image in secondarysurface and redraw those things in primarysurface....
Actually i got flickering, while i draw an image in windows application, so i used this concept... u can try this concept in windows mobile....

hope u got result..


Regards,
krishnakumar.S
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-23-2008, 08:08 PM
mobilegeek mobilegeek is offline
D-Web Analyst
 
Join Date: Jun 2007
Posts: 205
mobilegeek is on a distinguished road
Smile Re: Can we move an image programmatically in pocket pc without flickering using C#?

Hi,
I need to send sms through windows mobile using C#. Can any one help me
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-23-2008, 08:17 PM
krishnakumar krishnakumar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 206
krishnakumar is on a distinguished road
Smile Re: Can we move an image programmatically in pocket pc without flickering using C#?

Hi,

Install the microsoft pocketpc in ur visual studio and open the new device application in windows mobile pocketpc and

use the namespace using Microsoft.WindowsMobile.PocketOutlook;

And then copy the code below u need to send sms like any button event


Code:
string a = textBox1.Text;
            string sms = textBox2.Text;
            SmsMessage message = new SmsMessage(a, sms);
            message.Send();
Further, if u have any doubt , refer the below source code
Attached Files
File Type: zip sendsms.zip (15.0 KB, 2 views)
__________________
Krishnakumar.S
Beware of Everything -that is un true; stick to the Truth shall succeed slowly but steadily
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Move an image within a picture box in C# $enthil C# Programming 4 01-18-2008 10:42 PM
How to send a file from a pocket pc to another pocket pc using C#.Net? mobilegeek Mobile Software Development 4 09-01-2007 04:15 AM
How to programmatically set the wallpaper of Symbian s60 ? itbarota Mobile Software Development 2 08-06-2007 08:19 AM
How to animate an image using C# windows application programmatically? mobilegeek C# Programming 1 07-29-2007 11:42 PM
How can we capture the todays screen image programmatically in windows mobile 5.0 poc mobilegeek C# Programming 1 07-21-2007 12:46 AM


All times are GMT -7. The time now is 06:17 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0