all groups > dotnet compact framework > may 2004 > threads for monday may 3
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
How to set ComboBox's SelectedItem with an object
Posted by Sérgio Pinheiro at 5/3/2004 6:51:01 PM
Hi Folks,
I'm populating a combobox, with my own objects using the code bellow...
The id and descriptions are retrieved from a datareader.
Everything works fine, the items population, retrieveing of the current
selected item properties, but.... there is a problem.
How can I set the selected... more >>
Native Exception During Merge Replication
Posted by Tomas at 5/3/2004 5:27:54 PM
Hello,
We are experiencing a native exception during merge replication between SQL
Server CE 2.0 and SQL Server 2000 SP3.
Configuration:
Windows Mobile 2003
..NET Compact Framework SP2
SSCE 2.0
SQL Server 2000 SP3
The exception is an access violation, which occurs during the call to t... more >>
Alternative to Remoting?
Posted by Diego F. at 5/3/2004 5:18:31 PM
Hello. I hope someone can help me.
I'm developing an application with Pocket PC that must send objects to a
server and retreive them later. The server has to mantain the objects in a
table, ready for serve them back to the clients.
I thought about using web services, but they doesn't mantain... more >>
RichInk
Posted by Mark Pitman at 5/3/2004 3:50:54 PM
I have been looking at the RichInk sample from the OpenNETCF.org forums
http://tinyurl.com/2tzpb and also at this MSDN article:
http://tinyurl.com/37grw
In the MSDN article, they talk about showing a "command bar" on the richink
control using the following code:
SendDlgItemMessage(hInk, IM_... more >>
Help needed on filling treeView
Posted by tiger79 at 5/3/2004 3:06:14 PM
Hi,
I've got a sql databse file with some data in it :
ID P_ID Description
1 0 Parent1
2 0 Parent2
3 0 Parent3
4 1 Child1Parent1
5 2 Child1Parent2
6 3 ... more >>
Cause of my app locking up....
Posted by Mike at 5/3/2004 3:06:06 PM
I have been on a quest to figure out why my application is occasionally locking up. At the advice of this newsgroup, I did find some cases where I was "multithreading" which I fixed and it seemed to help reduce the frequency in which the application was locking up. However, it is still occasionall... more >>
Background/Transparency
Posted by MalawiBwana at 5/3/2004 2:56:09 PM
I purchased the AdvancedList control from Resco and learnt that it doesn't support background images on the control nor does it support transparency. Is there any way I can extend thirdy party controls such as this one to add these functionalities
Thanks!... more >>
tblimp.exe ..
Posted by Mobile Boy 36 at 5/3/2004 2:28:49 PM
Hi,
Is it possible to build a .NET compact framework wrapper for an unmanaged
pocket pc dll (ARM dll). For the .Net Framework, there is something like
'tblimp.exe'. Does this exist for the comact framework too?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Managing resources across desktop and CF?
Posted by google.com NO[at]SPAM pickledog.com at 5/3/2004 2:05:20 PM
I see that resource files cannot be shared between the desktop and the
CF, so I'm not trying to do that. I am, however, just trying to manage
my resource files and am having trouble. How are others doing this?
I've got my c# source files in one directory, and they are shared
across the 2 platf... more >>
CE.NET 4.2 SAPI
Posted by SHAWN at 5/3/2004 1:56:01 PM
Hi
I have successfully built and run CE.NET 4.2 image with SAPI components on a XScale PXA255 platform. When I compiled (MS eVC 4.0) and ran the SPEAKexample provided in platform builder speeck SDK samples directory, the following TTS call returned error
wcscpy( wcBuff, L"This is a simpl... more >>
WinCe.Net connect to SQL Server 7 ?
Posted by Simon at 5/3/2004 1:01:35 PM
I want to write an application that does inquiry on sql 7 server. The device
I'm using has installed win ce.NET 4.1.
It that possible, any sample apps ?
... more >>
Deployment
Posted by Jesse at 5/3/2004 11:49:04 AM
Has anyone had any success in using the Updater Application Block as a means
of deployment of CE.NET applications from a central server?
I ask because we will have many CE devices running our application. They
will have wireless connectivity to the network, so they will be able to all
reach a... more >>
get function key event in text box
Posted by Benjamin Lukner at 5/3/2004 11:16:43 AM
Hi!
I have an Intermec CK30 Windows CE device without touch screen.
I've built a new button control to handle keys.
Now my (last?) problem is to leave a text box.
The Key_Press event is included in CF, but Key_Down and Key_Up events
aren't.
How do I get an event of any function key ther... more >>
Deplay problem
Posted by SvenÅke Andersson at 5/3/2004 10:13:31 AM
I'm trying to build an installation of a PocketPC app and have followed the
example found on Microsoft's site to the letter. All works ok if I omitt, as
statetd in the article, all stuff in the inf file about vsd_setup.dll. If I
instead use the inf generated by the CabWizard I get an installation... more >>
Icons background
Posted by Zanna at 5/3/2004 10:00:44 AM
Hi!
Someone can tell me why on some PPC I got my icons into PictureBox with
a black background instead of the transparent one?
(CF SP2 in use)
Thanks... more >>
C# + SQL server stored procedure + cursor
Posted by dys at 5/3/2004 2:21:03 AM
Hi,
Im trying to use a Cursor from a stored procedure. I have found How to execute a stored procedure, but I dont know how to use a Cursor from my application. ... more >>
|