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 > november 2005 > threads for wednesday november 30

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

ActiveX control hosting using the concept of Alex Feinman
Posted by Frank at 11/30/2005 11:19:14 PM
Hi, I try to host an ActiveX control in a C# and a VB.NET application. I try to use the concept of Alex Feinman, who has shown, how something like that works with the windows media player control. The original sample of Alex Feinman works fine. I try to change this sample so that I can host...more >>


Synchronising SQL Server 2005 mobile with SQL Server 2005 Express
Posted by Paul Aspinall at 11/30/2005 10:23:52 PM
Hi I have an application which runs on a desktop. I want to synchronise the DB with a PDA app, which also uses SQL Server 2005 (mobile and express). I believe that I will need to write my own synchronization application, in order to update the data across the machines. My questions are: -...more >>

Deployment
Posted by SteveDev at 11/30/2005 8:22:01 PM
Hi. I have built an application using Visual Studio 2005, .net cf2 and sql mobile 2005. Very impressed with the outcome. I now wish to deploy my application along with .netcf2 and sqlmobile 2005. I want to produce one clean install that will install cf2, sql mobile 2005 and my app. Is...more >>

VPN connection
Posted by Johann at 11/30/2005 6:32:27 PM
Hi, I would like to know how would i programmatically make a vpn connection to a gprs network. Johann ...more >>

Where do I put MyCompany name in Project
Posted by Robert at 11/30/2005 5:56:18 PM
On Pocket PC, you can view or remove installed programs from Settings-> System -> Remove Programs. The programs listed there all start with company name like "Microsoft Compact Frame Work 2.0", or "MyCompany MyApplicationName". Where do you put these names in your Visual Studio project? I l...more >>

Treeview + controle sur PDA
Posted by t at 11/30/2005 4:38:45 PM
hello, i want to add a control (ex : textbox , checbox , etc.) to treeview . How make ? Tof ...more >>

Timer
Posted by Simone at 11/30/2005 3:58:41 PM
An info.. How can i execute a timer event while my application is executing another method? Any ideas? Simon. ...more >>

System.ComponentModel.Component and IDisposable
Posted by gonzalez at 11/30/2005 2:36:16 PM
I have code I need to share between the regular framework and the .Net CF, and I'm wondering what the reason is for .Net CF Component class not implementing IDisposable? Currently my code relies on IDisposable, and I have to convert the code to call Dispose() on the class instead. This breaks ...more >>



Toolbar Icons in VGA or Standard displays ...
Posted by Tery at 11/30/2005 2:13:49 PM
Can anyone explain to me how to ensure that toolbar icons will display correctly regardless of DPI on device? I have made an icon with both 16x16 and 32x32 images. I assumed that the correct one would display when deployed, but it's always showing the 16x16, even on my JasJar test device. ...more >>

Programmatically Hard reboot
Posted by anbeyon NO[at]SPAM btinternet.com at 11/30/2005 1:40:56 PM
Hi does anyone know if its possible to programmatically perform a hard reset ? I have found various code snippets that use the coredll.dll KernelIoControl calls but can't get that to work on my target. I'm running ; CE 4.2 (.net) with compact framework. Should that work ? thanks in ...more >>

Re: Application Crash on Exit
Posted by Beebs at 11/30/2005 11:24:30 AM
Sorry for the delay on testing this, but doing Me.Close() didn't help either, it still crashes, but not everytime. Any other suggestions? On Tue, 1 Nov 2005 19:09:46 -0500, "<ctacke/>" <ctacke_AT_OpenNETCF_com> wrote: >Well sure - that's a real bad way to end. Just close the frmStartup >...more >>

SD Card Install
Posted by Beebs at 11/30/2005 11:01:27 AM
I've asked this question before without a response, so I'll try again. I need it so that when a user drops the cab file in a folder on their SD card, it extracts exactly where they put it, not to the default /Program Files/Application Name as Visual Studio wants it. Is there any way to configur...more >>

How can i bind dataset to an datagrid?
Posted by Ralf Christoff at 11/30/2005 9:45:46 AM
Hi, this Code works fine under Windows: SqlConnection conn = new SqlConnection(.SQLCon); SqlCommand cmd = new SqlCommand(SQL, conn); SqlDataAdapter adapter = new SqlDataAdapter(cmd); DataSet ds = new DataSet(); adapter.Fill(ds); if(ds.Tables.Count>0) { dg_Query.SetDataBinding(ds,"Table"...more >>

split vbcrlf
Posted by merco at 11/30/2005 7:47:06 AM
hi i'm reading a file Dim sr As StreamReader = New StreamReader(FINI) Dim AllINI As String = sr.ReadToEnd() sr.Close() and the i use split to get the rows. Dim splitedLine() As String splitedLine = AllINI.Split(vbCrLf) I get some extra characters at the top of each "Spl...more >>

SQLite vs. SQL Server 2005 Mobile Edition
Posted by Daniel at 11/30/2005 4:54:47 AM
Hi all, we are gonna have a project with around 1000 mobile Clients in mobile windows 2003. A am evaluating, which Database is the best for this. I searched in all forums and now I think the best options are SQLite and SQL Server 2005 Mobile Edition. I am not familiar with mobile developmen...more >>

Permanent storage folder flag
Posted by GraemeR at 11/30/2005 12:00:00 AM
Hi, how can I determine programmatically if an iPAQ folder is a permanent file store (such as "iPAQ File Store" or "CF Card")? I want the user to create an SQLCE database in one of these folders and "warn" them if they do not. Thanks, Graeme ...more >>


DevelopmentNow Blog