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 > april 2005 > threads for tuesday april 19

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

Progressbar updation problem
Posted by Chintan at 4/19/2005 10:31:23 PM
HI, I am getting problem with splash screen showing while some other process is going on. I have a timer which is not getting fired at the interval set, when the long process is running on. My code looks something like this, btn_Click(object sender, System.EventArgs e) { timer1.Interval...more >>


Testdrive GUI in VS 2003?
Posted by Johan Johansson at 4/19/2005 8:35:48 PM
Sorry if this borders on being offtopic. With the eVCs I could test my GUI from the resource editor. If there is a similar functionality in the VS 2003 "Designer" I can't find it, neither in VS 2003 itself nor using google (somehow test seems to be a bad word to include in any search...). ...more >>

XMLTextReader Problem
Posted by msnews.microsoft.com at 4/19/2005 8:30:14 PM
Hi All, I have some code that uses the XMLTextReader to parse a document. When I iterate through the nodes on desktop the reader.value method returns the inner contents of the node correctly, however when I do the same on the PPC the reader method returns an empty string. Does anyone know w...more >>

Bitmaps dark on Pocket PC
Posted by ShakeDoctor at 4/19/2005 8:21:17 PM
Hi, I'm trying to set the background colour and render several bitmaps on a custom form, and they are coming out very dark on the Pocket PC. When I run my application on the emulator, the colours look fine, so I don't know what's going on. Is there any particular format the bitmaps should be...more >>

Read and Write GPIO I/O addresses
Posted by Jose at 4/19/2005 4:56:21 PM
Hello: I'm a newbie in CF and I would like to read and write GPIO data, accessing to some I/O addresses in my PC104 using C#. How can I access directly to the memory mapped addresses using managed code? Where can I find information about that? Best regards Jose ...more >>

Web Services - ConnectFailure
Posted by Bill at 4/19/2005 11:19:02 AM
I have a CF project and I'm taking my first hack at implementing web services for it. IIS is on a remote machine from my dev machine, and it is set up to use Windows Authentication. I have written a web service and its test page produces the correct results. I have referenced the web servic...more >>

column not being hidden
Posted by warbird at 4/19/2005 11:16:02 AM
I have reseached and the following code should hide my column, but it does not any ideals? Dim InvDataGrid As DataTable dgInv.TableStyles.Clear() InvDataGrid = New DataTable("InvData") InvDataGrid.Columns.Add("Inv", Type.GetType("System.String")) ...more >>

Check if any app is running in VB .NET
Posted by Eve at 4/19/2005 9:41:04 AM
I'm looking for a VB code that would run on a device to check if "any" application is running on the device. I only found C code that does that...Thank you!...more >>



P/Invoke: 'System.MissingMethodException'
Posted by Lionel Reyero at 4/19/2005 7:39:05 AM
Hi, I am trying to P/Invoke a video coder .DLL in my C# application for Pocket Pc. I wrote the regular P/Invoke adaptation for the methods of the .DLL. When I debug the application, I get the exception 'System.MissingMethodException', when I call any method from this DLL. This is my first ...more >>

SDK and CF
Posted by Biggles at 4/19/2005 7:26:02 AM
Hi, folks. I'm a newbie to .Net (Java programmer) and I donwload the SDK, redistributable and the CF stuff and installed them all without problems. My first program on my PC compiled just fine and ran OK. However, I noticed from a thread on another forum that you cannot compile code for t...more >>

.Net DLL only accepts ByteArray(1 to 32)
Posted by Benjamin Lukner at 4/19/2005 12:00:00 AM
Hi! I'm using a .Net DLL that's referenced by my project. The strange thing is that the DLL vendor uses byte arrays of 32 bytes length having a lower bound of 1 to read and write data! The only way I've found to create such an array is Dim aData As System.Array = _ System.Array.CreateIn...more >>

Toolbar Icons not visible
Posted by Patrick Jox at 4/19/2005 12:00:00 AM
Hi, in the thread "Toolbar icons invisible Bug in PPC2003 SE" I found that there is a bug in Windows Mobile 2003 which should be resolved in .NET Framework 1.0 SP3. So I downloaded the Service Pack and installed it on my local machine. After that I distributed to my pocket pc wiht noe effect....more >>

ora lite 10i / ado.net / cf problem
Posted by Thorsten Giesecke at 4/19/2005 12:00:00 AM
hi, i want to use prepared statements with oracle lite 10i and ado.net (cf). my problem: the oracle lite ado.net provider (ce) has no OracleTypes class. how can i set the IDbParameter.DbType property? the ODT enumeration is incompatible and the OracleTypes class is not provided... thank yo...more >>


DevelopmentNow Blog