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 2005 > threads for thursday february 10

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

Consume web service with GPRS
Posted by Krudler at 2/10/2005 11:43:08 PM
have a simple application that tries to consume a web service. It works fine when the PocketPC is connected to the Internet via ActiveSync, but when it attempts to use a GPRS connection, only the first invocation of the web service succeeds, all others fail with a WebException. - protocolerror ...more >>


running app in background still not working on Smartphone
Posted by Mustafa Rabie at 2/10/2005 11:29:05 PM
I tried the following to hide my application and then bring it back or show it again if it was ran from a shortcut or from directly clicking on the exe file from the file manager and still doesnt work, you help is really appreciated i really need to get this working ASAP. The App is for Smart...more >>

help file
Posted by victor at 2/10/2005 9:03:56 PM
can anyone tell me how to add pic to my help file in the ppc? i add some pics in the help file, but the os keeps telling me can not open the page? cheers ...more >>

IDccMan->Advise call hangs when device is connected to PC
Posted by PR at 2/10/2005 7:25:59 PM
I am trying to use the COM interfaces IDccMan and IDccManSink to register my desktop program to receive notifiations when the device (Pocket PC) is connected or disconnected to the PC. I do this by calling the Advise method of IDccMan interface. It works fine if the device is not connected t...more >>

Problem with sql server ce 2.0 on pocket pc...
Posted by dwhittenburg at 2/10/2005 6:19:46 PM
I was working with my app that I developed for my pocket pc...moving the app over to the pocket pc from my laptop...I had it getting a connection and creating the database on the pocket pc and everything...running queries, etc... I recently got a new server to be used as my development machine...more >>

Asociate dinamically an event in VB.net
Posted by Juan at 2/10/2005 5:43:36 PM
Hello: I'm creating some radiobuttons and i want to asociate their events dinamically with a function. How can I do it? In c# there is no trouble, because it can handle with it: radiobutton1.click += new System.eventhandler(this.myfunction); but when i use VB.NET I need to do in this w...more >>

SHFullScreen
Posted by Harry Simpson at 2/10/2005 3:53:26 PM
I'm using this (leaving out the declarations for this post) in the Form load of my main form: Capture = True Dim hwnd As IntPtr = GetCapture() Capture = False SHFullScreen(hwnd, SHFS_HIDESTARTICON) The Start button disappears and even open a new form ...more >>

How to remove the OK button
Posted by glenn at 2/10/2005 3:53:00 PM
I am finding the Ok button in the top right corner of all my apps to be a real problem. Users are clicking that button instead of the proper action buttons on forms. How do I disable this button so that it does not show up in my PDA apps? Thanks, glenn ...more >>



block user from resizing datagrid rows
Posted by Sitar at 2/10/2005 3:25:01 PM
Hello everyone, Is there a way to prevent the user from changing the column width of a datagrid? I set them with a tablestyle and I don't want the user to mess up with it. Also does anyone knows a way to format a datetime within a datagrid with the compact framework? Thanks, Sitar. ...more >>

How to best compare datetime?
Posted by Saul at 2/10/2005 3:20:18 PM
Hi all! Well, I admit it, I don't really know the best way to solve this problem, so I thought I'd ask the braintrust here. I have a pocketPC device which is syncing to a SQL server. I send back the servers datetime as part of the sync. The problem is that I want to make sure that the ha...more >>

Getting Comboboxes and Textboxes from Form
Posted by Werner Wopienka at 2/10/2005 1:53:53 PM
HI NG! Is there a better way then this code below, to get all Textboxes and Comboboxes from a form: Private i as Integer Private ctrcoll As ControlCollection ctrcoll = Me.Controls Try If (ctrcoll(i) Is CType(ctrcoll(i), TextBox)) Then ctrcoll(i).Focus() ...more >>

SecurityExceptions in .NET CF?
Posted by Jake at 2/10/2005 1:27:02 PM
Hi All, Just curious as to whether someone can explain to me what conditions can cause a SecurityException to be raised in the Compact Framework. I'm getting one sporadically in my app and I'm having a hard time tracking it down. Thanks in advance if anyone can de-mystify this a bit for...more >>

How to debug custom control?
Posted by Lei at 2/10/2005 12:41:04 PM
Hi, I'm writing a custom control in .net cf. Is there anyway I can set break points on my code and debug it? When I tried to debug it, I got a message that asked me to set the Start Action (in Project Properties) to Start External Program which I didn't see it in the dropdown list. I set De...more >>

tool to inspect dlls
Posted by news.austin.rr.com at 2/10/2005 11:25:24 AM
Hi, What is the name of the tool that allows me to inpect dlls to check method signatures I cant find it. ...more >>

Barcoding general question
Posted by Aaron at 2/10/2005 10:52:34 AM
I have a client that wants me to add bar coding to his existing VB ..NET PPC 2003 app. Since I've never done bar coding before on any platform other than the Palm OS, can someone point me in the right direction as far as what I need to do to read in barcodes, or what components would be the bes...more >>

Soft-reset PocketPC...
Posted by Thiago Luiz at 2/10/2005 9:42:56 AM
Hi, how could I do a soft-reset of the PocketPC in my application, using the .NET compact framework? it's possible? does anyone have already made something like that? thanks in advance, Thiago...more >>

Rounding Issue - repost
Posted by MDB at 2/10/2005 9:29:31 AM
Sorry for the muli post (originally posted in microsoft.public.dotnet.framework) I ran into a problem with rounding and was wondering if anyone knows of a work around with out manually rounding numbers. Math.Round doesn't seem to use the standard in rounding (at least what I have always be...more >>

Closing Application
Posted by Paul Ilacqua at 2/10/2005 7:36:03 AM
How can I make sure my application completly closes when a user either clicks on a close button or uses the X in the upper right corner of the device. I'm using VB.NET targeting windows mobile 200x. Thank you. Paul ...more >>

web services, basic authentication logout
Posted by Florian Lutz at 2/10/2005 6:54:08 AM
hello, i have a ppc/netcf v1 application that gets data from a webserver running iis5. I set it up to use basic authentication over ssl. then I use netcredentials to set my user and password. now I can get data fromt the webservice. the trouble start when i reconnect with different credential...more >>

running app in background smartphone?
Posted by Mustafa Rabie at 2/10/2005 12:41:00 AM
hi all, i want to have my application main window hide, and keeps running, and when the user runs it again the windows open up again. ie i start my application the user enters some settings, and clicks ok, the application UI closes but keeps running, then when he clicks on the shortcut agai...more >>


DevelopmentNow Blog