all groups > dotnet compact framework > march 2005 > threads for saturday march 5
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
BorderStyle in Control TextBocEx in Library OpenNetCF 1.2
Posted by Carsten Marx at 3/5/2005 10:29:21 PM
Hi,
one simple question.
On the site:
http://www.opennetcf.org/library/OpenNETCF.Windows.Forms.TextBoxExMembers.html
there is written down, that i have the Field BorderStyle in a
TextBoxEx-control. But if i use it, there is a message: no definition
for BorderStyle....
Why this?
Regards... more >>
Getting function pointer/creating delegate with Reflection
Posted by azerty at 3/5/2005 8:56:53 PM
Hello !
In previous message (see below), Dominic Cooney try to create a delagate by
reflexion
but MethodInfo.GetFunctionPointer doesn't exist on CF
I try another technique (work fine on PC platform)
I create a temporary Delegate on my function and use reflection to load
value in private ... more >>
CF 1.0 SP3 developer bits
Posted by Erik Ejlskov at 3/5/2005 5:13:50 PM
The enduser bits have been available for months now, does anyone know when
we can expect the developer bit,
Rgds,
Erik E Jensen
Twins.net
... more >>
Register that backlight is on with C#
Posted by Carsten Marx at 3/5/2005 2:47:36 PM
Hello,
is there an easy way to register if the backlight is on or off when i
touch the screen with the stylus?
I would be nice for my app, so that when the backlight is off no action
is performed by clicking on the screen..
Thanks for any help
Regards
Carsten... more >>
resource editor
Posted by Ron Harter at 3/5/2005 12:13:53 PM
I am working on developing a 32X32 256 color icon. The resource editor seems
to default to black as the background color. How do I change the background
color to a different color? I can't find any documentation.
--
Ron Harter | Tongue, Tied and Twisted
rharter@pobox.com... more >>
Daylight
Posted by John at 3/5/2005 12:04:16 PM
Hello,
does anybody know how can I change programatically a checkbox value for
"Automatically adjust clock for daylight saving" in the time zone
dialog? Please somebody help me.
Thanks,
John
... more >>
how to access data from SQL Server 2000 using Smartphone 2003 SDK
Posted by Wong CS at 3/5/2005 11:49:01 AM
Dear developers,
how can i retrieve data, update data from MS SQL Server 2000 while i m
developing Smart Device Application with smartphone... Isn't it
System.Data.SqlClient does not supported in Smartphone Development
environment??
If it is not supported, any approach should i use to get t... more >>
Does Windows Mobile 2003 still contain ADO CE 3.1 runtime libraries?
Posted by Voi Coi at 3/5/2005 10:00:29 AM
Hi,
Although Pocket PC SDK 2003 documents said that MS no longer support ADO CE
(their SDK don't include header files for ADO as well) but I wonder whether
ADO CE library files still contained in WM 2003? If not, how existing
application using ADO can run on it?
Thanks,
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
"Regex" is using which library?
Posted by Wong CS at 3/5/2005 6:01:54 AM
Dear developers,
i m using "Regex" to validate input... however, i dunno i should using
System.?.?
pls advice... thanks..
... more >>
how to start learning to build app to smartphone
Posted by Wong CS at 3/5/2005 5:43:28 AM
Dear developers,
do anybody hav the website for learning the basic "Hello World!" program
which run on smartphone 2003...?
thanks ...
... more >>
Transparent background for ToolBarButton's
Posted by rob at 3/5/2005 3:01:02 AM
I use a ToolBar with an ImageList.
How do I get the images to appear with transparent background (same gray as
ToolBar) ?
Thx
Robert... more >>
evC dll in DotNet
Posted by Hari at 3/5/2005 2:41:03 AM
hi,
plz answer the following queries:
1) the dll created using eVC 4.2 can be used in vs 2003 ppc applications, i
mean in vb.net and c# ?
2)the dll created using vs 2003(vb.net and c#) can be used in evC 4.2 ?
3)Intellisense can display the public functions declared in a dll ?
Regards,
... more >>
Problem Microsoft MapPoint WebService
Posted by giuzarbo at 3/5/2005 2:07:02 AM
I am trying to create a Mobile Application in C# that view MapPoint Maps, but
when
I execute:
FindServiceSoap fws = new FindServiceSoap();
RenderServiceSoap ws = new RenderServiceSoap();
fws.Credentials = new NetworkCredential(myUserName, myPassword);
ws.Credentials = new NetworkCredential... more >>
|