all groups > dotnet compact framework > august 2004 > threads for friday august 27
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
A bit of fun!
Posted by Thore Berntsen at 8/27/2004 10:39:15 PM
Ok, I know this is a bit of topic, but take 10 minutes and watch this cool
video and se what Windows CE is used for:
http://channel9.msdn.com/ShowPost.aspx?PostID=10924
Thore Berntsen
... more >>
Hardreset on emulator
Posted by Wernfried Schwenkner at 8/27/2004 7:22:09 PM
While still having the problem not able to deploy a simple application
(just created with the wizard) to an emulator, I will try to do a hard
reset on the emulator to enforce the newly download of the compact
framework. How can this be done? "Reset" in the emulators menu seem to
be only a so... more >>
finding a memory leak
Posted by Duncan Mole at 8/27/2004 4:37:45 PM
Hi all,
Are there any tools out there like CLR profiler to help identifiy non
reclaimable memory in the compact framework. I am trying to track down a
problem and it is driving me potty
Thanks
... more >>
Get HWND from ToolBar
Posted by Andreas Selle at 8/27/2004 3:32:09 PM
Hi,
I know the FAQ and tried it using GetCapture. However { aControl.Capture =
true; } does not work, the Capture property remains false and the native
GetCapture returns zero. The very same code works with other control types
well.
Any alternative suggestions?
BTW: I try to get the HWND... more >>
.net cf 2
Posted by Neko at 8/27/2004 3:06:45 PM
Hi there,
Is it possible to run a smart device Application with .net cf 2 on a Windows
CE 4.2 Device? Thanks for any information.
Neko
... more >>
Camera on Smartphone 2003
Posted by fhunter at 8/27/2004 1:51:01 PM
I would like to take advantage of the camera in the new Mpx220. Any ideas of
how to even get started with this? All we need is to capture the image. Are
there any camera APIs for this phone available (free)? Or should we stick
with J2ME ?
... more >>
Can't install CF SP2?
Posted by NOtcarvinSPAM NO[at]SPAM lycos.com at 8/27/2004 11:52:25 AM
I've got an Intermec CK30C that I just can't seem to get SP2 onto.
The PC applet that pushes SP2 to the device always fails, and I've manually
put the CF cab on the device and run it. This always prompts me to say that
the CF already exits, and I chose to install anyway.
But both before an... more >>
GUID is not an identity field
Posted by jason NO[at]SPAM no-spam.dive-master.org at 8/27/2004 11:25:32 AM
Hi all,
I am using merge replication between my SQL 2K and CE
databases.
I am using GUID types as the PK of my data table. However,
I would like to return the value of the PK once the record has
been written. I am using newID() in the SQL CE DB so the DB
is adding the GUID value. Theref... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ListView Sorting
Posted by Xabi at 8/27/2004 10:23:23 AM
Hello:
It's possible sorting listview items in CF?
If so, how can I do this?
Thanks & Regards
Xabi
... more >>
GUID Fields to string type
Posted by jason NO[at]SPAM no-spam.dive-master.org at 8/27/2004 9:49:09 AM
Hi All,
have have merge my CE DB onto my PPC, and now I need to
load some the fields into my VB.Net app. The PK of each
table is of type GUID so that I don't have to work too hard
with my multiple devices and replication. However, I need
to load the field and assign it to the tag field of a... more >>
Ayuda con el Compact Framework...
Posted by Geovanny Tomalá at 8/27/2004 9:11:36 AM
Saludos al grupo, estoy con un pequeño dilema, tengo una aplicación (demo)
el cual utiliza SqlServer Ce 2.x con SqlServer 2000 las pruebas que estoy
realizando siempre son utilizando el emulador propio del Compact Framework
pero al momento de realizar las pruebas ya en el Pocket Pc me resulta
si... more >>
I have a big problem when using Merge Replication to download data from SQL Server 2000 to PDA.
Posted by thoantm NO[at]SPAM fsoft.com.vn at 8/27/2004 5:57:47 AM
Hi all,
I have a big problem when using Merge Replication to download data
from SQL Server 2000 to PDA.
My program have to download about 200000 rows from database server.
(approximately 67MB).
I have test my program , where I can download 197419 rows.
But when I deploy my program for... more >>
Newbie Question on Forms
Posted by Neil Kiser at 8/27/2004 4:11:02 AM
I guess I've been doing web development too long as this question feels like
I should already know the answer.
I have noticed in the sample applications created by Microsoft that the
projects consist of a single windows form. When I look at this form in VS
2003 there are no controls on the... more >>
Creating a control that acts as a container in the vs designer
Posted by PVickers at 8/27/2004 4:01:02 AM
I am trying to develop a scrollable panel control similar to what is provided
in the desktop framework (via the ScrollableControl class).
My control would consist of a panel and two scrollbars.
When working with my control in a consuming project I want to be able to
allow controls to be dragg... more >>
Always my GAC issue
Posted by Romu at 8/27/2004 1:53:02 AM
I let the SP3 Beta and returns to the SP2.
Before becoming completely mad, I did the most possible little test program
to demonstrate the problem.
And as usual I get a TypeLoadException and the GACLOG.TXT file is not
created. Oups, I forget to say I hard-resetted my device before doing tha... more >>
ThreadPool overhead
Posted by darek NO[at]SPAM m-core.pl at 8/27/2004 1:45:32 AM
Hello.
I'm considering use of ThreadPool in my application.
However I'm concerned about an impact it may have. I believe
that calling a ThreadPool.QueueUserWorkItem would invoke a static
constructor that would start several threads. Because currently
there is only one place I can thin... more >>
|