0
votes
0answers
4 views
Compact Framework Configuration Encryption
I have a compact framework 3.5 application that is making a call to a webservice. On a desktop application I would normally just encrypt these and store the encryption keys in the application. …
0
votes
6answers
40 views
An error with… operator precedence?? (.Net Compact Framework)
Hello!
I have this operation:
t = (x - (y * (z + w)) - w) / 2;
where:
x = 268;
y = 4;
z = 20;
w = 30;
As far as I know the result will be 49, but I getting 19.
Where is my error? (In using this …
0
votes
4answers
26 views
Is an event thrown when a custom control gets its final size? (.NET Compact Framework).
Hello.
I'm developing a Windows Mobile 5.0 or above with .Net Compact Framework 2.0 SP2 and C#.
I have a custom control called PullDownMenu (it inherits from System.Windows.Form.Control). This is …
0
votes
1answer
24 views
Convert HTML to MHTML
HI..
is there any way to convert HTML and its associated images to MHTML in windows mobile...
Thanks
0
votes
2answers
18 views
Emulating animation with panels on .Net Compact Framework.
Hello!
I'm developing a Windows Mobile 5.0 or above with .Net Compact Framewor 2.0 SP2 and C#.
I'm trying to "animate" five panels changing their locations on a Timer_Tick event but these panels …
0
votes
1answer
13 views
Compress Object/String through webservice and consume in .net compact framework
We need to compress (or rather uncompress) some data we send to a pda client using a webservice.
Below I have a simple concept that will work if consumed by a regular .net app.
Unfortuantly, as the …
0
votes
3answers
29 views
.Net and mobile devices list
Hello guys.
I need to develop an application for mobile devices. I'm good in .Net and have no time/willing/money to learn any other libraries/frameworks. So I decided to create my application using …
0
votes
1answer
17 views
How to allocate memory in another process for windows mobile
I'd like to read the contents of another process listview control in windows mobile. To do this, I need a pointer to some free memory to that process in order to put the values there (and then read …
0
votes
1answer
23 views
SqlCeResultSet Problem
Hello,
I have a SmartDevice project (.NetCF 2.0) configured to be tested on the USA Windows Mobile 5.0 Pocket PC R2 Emulator. My project uses SqlCe 3.0. Understanding that a SmartDevice project is …
0
votes
0answers
8 views
C# Compact Framework ScrollBar Problem
Hi all,
My problem occurs when I add to much controls on to the form screen and the CF auto create a scroll bar for me. So the issue here is how can I get the scroll bar location value every time it …
0
votes
3answers
27 views
How to test my application on a windows mobile standard sdk?
Hi
I made my application in the windows professional sdk. Now I would like to see how my application looks in none touch screen applications.
How do I change my emulator to run a standard mobile …
2
votes
2answers
35 views
What does Bounds do? windows mobile C#
Hi
I am wondering what does "Bounds" do?
like you can do
label1.Bounds = new Rectangle(100,100,100,100);
I can't find any information on it(seems sometimes so hard to find information for …
1
vote
2answers
20 views
How to create a full screen application in Win CE 6.0 using .NET Compact Framework 3.5?
We want our application to run in full screen mode with no title bar on a Win CE 6.0 powered device. The application is being developed using .NET Compact Framework 3.5 (C#). Any sample code or …
0
votes
2answers
25 views
C# CF drag image objec
After drawing a Line, Rect, Ellipse, I want to click onto a shape and move it with mousemove event. How can I get which object is being chosen? Any help? Thanks in advance.
0
votes
0answers
46 views
Serializing ‘strange’ problem!
I used 2 different Serializers in my project and both had a problem when i was serializing an object instance into a byte[] property of another instance class and then serialize the latest again as …
