all groups > dotnet compact framework > april 2005 > threads for thursday april 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
quit unexpectedly
Posted by KNC at 4/7/2005 11:21:04 PM
hi all,
Our app got a long-term headache bug, that is our App sometimes quit
unexpectedly without any warning. We heard that if installing SP3,
everything is OK. But that's not true. Even installing SP3, our app
still quit.
We use a tool for automatically test 1 event load form, and write... more >>
exception in InitializeComponent of form
Posted by KNC at 4/7/2005 10:51:57 PM
hi,
We sometimes got exception in InitializeComponent of form, the
exception type is NullReferenceException, etc..
Any help?
Thanks in advance,
KNC
... more >>
scroll Bar problem
Posted by kies at 4/7/2005 8:03:02 PM
Hi everyone,
I have the problem whereby my scroll bar will move up along with the form as
i scroll the page down in my pocket pc application. Can anyone enlighten me
on how do i get about resolving this problem? Thanks!... more >>
VS not connect with activesync
Posted by Felix González at 4/7/2005 6:34:23 PM
Hi,
I´ve uninstalled activesync and 3.7 and instaled activesync 3.8. and now I
can connect with active but VS can´t connect. what can I do?
thanks
... more >>
irDA
Posted by AllenWWU at 4/7/2005 4:05:03 PM
I'm trying to get my pocket pc(ipaq) to connect to the lego mindstorms rcx
brick. However the rcx infrared uses the ciR protocol. Does anyone know if
there exists some code that converts between the irDA protocol and the ciR
protocol? Thanks.
--
Allen Oleksak... more >>
Pocket PC Version numbers
Posted by Ignacio Machin ( .NET/ C# MVP ) at 4/7/2005 3:56:06 PM
Hi,
Is there a list of the version of the PPC based on the build number &
version displayed in the Settings/ About ?
For example , mine report
Version 4.20.1081 ( build 13100 )
Which is a PocketPC 2003
I would like to know those of PocketPC 2002 and HPC 2000 ( PocketPC 2000 )
I ha... more >>
MCE 2005
Posted by John at 4/7/2005 3:03:02 PM
Need to know how to develop online show case using MCE 2005. Need to know the
hardware and software required.
--
John... more >>
Pass parameters to a PPC VB .NET app
Posted by Eve at 4/7/2005 2:29:06 PM
I'm launching my Pocket PC VB .NET application that sits on the device from
my computer using CeCreateProcess RAPI API. Is it possible to pass parameters
to it? How would I do that and how would the application extract them?
Thank you. ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to execute a .reg file
Posted by Bruce Bakely at 4/7/2005 2:26:23 PM
I need to run a .reg file programatically (i.e. so its contents get stuffed
into the registry, like regedit). I see this question was asked about a year
ago and the consensus was that you have to roll your own. Is this still the
case?
... more >>
Can tab event be trapped ?
Posted by Chakra at 4/7/2005 2:01:38 PM
Hello,
Is it possible to catch the 'Tab click' event in a WinCE project ? Doesn't
seem to be the case. Just wanted to confirm.
Regards,
Chak.
... more >>
Detect Connection State
Posted by Nick Stineman at 4/7/2005 1:55:17 PM
Is there a way to kick off a program on the handheld device when it is
cradled. For my app wireless is not an option & I would like to allow the
user to simply cradle the device & then have the device manage the RDA Push &
Pull. Does anyone have a suitable background program for monitoring o... more >>
MessageWindow in a thread possible?
Posted by Tim Johnson at 4/7/2005 12:49:49 PM
I developed a class that contains a MessageWindow which gets windows
messages from a legacy DLL:
using Microsoft.WindowsCE.Forms;
public class Mine
{
internal class MsgWin : MessageWindow
{
protected override void WndProc(ref Message msg)
{
... more >>
how to get a binary string i.e. "0001001001" ?
Posted by news.austin.rr.com at 4/7/2005 12:40:10 PM
is there a way to convert an value to this format directly?
thanks
... more >>
Losing properties changing from Design mode to code...
Posted by dwhittenburg at 4/7/2005 10:41:38 AM
Anyone experience this?
After I add something to the designer, when I switch back over to code, any
properties that I have changed previously in code has been removed...
Thanks...
... more >>
Select Networks Setting Question
Posted by Yosh at 4/7/2005 9:31:08 AM
On my pocket pc device, Under Settings...Connections ...Advanced I click the
Select Networks button. It is here where I choose/define which connection
that will be used when connecting to the Internet or Private Network.
Is it possible to provide this functionality in my C# Pocket PC applicat... more >>
application randomly? auto closing
Posted by keith at 4/7/2005 8:04:13 AM
hey all
just wondering if anyone has every had written an app that would run
for a random period of time and then just completely dissapear (even
from memory)?
i'm sure it's something in my code, but i'll start my app and just let
it sit there and within 18-24 hours later it'll sometimes just
... more >>
RDA or Merge Replication with ActiveSync Trigger
Posted by Nick Stineman at 4/7/2005 5:55:08 AM
I've got Active Sync v. 3.8 (USB cable connection) & I want to have my SQL
Server CE tables push & pull when activesync runs. I've got everything set
up to occur when the device is cradled and I click a button on the handheld
but I cannot get things set up to automatically push & pull when ac... more >>
Warning at execution when using Pocket PC 2003 Emulator
Posted by Lionel Reyero at 4/7/2005 5:41:03 AM
Hey,
I am using visual Studion .NET 2003, and I run my program on Pocket PC 2003
Emulator (part of the Pocket PC 2003 SDK). When I start the program (debug).
It launches the emulator and before to display my application frame there is
the following warning message :
"The program you ha... more >>
InputPanel CapsLock
Posted by Andrew at 4/7/2005 5:31:09 AM
I want that my virtual keyboard has the capslock on when i open it. How can i
do it?... more >>
In Visual Studio.Net 2005 Toolbox disabled
Posted by AmitSeth at 4/7/2005 4:47:04 AM
Hello!
I have recently installed Visual Studio.Net 2005 Beta 2 on my machiene. But
when I create Windows Application using Smart device(Pocket Pc, Smartphone or
Windows CE) project in New Project Dialouge Option the Toolbox for Smart
device tools is disabled showing a tooltip(Bug!) .
When... more >>
Prevent Window Caption showing on form.show
Posted by Ian at 4/7/2005 4:43:01 AM
Hello,
I am writing a c# pocket pc application. The method used to show forms (eg.
from a menu button) is to create a new instance of the form, and show it....
Cursor.Current = Cursors.WaitCursor;
frmFormClass frmNext = new frmFormClass();
frmNext.Show();
Cursor.Current = Cursors.Default... more >>
How can i run an exe from c# code
Posted by mimrsh at 4/7/2005 4:41:02 AM
I have a scenario is i want to print a sale bill. The printer I am using, has
an exe file A6Print.exe for printing. When i run this exe file from my code
then it will print txt file which i have saved, like that
When user click on print button
i will call routine which make a text file named... more >>
Multiple forms with Multiple application using formstack
Posted by Chintan at 4/7/2005 1:17:42 AM
HI,
I am using formstack for my multiple form application. But i dont have
only one application, i have 4-5 different dlls, which can push forms
using the formstack.
I am also using Visual inheritance, that is the common user interface
part that will be there in all the forms.
Suppose dl... more >>
Mpeg or Jpeg encoder for CF ??
Posted by Lionel Reyero at 4/7/2005 12:33:04 AM
Hi!
I am working on a video streaming application from Ipaq to Ipaq.
The Camera SDK of the Ipaq returns only raw image (RGB16). I would like to
know if there is a Mpeg encoder existing for .NET CF (for EVC++) that I could
use to convert my raw images into mpeg video format.
Otherwise I am r... more >>
Positioning Soft Input Panel - Windows CE
Posted by Omar Reyal via .NET 247 at 4/7/2005 12:11:11 AM
(Type your message here)
--------------------------------
From: MOHR
Can anyone tell me how I can position the InputPanel control on the screen programatically, using vb.net. There doesnt seem to be any property I can use for this. I also would prefer to go with managed code.
Thanks.
--... more >>
To cast or not to cast?
Posted by Jeremy at 4/7/2005 12:00:00 AM
Hi,
I'm trying to convert the following types into types that I can insert in an
SQL database (via a webservice). None of these however are accepted by Sql
(i.e., there is no OleDbType for them). I could only use integer type for
UInt32, that's about it. I'm totally unsure about the other type... more >>
Stupid SQLCE warning message
Posted by Vitaly Sedov at 4/7/2005 12:00:00 AM
Hello, everybody!
I am trying to replicate SQL Server Database to SQLCE and solving one
trouble after another :(
Last one is stupid SQL CE warning:
>Files in the package 'sqlce.ppc3.arm.cab' are more recent on the device
than on the development computer.
>Consider upgrading to the latest v... more >>
How to "escape" a single quote in SQL Server CE select statement
Posted by Malcolm McGrath at 4/7/2005 12:00:00 AM
I was wondering how to escape a single quote in an SQL Server CE
SELECT statement.
eg (obviously does not work):
SELECT * from companies c
WHERE c.company_name LIKE 'Someone's Company%'
but the following which probably should work does not
SELECT * from companies c
WHERE c.company_na... more >>
|