converting from CF 3.5 back to 2.0
Thu, 11 Sep 2008 06:51:01 -0700
Is there a way to change a projects framework version from 3.5 back to 2.0?
Thanks,
Rob C ...
|
How to change CurrentCulture?
Thu, 11 Sep 2008 15:12:40 +0200
Env.: CF 3.5 / VS 2008
Hi All,
I need to localize the app I'm working on to a couple of languages. I
created a first satellite DLL and wanted to give it a test.
That's where I realize that Thread.CurrentCulture is not supported by the
CF. How do I programmatically specify which language should be loaded?
...
|
Issue extending TextBox
Wed, 10 Sep 2008 13:25:01 -0700
We have a control that is extending TextBox. At times when we instantiate
the object, the TextBox constructor hangs. I managed to catch the issue
occuring a couple of times during a debug session and paused the execution.
The stack trace was the same in both cases. This is the stack trace on that
thread ...
|
DOTNET - Jobs, Interview Questions, Certification
Wed, 10 Sep 2008 09:38:52 -0700 (PDT)
Hi,
In the very fast moving IT Industry, there is a need for the people
to keep a note of what is happening in the field, what are the latest
Jobs available and in which technologies they are available and what
companies and also in which cities.
And also when applying for Jobs, it is obvious for people t ...
|
Visual Studio 2008 build takes insanely long time
Tue, 9 Sep 2008 09:04:01 -0700
I migrated a VC# app platform from VS2005 to
VS2008 (SP1) and the build time increased by a huge amount.
Whereas it used to typically take a few seconds to deploy my app under
VS2005, it now takes about 2-4 minutes. And redeploying an unmodified
project still takes 2-4 minutes to "build" the already-bu ...
|
How to Suppress "Select Printer" dialoge box?
Tue, 9 Sep 2008 05:08:01 -0700
Hi,
I am stuck with Printer Selection dialoge box when I print multiple files
using one of the FieldSoftware's component. I am trying to print multiple
files through blutetooth enabled printer which is already paired with device.
FieldSoftware's component does the great job and sends files one by one to
p ...
|
HELP with relection on Interfaces
Mon, 8 Sep 2008 12:29:02 -0700
I have some .net code I am using which I also which to use on a compact
device.
The code looks in the given dir and then loads all instances of the given
interface. I have attempted to convert the code to complei and run on a
device to to no luck. please does anyone have to ideas on what to change.
Dic ...
|
|
|
NetStream issues
Mon, 8 Sep 2008 09:16:22 -0700 (PDT)
I've got a handheld application that is sending and receiving data
over a NetworkStream. The physical connection to the server is either
a dialup modem or ActiveSync to a PC connected over VPN to the host
system.
Because of past performance issues there is an application level
protocol being used where in th ...
|
WPA2 using CSP
Sun, 7 Sep 2008 19:22:31 -0700 (PDT)
Hi,
I am trying to connect to WPA2 network using CSP. Below is my XML
string. I found from this link (http://www.windowsmobiletraining.com/
connection/forums/t/441.aspx) that we can connect to WPA2 as well
using CSP. If anyone has tried this before successfully, please let me
know if this string is correct. I ...
|
Text Compression
Sat, 6 Sep 2008 23:31:11 +0100
My application uses 64 blocks of text, each containing about 6000
characters, which I include as resource files. I would like to compress the
text, in order to reduce the size of my program. Can anyone tell me what
compression mechanisms are available in the .Net CF?
...
|