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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|