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 tuesday march 9

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

How can I save to a file to the PDA?
Posted by Me at 3/9/2004 11:43:37 PM
I downloaded a JPG stream from a URI using a WebRequest Request = WebRequest.Create(http://myWebpage.jpg) Response = Request.GetResponse ResponseStream = Response.GetResponseStream I then convert the response to a bitmap file PictureBox1.Image = New Bitmap(ResponseStream) Wha...more >>


IDisposable not implemented in BinaryReader and BinaryWriter?
Posted by Brane Brodnik at 3/9/2004 10:44:31 PM
Following code returns compile time error: "Cannot implicitly convert type 'System.IO.BinaryWriter' to 'System.IDisposable'" in CompactFramework. In full Framework it works fine. Is there an explanation for that? MemoryStream m = new MemoryStream(); using (BinaryWriter w = new BinaryWriter(m...more >>

vs.net 2003 can not deploy solution to ipaq 2210
Posted by CafeCat at 3/9/2004 10:13:22 PM
I'm using vs.net doing program, platform set to Windows CE. NET Device. I used a DELL X5 to do development before, there is no any problem. Yesterday, I got brand new ipaq 2210, after sync with pc, I found vs.net 2003 can't deploy solution to it. It says: Error: Cannot establish a connection. B...more >>

TcpClient and TcpListener: host based control.
Posted by Maxim Kovgan at 3/9/2004 6:27:59 PM
Hello, Dear experienced! i am writing an app which uses the Wireless LAN as the medium and of course it is over TCP/IP. wanted to add host based access control. but i don't seem to find a way to find out who is the client that connects to my listener. how can i discover this ? is there a w...more >>

cf app for any device - how to develop?
Posted by Matteo Cima at 3/9/2004 4:30:02 PM
Hi, my application will run on very different devices, everyone has its own .dll provided by its very own sdk... to access bluetooth, print, use coms, activate barcode, leds... and so on. Unfortunately the great opennetcf's sdf is not enough mature to supply all these with my devices. The be...more >>

Printing HTML in PocketPC
Posted by Kevin Z Grey at 3/9/2004 3:41:07 PM
Heya Is there a PocketPC equivalent for "rundll32.exe mshtml.dll,PrintHTML <file>"? Is there a way to do this programatically from within .NET? I have the need to print an HTML document programatically Thanks in advance ~~K...more >>

Converting to Date
Posted by Atley at 3/9/2004 3:02:59 PM
I have a field in a database that contains dates in the following format: 20040205 It is a text field and I need to convert it to a date so I can compare and control a dataset. Any suggestions would be greatly appreciated... I have tried to use GetDate(20040205), but it just gives me an ...more >>

Changing Memory Settings in Windows CE
Posted by ikedahitman at 3/9/2004 1:06:05 PM
Hello I am trying to permanently change the memory settings for a windows ce 4.1 device, namely setting the Program memory to 8 K and storage to the rest of available memory. I was trying to determine how to set this via a regfile. Does anyone know the location in the windows ce registry where I...more >>



Add C files to platform builder
Posted by vIndEx at 3/9/2004 12:41:37 PM
Hi! I wan't to add ILTiming.exe to my platform image http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcemain4/html/cmconILTimingexe.asp I've found the sources directory, WINCE420\PUBLIC\COMMON\OAK\UTILS\ILTIMING, but I don't know how to include them in my project. Thanks for...more >>

logfile
Posted by Jeroen Ceuppens at 3/9/2004 12:11:34 PM
Hi, I want to implement a log function, so all the exception that occur will be written to a logfile so: try {something} catch (Exception e) { write e in logfile} What are the best solutions for that? Greetz JC ...more >>

System.Xml.XmlException
Posted by Jeroen Ceuppens at 3/9/2004 12:06:23 PM
Hi, I need some sort of a checker to fix a string to a string that can be handled by xml Example: Xml need strings without (when you press the spacebar) so: good string: "List_that_is_good" so: bad string: "List_that_is bad" Before a save the string to xmlfile, I need to check the strin...more >>

IP Address Format
Posted by Mark at 3/9/2004 12:00:58 PM
Hi, I was just wondering if a mobile device should have a standard IP address. I'm using an XDA2 running Pocket PC 2003 Phone Edition, when I use the fl=ollowing code fragement I get a number something like 119988447, rather that aaa.bbb.ccc.ddd: IPHostEntry IpHost = Resolve(Dns.GetHostName...more >>

How to send email & SMS using POutlook?
Posted by Danyel Meyer - dialog-it GmbH at 3/9/2004 11:22:18 AM
Hallo! I´d like to get to know the following: Is it possible to hand a set of address-, subject- and body-data to pocket outlook for sending an email or SMS? Using CreateProcess on "iexplore" and sending a "mailto:"-link as commandline successfully creates a new email to be send via ActiveSyn...more >>

Hw can I write in .NETCF
Posted by flyingwhiz NO[at]SPAM yahoo.com at 3/9/2004 10:59:51 AM
Hw can I write these things in .NETCF Set cnADO = CreateObject("ADOCE.Connection.3.1") Set goADOrs = CreateObject("ADOCE.recordset.3.1") Set goADOXcat = CreateObject("ADOXCE.catalog.3.1") Whiz...more >>

working with recordset type in .NETCF
Posted by flyingwhiz NO[at]SPAM yahoo.com at 3/9/2004 10:58:04 AM
Hi I am new to .NETCF. I want to know what's the similar thing in .NETCF like Recordset in eVB.And also what can be used instead of EOF or BOF in .NETCF for ex: in eVB I wrote If goADOrs.EOF = False Then getchecklogin = True Else getchecklogin = False End If ...more >>

UnCAB Files
Posted by Felipe T. at 3/9/2004 10:37:33 AM
How do i uncab a .cab file in my PocketPC? Iv searched for wceload.exe, but cant manage to find it. thx ...more >>

Accessing a local database from C#
Posted by Juan at 3/9/2004 10:29:02 AM
Hi everyone, I am pretty new to C# developing form mobile devices. I have an Access database that I have syncronised through ActiveSync to my PocketPc. Now, using VS.NET 2003 I want to develop a simple app that retreives data from the database. Is this possible at all, or do I need SQL CE s...more >>

PPC project <-> SP project
Posted by Balint Toth at 3/9/2004 10:23:58 AM
Hi all, How can I add Smartphone support to a PPC, and PPC support to a Smartphone project (VS .NET 2003)? (I would like to deploy my Smartphone .NET CF apps to PPC and PPC apps to SP.) Best regards, Bálint Tóth ...more >>

GUI Design Question
Posted by Simon Neve at 3/9/2004 9:31:05 AM
Hello all We are creating a generic front end for a CF application that needs to be used for several different customers and have a dilemma about how to impliment it. As far as I can see there are two options 1. We could use standard CF forms, using inheritance and creating components to reuse ...more >>

Ruggedised Mobile device
Posted by Javier Ros at 3/9/2004 9:21:13 AM
Hi guys, I´m looking for a Ruggedised Mobile Device, I want to find some device with this features: 1) Environmental Sealing: IP54 Standard compliant 2) Pocket PC 2003 or Windows CE .NET 3) Processor: XScale any ideas? Thanks in advance ...more >>

Bar code scanner
Posted by Ayman at 3/9/2004 4:51:05 AM
Hi I develope an application to run on Pocket PC to scan bar codes and verify them I have some quistions 1. How can I detect scanning operation, or handle Scan Triggers (yellow buttons) 2. How can I use Scroll Buttons and yellow buttons to navigate my application instead of Stylus 3. How can I ...more >>

Connect to MSSQL Server and Oracle Server
Posted by systemspecialist at 3/9/2004 3:26:07 AM
Hi I have to conect from .Net Compact Framework to MS SQL Server and Oracle Server (non CE or Lite edition). To MS SQL Server is too easy using SqlClient class, but how can i connect to Oracle when CF hasn't OleDb Class Thank yo Ja ...more >>

urgent: Thread Termination.
Posted by Max k. at 3/9/2004 12:26:07 AM
Hello i work in c#, CF 1.0.5 on pocket pc i have tried to use Threading package, and created the threads i want to.... now.. how do i kill them ? i haven't found this in the dox ... or i haven't looked in the right place please help thanx in advance Max ...more >>


DevelopmentNow Blog