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 > august 2003 > threads for tuesday august 26

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 to rotate image?
Posted by sumtec at 8/26/2003 9:06:35 PM
How to rotate image in .net cf? I want to get the original image's scan line, than create a new bitmap and get its scan line and write to it directly. My question is how to get the scan line? And I also wounder what is "GetHowFromImage"? The return of it seems not to be a memory address o...more >>

Email with Attachments
Posted by Allen Holman at 8/26/2003 8:50:40 PM
Can anyone tell me where I might find information on CEMAPI and in particular how I might generate an email with attachments from my program. I prefer to use VS 2003 which means using C#, but could use something else if needed. Thanks, Allen ...more >>

Picturebox over Picturebox
Posted by Timothy Taylor at 8/26/2003 8:48:27 PM
Hello, i have some pictureboxes all laid out in a grid. And i have one on top that moves around during runtime. I need the one on top to be transparent where there is white in the image so i can see the picturebox below. How do i do this? Thanks for any help, -Tim ...more >>

CePimCommand in .NET Compact?
Posted by Ben Lam at 8/26/2003 6:59:58 PM
Hi all, I am thinking of using the InTheHand method of getting to pocket outlook data inside .NET compact. However, how can I do the CePimCommand menu extensibility functionality in .NET compact? First off, do I just use the class library option in VS.NET to build a DLL? How do I export a f...more >>

Pocket PC to remote database
Posted by John at 8/26/2003 6:04:53 PM
Hi First of all, I am a complete newbie to .net. I am wondering what would be the best way for a pocket pc to get info from a office win2k server machine which is behind ISA server? Assuming that both Pocket PC PDA and the office machine are somehow connected to the internet. My guess is ...more >>

Web Services and client authentication + SP1
Posted by greg.ismay NO[at]SPAM comalco.riotinto.com.au at 8/26/2003 5:18:07 PM
Seems i have similar problems to others, here is my exact situation and everything i have found so far.... On IIS I Have: 1. Disabled anonymous access. 2. Enabled "Integrated Windows authentication" 3. Disabled Digest and Basic authentication 4. Enabled logging (full details) In my web.co...more >>

How to create a mail message ????
Posted by Richard Kvist at 8/26/2003 4:46:19 PM
Does anyone know how to create mail with compact framework. (and put it in the outbox) ???? ...more >>

Linking Help topics to Programs with managed code
Posted by Mike Vincent at 8/26/2003 2:23:53 PM
How does one link Pocket PC Help topics with a program using managed code? I have an application just about finished, the Help is written and all run on Pocket PC devices, but I'm unable to find any documentation on how to wire the help topics with my application. I have been through Susan Buckle...more >>



xslt transforms
Posted by adam at 8/26/2003 1:59:09 PM
Hi we have a need to store data on a PDA running pocket pc2003 in an encrypted form which we do as xml, and then transform it to html for display. we are currently trying to use an embedded C# app with the html viewer control to display the html. We chose this over pocket IE because ...more >>

Add Web Service without Visual Stodio .NET
Posted by Marcin O. at 8/26/2003 12:59:26 PM
Hello all, I have written and compiled 'Web Services", I would like now to install it on different computer, but I don't have programme Visual Studio .NET on the second computer. Is the possibilty of installation of of 'Web Service' on computer without Visual Studio .NET programme and how is...more >>

setting a socket receive buffer size not supported on ppc2k2?
Posted by Stephan Steiner at 8/26/2003 12:08:55 PM
Hi I use the following line in my code to increase the socket buffer size to ensure that packets sent from a server won't be dropped because the buffer fills up and the application isn't emptying the receive buffer fast enough. sock.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName...more >>

Developing without the Emulator
Posted by Drew at 8/26/2003 11:23:39 AM
I think I would prefer to develop my smart devices apps without even using the emualtor or the actual device until the end of my development cycle. It's so damn slow waiting for it to deploy. When I built mobile Java applications, I would typically just develop on the desktop until I was re...more >>

KeyDown in combobox not fired
Posted by PeterB at 8/26/2003 11:10:50 AM
I have read about this problem in a couple of threads but none has come up with an answer. I have added a keydown event to a couple of comboboxes and textboxes. The event fires when focus is on a textbox but when I have a combobox focused, the event is never fired. I have tried KeyUp and KeyPress...more >>

ActiveSync with Emulator
Posted by Drew at 8/26/2003 10:55:31 AM
Is it possible to connect directly to the Pocket PC emulator through Activesync? This page indicates it's possible with ActiveSync 3.7 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guide_ppc/htm/intro_to_the_ce_emulator_zjht.asp I installed activesync 3.7 and launched th...more >>

about c# and printer
Posted by www.msale.net at 8/26/2003 10:32:29 AM
I use vs.net2003,and develop for ppc. I want to print using c#.I find "using System.Drawing.Printing" in vs.net2003,and it isn't in vs.net2003 CF. Please help me,and thanks. ...more >>

Using IrDA sockets
Posted by Jon at 8/26/2003 9:44:37 AM
Hi, I'm trying to directly use sockets to establish a connection over IrDA. My current problem is that I don't know how to create a local endpoint to which I will bind the socket. I'm assuming that I should use the IrDAEndPoint implementation. However, I have no idea what to give as ...more >>

Deployment Package Questions
Posted by Brian at 8/26/2003 8:59:15 AM
Hi again group, Thanks very much for you help during my first CE project. It is appreciated! Now that I'm wrapping up my project, I'd like to get some tips on deployment packaging. I'm coming from a web development point of view, so this is new to me. My app uses the compact framework an...more >>

SQL Server CE problem
Posted by Zahid at 8/26/2003 6:07:01 AM
Hi, the following code always throws the exception. Why? It should simply create the table with the two rows: If Not System.IO.File.Exists("\Program files\testSQLCE\MyDB.sdf") Then Dim sqlEngine As New SqlCeEngine("Data Source = \Program ...more >>

Open IE programatically using VC# in .Net CF
Posted by siedeveloper at 8/26/2003 1:44:10 AM
Hi frnds, Can you please suggest me a way to open Internet Explorer progrmatically using VC# in .Net Compact framework? Any suggestion(s) or tip(s) would of great help. Thanx ...more >>

Help for transfering files between WinCE device and PC !
Posted by tvuillet NO[at]SPAM pageup.fr at 8/26/2003 1:34:32 AM
Hi group ! I've a quite big problem : I've an application on a WinCE device and it needs to connect automatically (after clicking on a button when the device is on the docking station) to a PC and to send and receive some files. The target PC is not directly the PC which is connected to the d...more >>


DevelopmentNow Blog