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 > february 2004 > threads for monday february 23

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

Exception Handling
Posted by Stephany Young at 2/23/2004 11:47:22 PM
Given that the Application.ThreadException event is not supported by the ..NET Compact Framework, has anybody managed to come up with a strategy for global (call it what you will) handling of otherwise unhandled exceptions? ...more >>


HtmlInputFile
Posted by Barknee at 2/23/2004 8:41:09 PM
I am trying to incorporate the HtmlInputFile control in a mobile web app. However, the browse button does not display. Any help would be appreciated Thanks...more >>

Listbox not showing scrollbar
Posted by vijay at 2/23/2004 8:36:05 PM
I tried a listbox in C# visual studio .net 2003. I had 4 items in the list box (numbers 1, 2, 3 and 4 When I run it on the pocket pc 2003 emulator I do not see any scrollbar and I see number 1. What am I doing wrong?...more >>

Display image in a DataGrid cell
Posted by Sreenish at 2/23/2004 5:34:50 PM
Hi All, I want to display an image in a DataGrid cell. I am able to do this in a windows application by deriving a new class from DataGridColumnStyle class and by overriding the Paint methods. But this is not possible in .NET CF. Is there a good way to achieve this? Thanks in advance, Sr...more >>

Problem connecting through firewall
Posted by Mike at 2/23/2004 5:20:53 PM
I'm still having trouble connecting to an internet site through a firewall. Here is my code: myRequest = System.Net.WebRequest.Create(RsURL) myRequest.Timeout = 30000 myProxy = New System.Net.WebProxy myUri = New Uri(Utils.GetOption(cmd, "ProxyServer")) ' Associate the new Uri object...more >>

Speeding up pinvoke
Posted by Sean Cross at 2/23/2004 1:26:37 PM
Any idea how I could speed up the following p/invoke operation. It is being called 6000 times a second so any speed up would be welcome. c# Method: public void BltFast(int dwX, int dwY, GapiSurface srcSurface, ref GDRect srcRect, BltFastOptions dwFlags, ref GDBLTFASTFX fastFx) { Gd...more >>

J# and compactframework
Posted by Eugen Feraru at 2/23/2004 11:54:36 AM
Hello, Does anybody know what are Microsoft's plans for integrating the J# as a language of choice in the .Net compact framework? Thanks, Eugen ...more >>

SqlCe Select Performance
Posted by mathiasfritsch NO[at]SPAM gmx.de at 2/23/2004 11:54:33 AM
My select Queries always take the same time no matter how complex my Queries get. I always end up with 3-4seconds the first time I use the Select - Command and 1Second on all following queries. Do you have the same Performance? (Intel PXA 250 - 500 rows / 6 cols / Index on queried Column) I wo...more >>



Multiple simultaneous SQL CE transactions
Posted by Jon Skeet [C# MVP] at 2/23/2004 11:49:06 AM
Can SQL CE handle multiple transactions on the same connection? I've just been implementing a logger which writes its log entries to the database. It works fine when there's no "active transaction" but it's a bit of a pain if I can't write log entries within database code... (One alternativ...more >>

UI to filter a List
Posted by Wells Caughey at 2/23/2004 11:28:54 AM
I am creating an application where the main screen is really just a list of data items from which the user can drill down and get details on an item or change the status of an item. What I want to do is provide a single List view that displays the data items, but can also be filtered to show onl...more >>

Loading Contents of an Array to Clipboard
Posted by Atley at 2/23/2004 11:22:03 AM
I am trying to copy the contents of an Array to the Clipboard in order to paste the information to another application. Does anyone here know of the API I would need to use to access it, I cannot find it anywhere. Also I need an example of how to utilize this API in VB.net 2003. I have be...more >>

Why CAB's for MIPS, SH3 in PocketPC-Project?
Posted by at 2/23/2004 10:43:06 AM
Hello NG! If you create a project for 'intelligent devices' and define PocketPC as target-os, then the application only runs under PPC, right? I mean it won't work with WinCE-systems (where I'm not clear, what's the difference, because PPC also is WinCE?). If I collect my knowledge, then PPC i...more >>

wrapper for orientation of screen
Posted by Franky at 2/23/2004 9:55:17 AM
Does some one all done a wrapper for screen orientation? or make DEVMODE class ( in .NET )? -- ____________________ Franky Franky@Boucheros.com ...more >>

connect to gprs
Posted by Taryon at 2/23/2004 8:57:58 AM
Hello All! now, to connect with internet, i go to the programs -> connections -> my connection and then click in CONNECT. (gprs) How can i do it from my pda application? ...more >>

from desktop app to device
Posted by Taryon at 2/23/2004 8:55:51 AM
Hello all! How can i send to a device, connected by activesync, one file from a desktop application? ...more >>

Printing with Pocket PC 2003
Posted by Walter Putz at 2/23/2004 8:41:08 AM
Hy I'm developing a software for Pocket PC 2003, there I have to print so reports; I'm using VS.2003 (c#.net) with Pocket PC SDK and HP mobile printing 2.0 ger, bluetooth and a hp 450 I can print, when I create a text, but I have only Tahoma as font Is there any possibility to change the font of...more >>

Registry sniffer for Pocket PC ?
Posted by Fump at 2/23/2004 8:16:06 AM
Hello Is there something like "sysinternals.com" tools for Pocket PC ? I would like to see which registry entries are created during the installation of a software Thanks Fump...more >>

About SqlCeDataReader
Posted by J at 2/23/2004 3:21:04 AM
Hello if i use SqlCeDataReader to read SQLCE data, but can not display first row record??? { Dim ListViewItem1 As New ListViewIte Dim subItem1 As New ListViewItem.ListViewSubIte Dim tmpReader As SqlCeDataReade Dim sqlCmd As ...more >>

Shut up Pocket PC
Posted by Andre F at 2/23/2004 12:56:05 AM
Hi NewsGroup i hope that somebody can help me. I want that my Pocket Pc in no-load operation shut up on 7 minutes. Via the system options, it is possible to take 1 till 5 minutes as selection How can i do it via vb.net or registry Thanks alot for advance Greets André ...more >>


DevelopmentNow Blog