0
votes
1answer
41 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 …
0
votes
1answer
250 views
Samsung WiTu (i900/Omnia) mobile phone program
I want to write a simple C# program that will be activated on incoming call to display a text on the phone screen. Just a simple C# program activated by an incoming call.
Any ideas how I can get …
0
votes
1answer
33 views
How to get the Displayed Webpage source
Hi,
how can i get the web-page source displayed on a web-browser control, either in c# or Win32.even ATL COM also fine.
i mean.. i dont want to create new "HTTPReqest" or "openURL" to get source.. i …
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. …
1
vote
5answers
66 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
19 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 …
0
votes
2answers
140 views
Prevent parent-form from getting click when child-form is dismissed
In my cf.net project, I have a main "parent" form that will sometimes display a child-form like so:
Subform A = new SubForm();
A.ShowDialog();
//Get a property from the SubForm and use it.
In my …
0
votes
0answers
4 views
Possible to render html in a compact edtion mobile 6 phone form?
Hi
I am wondering does anyone know if it is possible to render html in a mobile 6 form? The only way I can think that may work is the internal web browser control.
I am wondering is there a better …
3
votes
7answers
46 views
cf.net app protection (antidebug, obfuscate)
Is there any out-of-the box solution that protects cf.net (3.5) software against reverse engineering and unlicensed redistribution (average hacker protection)? Any option of packer/native wrapper?
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
0answers
13 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 …
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
2answers
39 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 …
-1
votes
0answers
23 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
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, …
