all groups > dotnet compact framework > march 2008 > threads for march 22 - 28, 2008
Filter by week: 1 2 3 4 5
PPC 2003 web service proxy settings
Posted by davebythesea at 3/28/2008 10:06:01 AM
Hi,
I have built an app in PPC 2003. It uses a web service to transfer data to
and forth. Sometimes the device is cradled via active sync and I can access
the web service via a proxy server. At other times I use the web service over
GPRS and no proxy settings are required to use the web ser... more >>
How to use Standalone Emulator ?
Posted by niraj at 3/28/2008 4:28:38 AM
If somebody has information about it then plz send me on my email?
niraj_interface@yahoo.com
From http://www.developmentnow.com/g/18_2008_3_0_0_0/dotnet-framework-compactframework.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
Visual studio 2005 C++ clr class libarary
Posted by Don at 3/27/2008 6:29:01 AM
HI
I made a C++ Visual Studio 2005 clr DLL. This dll has mixed code in it. I
tried to run this dll on a machine where I did not have Visual Studio 2005
installed. For some reason the dll can't be loaded.
What component do I need so that this dll works
--
Don... more >>
Textbox accept numeric values only
Posted by neera at 3/27/2008 2:02:17 AM
I am trying to make a textbox accept numeric values only and the
target device is Treo700w using WM5.
I have tried that with suggested SetInputMode() method and used the
code given in http://www.devx.com/wireless/Article/21291
I am not getting any error but not able to do that .
Is there ... more >>
Working Ping...
Posted by Mobileboy36 at 3/26/2008 3:26:22 PM
Hello group,
My function BasePing doesn't work any more on mobile 2005.
I get an unsuspected error (no more information is displayed) on the line
calling "LOCALFREE".
On pocket pc 2003 i still have "normal" behavior.
It 's the second time I post this because I don't succeed to resolve t... more >>
Marshaling Strings with P/Invoke
Posted by Markus Ewald at 3/26/2008 12:41:31 PM
I've got a pretty simple function inside a C DLL that returns a pointer
to a unicode string:
extern "C" const wchar_t *__stdcall GetHelloWorld() {
return L"Hello World";
}
If I try to use it from .NETCF 2.0 application with the following
declaration, it fails (the same does se... more >>
PocketPC Deployment Issues
Posted by Markus Ewald at 3/26/2008 8:46:41 AM
I'm developing a Smart Device application that includes a native C++ DLL
that is used via PInvoke.
All Projects, including the C++ DLL, are contained in a single solution
like this:
Solution
MyLibrary.Native (C++ DLL)
MyLibrary (C# P/Invoke Wrapper)
MyApplication (C# A... more >>
GPRS Connection Reconnect
Posted by ramakrishnansubramaniam@yahoo.co.in at 3/26/2008 7:44:26 AM
I working on WM5 application, which involves transaction through
GPRS .
I would like to know:
How to Re-Connect (i.e re-establish connection) if GPRS connection is
broken programatically.
Thanks for your time.
Ram
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Treeview loading with BeginUpdate&EndUpdate
Posted by Freesc at 3/25/2008 5:10:45 AM
Hi there~
As is known to all, the Treeview::BeginUpdate/EndUpdate method is used
to update or reload the treeview without redrawing the treenode one by
one,and it can save some performance for us.But here i'm writing an
example that,however,doesn's make any difference with or without these
tw... more >>
Pocket Excel and Compact Framework
Posted by dgs at 3/24/2008 7:39:20 PM
Hello,
Is there any way to create an Excel file without a third-part dll (like
tmssoftware) in CF 2.0. I have read a lot about this but i can´t find a
solution. Any idea?
Thanks.
... more >>
Control shape management problem
Posted by Lorenzo at 3/23/2008 12:18:05 PM
Hi,
I want to draw 2 controls that have the shape of trapezium.
like these:
___________________
|\ /
| \ t2 /
| \ /
| \ ____________/
| t1 |
|___ |
The problem that i have is that after that i... more >>
Re: Force Keypad to Numeric Mode on Smart Device
Posted by Christian Resma Helle at 3/23/2008 1:04:44 AM
Look into the Microsot.WindowsCE.Forms namespace. Theres something in there called SetInputMode()
--
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com
----- ORIGINAL MESSAGE -----
I'm developing a vb.net app for a HTC S640 pda running wm6. I am
trying to make a text... more >>
Force Keypad to Numeric Mode on Smart Device
Posted by xsf at 3/23/2008 12:05:17 AM
I'm developing a vb.net app for a HTC S640 pda running wm6. I am
trying to make a textbox accept ONLY numeric values. I would like to
set the keypad into numeric mode if possible. As it is now the user
has to Hit 'FN" + the number.
Any suggestions?
Thanks... more >>
|