| Thread | Last Post | Replies |
|
| CE6: Problem with webbrowser control | 10 Dec 2007 22:23 GMT | 6 |
Hiyas, I seem to have a strange problem with the webbrowser control: .NET CF 2.0 SP2 Windows Forms Application. Form contains a WebBrowser-Control.
|
| Xenocode and 0xc000007b | 10 Dec 2007 20:24 GMT | 1 |
I use XenoCode to obfuscate. Yesterday I installed the VS2005 Security Update and some Outlook patches and now when I run XC, I get 0xc000007b - which means STATUS_INVALID_IMAGE_FORMAT. I also installed their PostBuild 2006 - same thing. I removed the VS2005 Security Update, ...
|
| PInvike or Interop resources? | 10 Dec 2007 19:28 GMT | 3 |
I am writting/maintaining a native library that will be used by .Net code as well. This is not a COM library. Is there a good source of information on how PInvoke works with native libraries? I have been trying things to figure out how they work. I am also wondering if
|
| GPRS Disconnect Windows Mobile 6 | 10 Dec 2007 16:14 GMT | 3 |
I'm triyng to disconnect an open GPRS connection in my new Windows Mobile 6 device (HTC) but it doesn't work. I tried to use RAS enumActiveConnections() to get the active connections, but it doesn't return the active one, it doesn't return anything.
|
| Question on SyncML. | 10 Dec 2007 15:20 GMT | 3 |
Q1. Is there any namespace in .net framework for SyncML ? Q2. Can anyone spare a small basic samplecode on SyncML (Sending phone contacts details using SyncML). Currently i have no idea and
|
| WM5 - Dll memory limits | 10 Dec 2007 14:01 GMT | 11 |
How can I check just how much furhter I can push the memory used for dll's? I know that an application can be larger than 32Mb (stored on "slot 0"). I read somewhere that the dll's are stored on "slot" 1 (additional 32Mb). Is it true?
|
| Transparent Panel | 10 Dec 2007 09:42 GMT | 5 |
Hey gang. I am working on making a transparent panel control. How this control works is making itself invisible then invalidating its parent. This works great until you get panels in panels & using auto scroll on the
|
| ObjectDisposedException | 08 Dec 2007 10:01 GMT | 6 |
Here is the code: DialogResult dialogResult = dgid.ShowDialog (); XYZInfo xyzInfo = dgid.XYZInfo; dgid.ShutDown ();
|
| MSDN Search made easy | 07 Dec 2007 16:54 GMT | 2 |
MSDN Search made easy MSDN Search made easy Hi All, Check this cool gadget at http://smartinterviews.googlepages.com for
|
| CF 2.0 client-side authentication using X509 certificates? | 07 Dec 2007 13:24 GMT | 3 |
I've read that .NET Compact Framework 2.0 does not support client-side authentication using X509 certificates. Do you know any third party solution which allows to use a PFX certificate for client authentication? Second question - I've seen that Compact Framework 3.5 enables to ...
|
| Mobile CAB | 06 Dec 2007 22:21 GMT | 4 |
Anyone using the mobile Composite UI Application Block out there? Is it doable and advisable. I actually was bypassing it do to comment in Wigley/Moth/Foot book about it being "quite difficult to adopt". But then my VP asked me to look into it a little more.....argh....
|
| SQLite and NetCF | 05 Dec 2007 19:12 GMT | 5 |
I use NetCF 2.0 and Finisar.SQLite wrapper (SQLLite version 3). What is your opinion on this database? Is it stable? I do some tests and it looks ok. Faster than SQL CE, smaller output file, no installation needed. Do you have expirience on this database?
|
| How to increase DataGrid column header text size | 05 Dec 2007 19:08 GMT | 2 |
How to set font size for DataGrid column header text in compact framework 2.0 Any thoughts plesae!!! Thanks
|
| How to prevent "internal" controls from being used externally? | 05 Dec 2007 15:13 GMT | 3 |
I am writing some composite controls for a mobile device. Starting off with a usercontrol, I then embed child control on it which will then be consumed by other. The child controls are also custom and intended only for use on the usercontrol (meaning I never want the user to ...
|
| How to prevent "internal" controls from being used externally? | 05 Dec 2007 15:11 GMT | 1 |
I am writing some composite controls for a mobile device. Starting off with a usercontrol, I then embed child control on it which will then be consumed by other. The child controls are also custom and intended only for use on the usercontrol (meaning I never want the user to ...
|