Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet compact framework > march 2004 > threads for friday march 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 30 31

Noob Question
Posted by Feelite at 3/12/2004 11:18:52 PM
Suppose i have some simple code written in C and not targeted towards any platform. Now, if I want to use it in CF apps, what would be the best of going about bringing them in? (can .c files be compiled into .dll?) ...more >>

System.BitConverter on Big-Endian-Platforms
Posted by Stefan Mecke at 3/12/2004 7:04:23 PM
Hi all! Could anyone please verify and post the behavior with MS.NET compact framework on a big-endian system? The docs I found are not precise about whether BitConverter always returns the platforms native endianness or always little-endian like x86. Thanks Stefan Mecke ------------...more >>

serial comm
Posted by dohko at 3/12/2004 4:56:10 PM
Hi people, soy mexicano... sorry for my english,..... i need help... i test the SerialCommunications sample : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/pisapicf.asp in wince.net 4.10 (buld 908) but this not work... i thing work only on pocket pc... ...more >>

Run Time error when starting a .NETCF app
Posted by AC at 3/12/2004 3:25:18 PM
I have built a platform for the XScale in Platform Builder, I added the .NET Compact Framework 1.0 and the OS dependencies for .NET Compact Framework. When i run a .NETCF application, an error dialog appears. "Fatal Application Error" - "Application . has performed an illegal operation and will...more >>

.NET CF and CF SP1 ?
Posted by Lisa at 3/12/2004 3:05:06 PM
If i want to build apps for PPC 2003 using CF SP1what do i need to download to compile my apps for sp1 or do i just use the redistributable sp1 download? ...more >>

DrawString on a ProgressBar
Posted by Isaias Formacio Serna at 3/12/2004 2:43:00 PM
I'm trying to to draw a string in the middle of a progress bar, I tried first to inherit the control in order to override the OnPaint function, but it's a sealed control so I guess this won't work, then I tried to add an Event Handler to the instance and the Paint event just doesn't seem to fire...more >>

SmartPhone
Posted by Thore Berntsen at 3/12/2004 2:07:18 PM
Is it possible to develop SmartPhone applications using VSS 2003 and Compact Framework? Thore Berntsen. ...more >>

System.Diagnostics.Debug.Assert has stack trace; how do I get to it?
Posted by Eli Tucker at 3/12/2004 10:46:31 AM
Hello. I've noticed that if I call System.Diagnostics.Debug.Assert( false ), I'll see a stack trace. I'm acutely aware that exceptions in the compact framework do not contain stack trace information, but I'm wondering how the Assert method gets this information. Would it be possible to go in...more >>



DataGrid redraw problem?
Posted by P at 3/12/2004 9:54:13 AM
Hi. Im using a floating textbox to enter data on the DataGrid. Modified an example found on the net to do this. My problem is this. Let say I show the editbox placed over a cell in the grid. Enter some data and hit enter on the device which calls a method that sets the textbox invisible again. ...more >>

C#.NET and XML
Posted by AllenC at 3/12/2004 9:51:07 AM
Hi All Could anybody provide me with some links to sample code/tutorials for accessing XML files in C#.NET? I know the Compact Framework has reduced XML capabilities but I'm having a hard time finding samples or documention on what I can do with C#.NET Thanks in advance Allen...more >>

Build Action = None
Posted by Peter B at 3/12/2004 9:23:44 AM
Although I have Build Action set to None VS sometimes copies the file(s) to the device. Is this a known issue/reason? Workaround (except excluding the file from the project)? Peter ...more >>

WCELOAD to specify where a program gets installed
Posted by ikedahitman at 3/12/2004 9:11:09 AM
Is there any way to specify this using wceload? Given a cab file I want to tell wceload where to install the program (not in the program files default location)...more >>

Caret in textbox
Posted by P at 3/12/2004 8:42:33 AM
Is there a way to get the caret placed at the end of the text in a textbox when it recieves focus. What I want to do is trap a certain key and insert a charachter to a textbox and focus it. But the caret appears at the beginning of the string. Not quite what I was looking for. Advice? <P> ...more >>

detecting built-in keyboard
Posted by idelso.quintero NO[at]SPAM insurance.sungard.com at 3/12/2004 8:35:59 AM
Hi everyone: Does anyone know a way to detect (for Pocket PC) if a PDA has an embedded (or attached) keyboard to it; to determine if firing up the Soft Input Panel (SIP) is necessary or not? I am adding the SIP control to my app, and using event handlers to enable it or disable it if focus is p...more >>

Creating Dialogs
Posted by Thore Berntsen at 3/12/2004 8:12:32 AM
I want to create a dialog that don't fill the entire screen (like a MessageBox). But whatever I do my form fills the entire screen. Can anyone help? Thore Berntsen ...more >>

Only one copy of my application running
Posted by Kkulaoglu at 3/12/2004 5:41:08 AM
Only one copy of my application running HOW I do this in Framework System.Diagnostics.Process.GetCurrentProcess().ProcessName in work but in CF ...more >>

Speech Recognition; Audio Streaming; Custom Button
Posted by Feelite at 3/12/2004 3:06:32 AM
Hi 1. On MSDN you can find SAPI 5.2 for Windows CE.NET but nowhere can it be found in the download section, is it a typo or it's real? In fact, is there any SAPI for pocket pc? 2. To stream audio on pocket pc, is it necessary to use windows media player SDK? 3. Is there a way to...more >>

DLL installation
Posted by Peter at 3/12/2004 2:56:08 AM
How can I make my application to look for my DLL files in \Windows and not in the application's executing path Thanks...more >>

Unmanaged C++ Dll, CallingConvention.ThisCall
Posted by Claudia Mitsch at 3/12/2004 2:06:07 AM
Hi all! I am trying to use an unmanaged Dll in C# CF. Most of it is object oriented, and - as constructors can't be invoked with dllimport - I added TestClass* CreateTestClass() and DeleteTestClass(TestClass* obj) functions and used IntPtr in C# to hold the instance. In .NET Framework, it i...more >>

Raw IR
Posted by jamie.sadler NO[at]SPAM vmcltd.co.uk at 3/12/2004 1:44:24 AM
I am trying to use a the IR port in a PPC. I need to send a SETIR EscapeCommFunction. The enum types for escape functions in the OpenNETCF serial (CommAPI) does not contain SETIR or CLRIR. Does anyone know what these values are?...more >>

Reflexion
Posted by dd_le_postier NO[at]SPAM yahoo.fr at 3/12/2004 12:38:53 AM
Hi all, i try to call InvokeMember on a type for a property. This works fine for .Net Framwork 1.1 but generates an exception "NotSupportedException" for Compact Framework. It works also fine when invoking a method (instead of a property) on the Compact Framework. This is not documented in ...more >>


DevelopmentNow Blog