0
votes
1answer
54 views
C#, Overriding OnPaint: alpha transparency with double buffer.
Hello.
I'm developing a Windows Mobile 5.0 and above application with .Net Compact Framework 2.0 SP2 with C#.
I'm overriding OnPaint method on a custom messagebox that draw a bitmap that fills the …
1
vote
5answers
69 views
How to close a form and open a new form up?
Hi
I am wondering how do I close a form after I open up a new form.
For instance I have a login form and when they login I open a new form up but I want to close the login form down.
So how would …
0
votes
1answer
21 views
So confused on what version I made my application for and what version my phone runs
Hi
HP iPAQ 110 Classic Handheld. I made an application that uses windows mobile 6.0 professional SDK with .net 3.5 framework.
the phone settings sates
windows mobile 6 classic
CE OS 5.2.1616(Build …
1
vote
1answer
36 views
Bind Data after TCP receive.
I have this strange problem all day now. I dunno if you handled something similar.
I used two different serializers and now i know its not this problem.
Im sending some data over TCP Sockets. …
0
votes
2answers
37 views
.NET Framework: Argument type ‘uint’ is not CLS-compliant on P/Invoke
Hello!
It is safe to ignore this warning?
Argument type 'uint' is not CLS-compliant
I'm developing a Compact Framework applicatin and I have a lot of P/Invoke and I have to use uint, ushort, etc. …
0
votes
1answer
24 views
How to draw a rectangle in Compact Edtion?
Hi
I am trying to draw a rectangle on a windows mobile phone.
Draw the rectangle
Fill the rectangle with a color
Draw it on to the phone.
Give it a event handler that when a user clicks something …
0
votes
4answers
50 views
Usage of Desktop C# DLL in windows mobile
Hi,
i have small query, is there any modification is required in usage of Desktop c# application DLL in windows mobile?. i am getting problem like File or assembly name 'Interop.CDO, Version=1.0.0.0, …
0
votes
2answers
25 views
Unable to use Environment.GetResourceString static method
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication
{
class Program
{
static void Main(string[] args)
…
0
votes
2answers
40 views
Where do you store files(such as images) on Windows Mobile 6 phones?
Hi
I want to have a couple images in my phone application. However I don't know where to store them. Like I add them to my VS project but of course the image path is the path on my harddrive.
So is …
0
votes
1answer
23 views
c# pinvoke SndGetSoundFileList?
I'd like to call SndGetSoundFileList from c#, but I got no idea how the p/invoke for this function needs to be, due to the pointer parameters.
HRESULT SndGetSoundFileList (
SND_EVENT seSoundEvent,
…
0
votes
0answers
25 views
Compact Edtion(Windows Mobile 6) Datagrid…Can you add a column for checkboxes?
Hi
I want to use the dataGrid in the compact framework edition but I need it to have a column that only had check boxes it in it. How can I add this column?
0
votes
0answers
14 views
WebBrowser Controle
Hi,,
Does any one have any custom web-browser control for windows mobile?.
i tried using default WebBrowser control for windows mobile in c#, it gives me lot of problem like,
it does't have …
2
votes
1answer
25 views
How can i get value of delay for tap-and-hold on Windows Mobile?
How can i get value of delay for tap-and-hold on Windows Mobile? I.e. the delay between tap and the circles being drawn and/or the context menu appearing.
2
votes
3answers
123 views
How would you refactor this bit of code?
This bit of code runs on Windows Compact Framework and what it does is obvious. It looks as it should be refactored (especially considering that I may want to add cmd.ExecuteResultSet() later), but I …
0
votes
1answer
17 views
How to get RAS connection status on Windows CE 4.2 with Compact Framework 1
Hi,
can anyone tell me how to check if a Windows CE 4.2 device is currently connected to the Internet, i.e. how to get the RAS connection status (we are using RAS autodial)? I can of course do …
