all groups > dotnet compact framework > february 2004 > threads for thursday february 12
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
How would I InterOp this structure?
Posted by Marauderz at 2/12/2004 11:59:31 PM
Hi guys I'm trying to make a wrapper to the SIMManager's phonebook commands,
has anyone done it? :P anyway I'm running into some problems with defining
the phone book datastructure. The SDK defines it as
typedef struct simphonebookentry_tag {
DWORD cbSize;
DWORD dwParams;
TCHAR lpsz... more >>
XDA 2 Query
Posted by Mark Irvine at 2/12/2004 9:56:31 PM
Hi,
I was wondering if the XDA2 (Pocket PC Phone Edition) contains the phone.dll
so as to allow some unsafe c# code to place a voice call?
Mark
... more >>
.NET Compact Framework Sample: Auto Updater
Posted by Chris Craft at 2/12/2004 8:51:02 PM
I wonder how this will compare with the upcoming
Smart Client Offline Application Block
http://www.microsoft.com/resources/practices/coming.asp
Learn to create self-updating applications using .NET Compact Framework.
http://www.microsoft.com/downloads/details.aspx?familyid=8fc47c2c-f... more >>
MissingMethodException
Posted by T Perri at 2/12/2004 8:36:08 PM
Hi everyone
Can anyone tell me why I would get the MissingMethodException errors while running samples I downloaded from MSDN, such as the SendSMS.msi and PhoneAPI.msi
Thanks in advance
T... more >>
ANN: Updated Articles 2/12/04
Posted by Geoff Schwab [MSFT] at 2/12/2004 7:42:23 PM
Greetings,
The following updates have been made to the .NET Compact Framework MSDN
library.
We have adde a new article by Alex Feinman:
Creating Self-Updating Applications With the .NET Compact Framework
http://msdn.microsoft.com/library/en-us/dnnetcomp/html/AutoUpdater.asp
I have update... more >>
How to create full screen applications in .Net CF
Posted by Bjoern Feld at 2/12/2004 7:09:03 PM
Hi,
I want to create a fullscreen application in .Net CF.
Can anybody please point me in the right direction
TIA, Bjoern
... more >>
Why is it so hard to install myApp + SqlCE + CF?
Posted by Tom Couvret at 2/12/2004 6:35:39 PM
I've been going over the groups, and have found lots of questions on
this, and no good solutions yet. I amn hoping that as its a while since
the last post someone has finally got a good solution!
It seems incredible to me that despite MS pushing the use of SQLCE for
app development, there i... more >>
Inputbox
Posted by Venue at 2/12/2004 5:49:44 PM
Is there anything similar to InputBox (as in eVB) in C# (CF.net).
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
where to find SP2?
Posted by Sarah Smith at 2/12/2004 5:05:08 PM
I see a lot of you guys are talking about SP2.
I didn't know there were any service packs available for VS.NET and
the CFramework.
Are these only available to "insiders" - I can't seem to find them on
MSDN.
SS.
BTW: I am talking about VS.NET 2003 and CF1 (I hope you guys are too).
... more >>
HowTo: creating bitmap resources for custom controls
Posted by Bjoern Feld at 2/12/2004 3:52:10 PM
Hi,
I am fairly new to the .NET CF. I just managed to create my own custon=m
controls with designer support.
I ran into a problem embedding a bitmap resource:
I wanto to display a small bmp as logo. I added the bitmap to my solution
and set the build action to "embedded resource". I tried lo... more >>
threading in CF, anybody good tutorials, sites?
Posted by Jeroen CEuppens at 2/12/2004 11:53:17 AM
threading in CF, anybody good tutorials, sites?
Thx Jeroen
... more >>
Regarding web service
Posted by P at 2/12/2004 11:50:53 AM
Hi.
I have a question about webservices. When you add a web reference to a
project ypu get a .wsdl, a .disco and a reference.map file as well as the
proxy class. This reference points to the computer hosting the web service.
Now I want to be able to configure the IP address that I have stored ... more >>
MessagePump, PostMessage in C++, in CF also something like that?
Posted by Jeroen CEuppens at 2/12/2004 10:55:29 AM
I want to use something like the MessagePump, PostMessage in C++ in C#
(Compact Framework), is there a way to have these functions?
Greetz
Jeroen
... more >>
threading problem... I think?
Posted by éric at 2/12/2004 10:16:54 AM
Scenario:
Main thread [form's trhead] contains a custom panel which downloads async
via http
the download is on a worker thread.
When the worker thread is operating it updates the panel with info on its
status ie how much is downloaded
Problem:
While the worker thread is running and t... more >>
New Listview Bug in SP2?
Posted by jeremymartinson NO[at]SPAM hotmail.com at 2/12/2004 7:49:59 AM
I'm experiencing a listview bug in service pack 2.
Nearly as I can figure the problem revolves around the listview's Type
property.
I usually use the "Details" Type, but for one specific instance, I
need to use the "List" type. However, when this change is made, none
of the items in the li... more >>
Call to native function from C#
Posted by Dominik Haneberg at 2/12/2004 4:56:05 AM
Hi
I have a problem with calling a native library from C# on PocketPC 2003. I want to call a function that has a pointer to a structure as parameter. The structure itself has this form
struct sockaddr
u_short sa_family
char sa_data[14]
}
The signature of the function to cal... more >>
CF application freezes PDA completely
Posted by kristian schneider at 2/12/2004 12:51:05 AM
We have an application developed in dotnet CF which, if run for some days, completely freezes the PDA. We can't even turn off the power by pressing the power button, the only resort is to soft reset it
The application which is a portable remotecontrol to a external system, consists of two main thre... more >>
|