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

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

Looking for IrCOMM sample code
Posted by daveH at 8/7/2003 11:37:02 PM
-1- I'm looking for IrCOMM sample code in c# OR vb.net . Any snippets will be helpfull ! Particularly on how to set the speed and establish a communication between two device. I don't wish to use IrSocket since I will communicate with a microcontroller 'small memory' and I don't wish to mess ...more >>


Pocket Access and SQL CE
Posted by CafeCat at 8/7/2003 10:25:08 PM
I'm a beginner in developping C# for PPC, but I have done many database projects in C++ for PPC2002. I find seldom document describe how to use Pocket Access in .net CF. Does ..net CF support Pocket Access (.CDB) any more? Another question is if we use SQL CE , does client need to install SQL CE...more >>

Install .NET CF & SQL CE
Posted by Ryan at 8/7/2003 9:37:13 PM
Hello Everyone, We have created a cool new pocket pc application using the .NET CF Framework, and SQL CE. We have a few installation tools but they don't seem to cover the .NET CF too well. There is a good article on MSDN on deploying with a custom installer using Windows Installer,...more >>

Can Windows CE version 3.0 support .Net Compact Framework?
Posted by Devin at 8/7/2003 9:10:06 PM
Can Windows CE version 3.0 support .Net Compact Framework? Or need Windows CE.Net?Bcos i can used Microsoft ActiveSync to Syncronise files from desktop to Mobile device that running Windows CE version 3.0.But i face a problem when i deploy my application(develop in .Net) from my desktop to ...more >>

Advice - creating a Find dialog
Posted by markulus00 NO[at]SPAM yahoo.com at 8/7/2003 8:38:58 PM
One of the next features I was hoping to implement is an MS Word-style Find dialog. By Word-style, I mean a non-full-screen dialog that sits over the main form and has controls on it (a textbox, buttons, etc), stays on top until you close it, but still lets you tap and enter text on the main fo...more >>

TabControl and SetChildIndex
Posted by Shaun Wilde at 8/7/2003 6:41:44 PM
Hi I am still suffering the (visual studio randomiser) TabControl bug with my TabControl and its 10 tabs. I tried the SetChildIndex method as mentioned previously in these groups but nothing happens - the framework just ignores it and the tab order remains the same. I am currently use frmTab....more >>

How can use RowFilter?
Posted by edgarjang at 8/7/2003 6:04:30 PM
I try to use one datatable and some rowfilters. BUT I can not solve some problem. please help me. .... 1. This sentence is good? dataSet.Tables["PRODUCT"].DefaultView.RowFilter = "TYPE1 = '1' and 500 < PRICE and PRICE < 1000" 2. Can you tell me the syntax of RowFilter(detail) I will wai...more >>

full screen with menu
Posted by Josh Booth at 8/7/2003 5:50:07 PM
Is it possible to have a full screen form with a menu but no title bar?? if so, how? thanks. ...more >>



scaling an image
Posted by Stephan Steiner at 8/7/2003 5:27:16 PM
Hi The regular .NET framework allows you to set a size when creating a bitmap but that constructor is not available on the CF. I've been looking around in the API documentation but I didn't see anything. Is there a way to scale bitmaps on the .NET CF? Stephan ...more >>

opennetcf htmlviewer example?
Posted by Timothy Taylor at 8/7/2003 5:09:25 PM
Hello, Doesn't anybody have an example project on the web or something that shows how to use the opennetcf.htmlviewer?? Now somebody also said that you can pass the control a web site to go to? Is this correct? thanks, -Tim ...more >>

tool bar or icon in menu ...
Posted by Lloyd Dupont at 8/7/2003 4:42:19 PM
I can't manage to use tool bars ... I create a ToolBar, then try to show it in my Form with Controls.Add(myToolBar); and I have either a nort supported exception or an exception ... do you guys manage to display ToolBar ? also I see some application have icons next to their menus. is it po...more >>

SqlCeDataReader.SqlCeexeption Error
Posted by Altan Tunaboylu at 8/7/2003 3:35:13 PM
Hi All, Public back(.......) as Object Dim strsql As String = "SELECT LNGFIELD1 FROM TBL1" Dim BaglantiKur As New SqlCeCommand(strsql, Baglantim) Baglantim.Open() myReader = BaglantiKur.ExecuteReader --> if my field is LONG ,in here i'm taking ( An Unhandled Sqlceexception..) error. ...more >>

Menu and Font Sizing
Posted by google NO[at]SPAM winbasic.com.au at 8/7/2003 3:27:24 PM
Hi, When you add a Menu control to a form in Compact VB.NET, is it possible to alter the font? I need to increase the font size but can't see any properties where I can change it and was wondering if it can be changed programatically. Thanks in advance for your help. Regards, David....more >>

error datagrid new line
Posted by Seok-Kyu Kong at 8/7/2003 3:17:08 PM
Hi. All. I make a datagrid on form, and create dataset, datatable and binding them. I make a button that creates new line in datagrid. OK... it's successful to make new line but when i select 2nd column, error message occurs as follows... Help me!!! ERROR MESSAGE ================= System...more >>

Support of Arabic
Posted by marcus at 8/7/2003 2:55:47 PM
Does compact framework support Arabic texts ? I would excect Yes since it should support unicode. But I see squares istead of characters, What am i doing wrong ? tanx ...more >>

Upgrading CE.NET on HPC
Posted by Jim Boyd at 8/7/2003 2:25:08 PM
I am hoping to target a Fujitsu PenCentra 200 as my target device. Currently my only available target device is the emulator. It is an HPC device, runningWINCE 3.0. As far as I can tell there is no support for the compact framework on an HPC device running 3.0. Is there an upgrade path to CE....more >>

PRINTING
Posted by HIPARCO PUCCETTI at 8/7/2003 1:10:16 PM
Does anybody knows how to print a line from a mobile device using windows ce 4.2 ? Is this available to windows ce ? tks...more >>

Microsoft .NET Compact Framework (Core Reference) - Your opinion?
Posted by Victor at 8/7/2003 10:46:57 AM
Microsoft .NET Compact Framework (Core Reference) by Andy Wigley, Stephen Wheelwright, Mark Sutton Good day We are considering buying this book for our first project with the CF. Previously we have used AppForge. One can certainly find the info online if you have the time but we are ma...more >>

using RuntimeAssemblyAttribute
Posted by fredchen8 NO[at]SPAM yahoo.ca at 8/7/2003 8:26:31 AM
I have a custom component for SmartDevice projects. I've been following the Simple Chart example from MSDN, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/customctrlscompactfx.asp When I add my component to my form the runtime assembly should be added to my ...more >>

Emulator - Debugging etc..
Posted by garfitz at 8/7/2003 7:53:09 AM
Guys, What is going on with the Emulator. Why does emulator.exe not exit as a process on task manager. Why do I get 'error read timed out' the whole time. Why does it fail to launch and thus not enable debugging. Why does it fail to run at all once you introduce SQLCE into your proj...more >>

CE .NET 4.1: PlatformNotSupportedException getting DataSet via WebService
Posted by hakangumus NO[at]SPAM hakangumus.com at 8/7/2003 6:21:13 AM
Hi, I'm working on a wireless project; I've symbol 8846 CE .NET 4.1, which would connect DIRECTLY to SQL SERVER 2000. Firstly; I've tried connecting using System.Data.SqlClient using a connection string like: "Integrated Security=SSPI;Server=HGUMUS;Database=TestDB" But this resulted "Plat...more >>


DevelopmentNow Blog