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 > september 2003 > threads for tuesday september 16

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

Compact Framework Designtime Help
Posted by General Chaud Caliente at 9/16/2003 10:41:37 PM
Can anyone point me in the right direction for designer help? I am designing some compact framework components and I need to solve a few designer issues. 1. Image property is not serializing to the form's "Windows Form Designer generated code" section. I think this may be related to the asse...more >>

message from Win32 window to CFwindow
Posted by Thomas at 9/16/2003 7:43:23 PM
Hi experts! Is it possible for me to post a message from Win32 native window to CF managed window? I know that CF managed window can receive message using MessageWindow class, however, I don't know how to get the window handler of the CF managed window (which is needed for the PostMessage()...more >>

ListView Question
Posted by Tom Bean at 9/16/2003 7:07:07 PM
I have a form that uses a ListView control to display a list with checkboxes. Today, the list in the control grew to exceed the number of items the control could display without scrolling, so a horizontal scroll bar was added automatically. Since the ListView only contains a list of names with...more >>

call Ms.com WS without WSE
Posted by casey chesnut at 9/16/2003 5:35:07 PM
full framework if you dont want to install WSE. or compact framework where it doesnt exist. casey ---------------------------------------------------------------------------- ------ //SecurityHeader.cs using System; using System.Xml; using System.Xml.Serialization; using System.Web.Services...more >>

wceload question
Posted by Tom at 9/16/2003 5:18:27 PM
I am invoking wceload from an eVc program to install cab files. This seems to work well. However, it works just a bit differently than my install would run from VisualStudio.Net. In the project Properties- >Common Properties->Device->OutputFileFolder I specify a directory in my Storage C...more >>

Screen on/off
Posted by Brian at 9/16/2003 5:12:37 PM
Is it possible to programmatically turn on/off the screen in the compact framework? -Brian ...more >>

Get web directory
Posted by Peter Bladh at 9/16/2003 4:44:04 PM
Hi How can I programmaticly browse a folder on a web server that allows directory browsing? Retrieving a file with HttpWebRequest works, but the response length is -1 if I ask for a folder (a web browser, such as IE or Netscape, shows a html page with links to the files in the folder). /pet...more >>

#if win32
Posted by Peter Bladh at 9/16/2003 3:39:36 PM
Hi Is it, at compile time, possible to determine if the output enviroment is CE or win32? Can I do that without defining my own symbols? /peter bladh ...more >>



does anybody have a working dll wrapper class for the serial port wich works also for even parity?
Posted by Michael Daniels at 9/16/2003 2:16:38 PM
Hello NG, does anybody have a working dll wrapper class for the serial port wich works also for even parity? I used the CFSerialPort.dll from Richard Grier http://www.hardandsoftware.net/ But it seems to have a Bug in the parity settings. Does anybody of you use a wrapper class to use the ...more >>

multiple forms bug?
Posted by Darren Franklin at 9/16/2003 11:38:01 AM
Hi, I have a small application that uses multiple forms. When the second form is shown it shows parts of the first form as well and disables the second one. I am using the folloiwing in a button handler to show it. Form2 new_form; new_form = new Form2(); new_form.Parent = t...more >>

How to determine pocket pc space and connection strength?
Posted by Butt Chin Chuan at 9/16/2003 11:28:43 AM
I would like to set my application to determine the space left in the pocket pc before I allowed them to download something from the server (when the user is connected wirelessly). I would also like to have the application to determine the strength of the connection at the time of the user...more >>

Add reference to exe in Compact Framework?
Posted by mrjimmy410 NO[at]SPAM hotmail.com at 9/16/2003 11:05:55 AM
I know your not suppose to be able to do this...but is there a work-around in the Compact Framework. I was reading in another post that you can manually edit the project file and get this to work, but I am having no luck. Here is my problem. Say you have a Pocket PC app (exe) and want to do ...more >>

New version of CF...
Posted by Isaque Briglia Gonçalves at 9/16/2003 10:20:56 AM
Hi to all, When the new CF will be avaliable. The current CF graphic is very slow: form title filcker, controls in tabs freeze, lines, rectangles and etc is to slow, etc... Why this topics are not present in eVB or eVC. The "new" tecnologie are too slow than "older" tecnologie. Maybe ...more >>

5 - Could not find resource ERROR
Posted by Jacek at 9/16/2003 9:21:42 AM
Hello I'm developing CF application that communicates with XML WebService to exchange data between remote and master database. Sometimes I obtain "Could not find resource assembly" error (err.number=5). I find it as kind of communication error. Am I right? What can cause this error? thank...more >>

catch close / closing event
Posted by Andreas Schulz at 9/16/2003 9:03:59 AM
Hi, I have a multiple form application and I want to intercept the application closing by a modal dialog. So far everything works fine. I registered the closing event and pop up a modal dialog. But what I want now is to display the form again when the user denies closing the application. ...more >>

Form not updating from seperate thread
Posted by jayderk at 9/16/2003 8:55:43 AM
I am trying to get a datagrid on a form to repopulate when a certain event occurs on a polling thread for a comm unit. I have verified the code... and it all works accept for repopulating the datagrid. here is the other functions and declares public class frmOrders: Yada Yada { privat...more >>

Click event in dynamic menu
Posted by cahrenkiel NO[at]SPAM gmx.de at 9/16/2003 5:19:59 AM
Hi! I've got a submenu in my ContextMenu, which is generated during runtime. I'm not sure about handling the Click-Event in dynamic menues. I'm abled to fire the Click-Event for all MenuItems, but cannot distinguish which MenuItem was clicked. This is just an example how I'm handling it ...more >>

Copy files and install programs into Pocket PC emulator
Posted by Kasami at 9/16/2003 12:32:37 AM
Hi everyone, I would like to know whether I can copy files and install programs into Pocket PC emulator (VS.NET 2003). If yes, how to do that? Thanks in advance!! ...more >>

Problem with RDA replication and Sqlserver
Posted by nono at 9/16/2003 12:12:16 AM
Hello, i use SqlCeRemoteDataAccess() and Pull method to synchronise SQL CE and SQL 2000 databases. When i click the first time on the "synchronize" button, it works well and it's very fast. It creates the table on the PDA and insert datas. When i click the second time on the button, i...more >>

RDA replication between PDA and Oracle ?
Posted by nono at 9/16/2003 12:06:10 AM
Hello, I test RDA replication between PDA and SQL Server. The problem is that my production server is Oracle and when i change the connection string, it fails on the "pull" method : ("An internal error occured. [ID,,,,]") Any idea ? (see the code below) Thanks, nono private void b...more >>


DevelopmentNow Blog