all groups > dotnet compact framework > february 2005 > threads for thursday february 17
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
HOW TO REALIZE THE REAL-TIME COMMUNICATION WITH LINUX SYSTEM THROUGH ETHERNET IN COMPACTFRAMEWORK?
Posted by sheng shan at 2/17/2005 10:59:46 PM
Hi guys,
I have a PC104 CPU card with CE 4.2 OS installed,there's no problem
for it to communicate with a desktop PC while its physical ethernet
port is connected to the PC'S ethernet port(e.g.by modifying its IP
address in LAN,it could access Internet through the server in
LAN).Here's my qu... more >>
ASP.NET Query String Encryption
Posted by RC at 2/17/2005 9:06:04 PM
Hi,
I want to write an application that is for encrypting the value of query
string in PPC and decrypt the values in to normal text by a ASP.NET
Page....Any example to do it?
thanks
RC
... more >>
How to obtain a window handle
Posted by 29A at 2/17/2005 7:34:22 PM
Hello all,
My work environment is Windows CE .net 4.10 and Visual Basic .net 7.1.3088
I need to pass a hwnd to a bar code scanning function, how can i obtain a
window handle?
Thanks...... more >>
Creating a sqlce index in code?
Posted by mikeb at 2/17/2005 5:23:20 PM
Suppose I have the table below - I'm new to sqlce and am wondering what I
need to do to add an index to the table on trackno+factory. ??
sqlCreateTable.CommandText = _
"CREATE TABLE TestTable " & _
"(" & _
"trackno nchar (20), " & _
"factory nchar (1... more >>
How to detect final character selected
Posted by vbmark at 2/17/2005 5:19:01 PM
I'm working on a Smartphone.
I need to take a certain action depending on the character the user entered
into a text box.
The problem is that the events for keydown, keypress, etc fire for every
press.
I only want to know what character they have settled on.
How is this done?
Than... more >>
sqlce Select
Posted by mikeb at 2/17/2005 5:03:27 PM
I'm trying to do a select on my sqlce database -
Select * from myTestTable Where (factory = 'ASDF') and (trackno = 'XC')
I can see records with these values in the factory and trackno columns, but
my query is coming back with 0 records.
I notice that when retrieving data from the tables, ... more >>
BlueTooth stacks (WidComm, BroadComm, MS) (peter?)
Posted by Yechezkal Gutfreund at 2/17/2005 2:32:26 PM
This probably a Peter Foot question....
We are going to be trying to interface a couple of different devices (GPS,
laser rangefinders, etc.) to a PDA.
We are tempted to buy the Dell Axims with the WidComm (is it now BoradCom
stack? since Widcom was bought by BroadCom?).
Newer Ipaqs (VGA... more >>
VB .NET WinCE Book?
Posted by SteveInBeloit at 2/17/2005 1:35:03 PM
I am writing apps in VB .NET to run on devices that have Win CE as the OS. I
am new to both. I really need basic help on the coding. My apps all call MS
SQL databases.
I have read Samples, Walkthrus, and support forum postings for weeks. I
really need a good book to code the VB with C... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
resources - "LoadString"
Posted by Michal Rizek at 2/17/2005 1:07:02 PM
Hi,
i would like to load strings included as embbeded resources in my assembly.
In MSDN i found lot of information about localizing applications, loading
culture specific rousources from .resource files or sattelite assemblies and
so on...
But i did not find any simple concept how to handle ... more >>
Memory Flash...
Posted by dwhittenburg at 2/17/2005 11:12:40 AM
I just wanted to get everyone's opinion on what they are doing in case you
have to cut the pda off?
Are you storing the programs on an SD card or ?
Thanks...
... more >>
Setting BackColor of TextBox in NumericUpDown control (PocketPC)
Posted by Eirik at 2/17/2005 10:58:05 AM
Hi,
I try to set the backcolor property of a NumericUpDown control on PocketPC,
but cannot seem to get it to work.
What I try to achieve is to set a diferent color when to control has focus.
Easy enough with TextBoxes, but I'm strugling with the NumericUpDown
control.
The code I try to u... more >>
repeating key while holding a key down
Posted by news.austin.rr.com at 2/17/2005 10:45:01 AM
Hi,
I want to be able to hold a key down and cause an on screen graph cursor to
accelerate (position += 10;) across the screen.
The problem is when I press and hold a key (an actual keyboard key on a
custom device) none of the events KeyPress, KeyDown, or KeyUp fire until I
release the key.... more >>
Debuggare passo passo...dal palmare al webservice
Posted by Andrea at 2/17/2005 10:31:42 AM
Salve a tutti,
ho questa situazione: ho scritto alcuni webservices che risiedono su una
macchina nella mia rete. Ho scritto poi un'appliazione pocketpc che
consuma questi webservices. Quando debuggo la mia applicazione sul
palmare arrivando al punto in cui viene richiamato il webservice, vo... more >>
SOAP Headers and the .NET Compact Framework
Posted by donna at 2/17/2005 9:36:38 AM
Am I going crazy or are custom SOAP header not support by netcf? I have
a desktop app that is able to use customer SOAP headers but I get "An
unhandled exception of type 'System.NullReferenceException' occurred in
the System.Web.Services.dll' when I try to call the web method below
from a .NET C... more >>
How to make a custom panel control that can contain other controls?
Posted by news.austin.rr.com at 2/17/2005 9:22:16 AM
Hi,
I want to make a custom Panel control by inheriting from the Control class.
This will allow me to control painting in the OnPaint handler. If I inherit
from the Panel class I cant get it to paint the way i want to, although the
OnPaint handler does execute. So how can i add the parent cont... more >>
How to Find Functions within Coredll.dll ?
Posted by Zahid at 2/17/2005 8:59:04 AM
Hi,
Not done much API programming. How/Where can I get an extensive list of the
functions that exist within the Windows CE API? Mainly the ones located with
coredll.dll.
Thanks,
Zahid.... more >>
sscemw20.dll and dbnetlib.dll can't installed or copied to device
Posted by Mike Wang at 2/17/2005 8:27:21 AM
hi, there,
I have met very frustrated problem on my device (Microflex ce8640 by
DAP). When I deploy my windows ce application (in VB.net) to the device,
two cab files: sql.wce4.armv4.CAB and sqlce.wce4.armv4.CAB will be
copied to the device. Everytime the sscemw20.dll and dbnetlib.dll can't
b... more >>
problem copy file?
Posted by wavemill NO[at]SPAM hotmail.com at 2/17/2005 7:49:35 AM
Hello!
I would like copy a file , but i don't want use File.Copy.(in the
future i would like encrypt the file..)
This my code:
FileStream fs = new FileStream("\\Program
Files\\SmartDeviceApplicationPpc\\myBmp1.bmp", FileMode.Open,
FileAccess.Read);
FileStream fsWrite = new FileStream("\... more >>
|