Tagged Questions

0
votes
1answer
14 views

What is ActiveX Hosting?

I need to get the Flash Player ActiveX on the .NET Compact Framework in Windows CE 5. This thread says I need to create an "ActiveX Host" for Net CF in order to accomplish this. H …
0
votes
2answers
33 views

upgrade compact framework version in htc phones?

hi i want to upgrade the version of compact framework in my htc touch phone. I am doing these steps i have downdloaded the framework msi. connected the phone through WMDC to the …
4
votes
11answers
156 views

testing if a string can be cast as a integer in VB.NET

Is there a better way of testing if a string can be converted to an integer other than something like the following? Public Function IsInt(ByVal value As Object) As Boolean T …
0
votes
2answers
77 views

Rijndael algorithm (Right side 8 bit padding issue)

Hi all, We are creating sample application for windows mobile using Rijndael algorithm. Its working fine. But the problem is when we decrypt the data there is a 8 bit padding up o …
0
votes
1answer
33 views

Deep cloning in Compact Framework

Hi Folks, Is it possible to deep clone an object in the compact framework? I was hoping to use IClonable and memberwiseclone() however this only performs a shallow copy. Any idea …
0
votes
1answer
13 views

MenuItem in Compact Framework 3.5

Is there anyway to programmatically force a MenuItem to raise their popup event? Basically, if you click on it with your stylus or finger, it shows the MenuItem collection for tha …
0
votes
5answers
121 views

Rijndael algorithm (How to create our own Key )

Hi all, All the samples for Rijndael algorithm are defining the key from the Rijndael class itself, can't we provide the Key of our own. Any hint on this will help me a lot. The …
0
votes
0answers
22 views

How to open a file up with openFileDialog in windows mobile?

Hi I dragged in a openfiledialog into my mobile 6 application and I wrote this code. openFileDialog1.Filter = "Text File|*.txt"; openFileDialog1.ShowDialog(); StreamR …
0
votes
1answer
13 views

MFC DLL loading issue in Winmo

Hi, i have created an MFC DLL for windows mobile.. i have exposed only a function in MFC DLL... if i try to load DLL in c#,in debug mode it is telling Remote connection lost mess …
0
votes
3answers
20 views

No Load event on UserControl for Compact Framework?

Looks like there is no Load event for usercontrol on the CF. I'm used to loading data on the Load EventHandler. What is the other alternative to achieve this for CF? So far l …
3
votes
2answers
49 views

XAML & Windows Mobile (.Net Compact Framework)

Is there any support for XAML on the Windows Mobile?
1
vote
1answer
13 views

Retreving an image stored on SQl Server CE 3.1

Hello! I'm developing a WinForm app for Windows Mobile 6.0 with C#, .NET Compact Framework 2.0 SP2 and SqlServer CE 3.1. I have this code that is not working: using (SqlCeDataRe …
0
votes
3answers
28 views

new Bitmap OutOfMemoryException in CF 2.0SP2

Hello. I have this code: if (archivoBinario != null) { MemoryStream ms = new MemoryStream(archivoBinario); Bitmap imagen = new Bitmap(ms); PicBoxImagen.Image = imagen …
1
vote
2answers
19 views

How to reload registry settings ? (compact framework on a Symbol device)

Hello, I have a pocket pc from the Symbol manufactor. I would like to change programmaticaly the power timeouts and the backlight timeouts. The application in charge of this setti …
0
votes
2answers
19 views

Single CAB for pocket pc and smartphone versions of same application

Is it possible to create a single cab that will allow me to package both PocketPc and Smartphone version of Windows Mobile application? What I would like is to be able to check du …

1 2 3 4 5 46 next
15 30 50 per page