all groups > dotnet compact framework > january 2004 > threads for wednesday january 21
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
TTS SAPI with cf
Posted by rhenretta NO[at]SPAM hotmail.com at 1/21/2004 8:28:09 PM
I am trying to build my first CE App, I am a windows / web developer
(So this compact framework is rather frustrating).
I started with the simplist task on this project. Text To Speak. I
can't figure out how to use a COM object with this framework though.
Can anyone give me a starting poin... more >>
Last item of a Hashtable
Posted by Isaias Formacio Serna at 1/21/2004 8:22:19 PM
Hi, is there a way to get the last inserted item of a hashtable in the
compact framework?? What would you recomend??
Thanks.
Isaias Formacio
... more >>
.Net Compact Framework and Ping
Posted by doug NO[at]SPAM accessmicrosystems.com at 1/21/2004 7:35:45 PM
I cannot get an implementation of Ping to work, because the Windows CE
OS does not support raw sockets (in spite of the fact that the MSDN
docuemntation says it does).
Does anyone have any information on working around this?... more >>
messagewindow not listening after losing focus
Posted by yusuf NO[at]SPAM epicsys.com at 1/21/2004 7:27:44 PM
Hey guys,
I have 2 CF apps where one sends message and the other listens
through a messagewindow. The problem occurs when focus is taken away
from the listener app (e.g. by starting up another app), from that
point on the messagewindow
no longer receives messages even though the sender app ... more >>
How to change messages between .Net CF app and EVC app?
Posted by MSDN at 1/21/2004 7:11:11 PM
I need to send a message or event from a Smart Device Application to a
Embedded VC application.
Any sugestion?
Thanks
Ricardo
... more >>
Symbol PPC barcode scanner problem
Posted by Zanna at 1/21/2004 6:02:44 PM
Hi all,
I've got a problem with a Symbol PocketPC with integrated barcode scanner
(in particular a 2800 series).
With the .net CF Symbol libraries: I cannot read (I see the symbol samples)
barcodes (type interlaved 2/5) with less than 8 characters.
I can read "12345678", "1234567890" but ... more >>
ExtractIconEx using *.ico files?
Posted by Neil Macdonald at 1/21/2004 5:51:07 PM
Hi
I am trying to use ExtractIconEx to show an icon on the notification area. The notification side of things is OK and working fine. However I need to be able to show a variety of icons; currently I am usin
ExtractIconEx(System.Reflection.Assembly.GetCallingAssembly().GetModules()[0].FullyQual... more >>
List View Control CF .NET. Change the Color of a row.
Posted by Alamo at 1/21/2004 5:29:27 PM
Good Morning,
does anybody know how to change the color of the one row to "list view
control" on CF .NET ?
I 've installed Service Pack 2 Compact FrameWork .NET, but I can`t change
the color of the row to list view control.
Thanks and best regards.
Alamo
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Get make of Device
Posted by Peter B at 1/21/2004 4:50:33 PM
Is there an easy and generic way of getting the make of a device? I.e. Dell,
Compaq/HP, Intermec etc...
... more >>
DataSet.GetXml() removes unused columns
Posted by C. Vollmer at 1/21/2004 3:24:25 PM
Hello,
I just wanted to ask if it is expected behavior, that unused columns get
removed in the string that I get from DataSet.GetXml(). So, when I
reload from that XML, I have to check for myself if all columns are
available?
Thanks,
Christoph
... more >>
Resize label height to fit wrapped text.
Posted by .pd. at 1/21/2004 2:51:02 PM
Hello,
Since CF doesn't support the 3-arg MeasureString(), how can I dynamically
set the height of a label (I'm doing a tooltip kind of control) to fit
its text?
I have this so far:
Label text = new Label();
int tipWidth = 180;
[...]
SizeF sz = e.Graphics.MeasureString(Tip, font);
i... more >>
SqlCeRemoteDataAccess Pull
Posted by Ant at 1/21/2004 2:26:09 PM
Im using RDA (SqlCeRemoteDataAccess) to retrieve data from a remote sql server to a pocket pc device
It works no problem, in that if no sql server ce database exists on the device the pull method retrieves the required data and creates a local sql server ce database
The problem I have is refeshi... more >>
PDA--> Desktop 2-way Comms
Posted by Paul [Paradise Solutions] at 1/21/2004 2:11:34 PM
Hi all
I'm trying to find examples of way so have 2-way communication between
the PDA and the desktop.
I thought I was into a winner when I tried to make use of the examples
from Microsofts' .Net Compact Framwork Core Reference book, but the
Netstream code was written for WinCE (PPC2002 he... more >>
Image on Toolbar
Posted by adam at 1/21/2004 12:21:05 PM
Hello everybody
when I disable my toolbar image the whole image turns black. It doe
not "grey out". Is there something wrong with my image or should I ad
another image that is "grey out" and set that image to the toolbar whe
it is disabled
thanks
adam... more >>
ListView: some lines bold / first column right-align?
Posted by Boris Nienke at 1/21/2004 10:14:19 AM
Hi,
two question about the ListView:
1.) why can't i set the first column to "right aligned"? It works with the
sub-items - but not for the first column.
2.) how can i set the font for some lines (depending on the date i like to
display) to bold or italic or change the color?
thanks
... more >>
Device ID
Posted by Drew at 1/21/2004 9:24:02 AM
I know you can use platform invoke to get the Device ID
on pocket PC but why didn't they just provide a method
in the CF that would return this?
Drew
... more >>
SNTP Client for PPC 2002 or Alternative ?
Posted by ciaran NO[at]SPAM insero-technologies.com at 1/21/2004 4:36:03 AM
Hi All,
I need an C# SNTP Client for my PPC 2002 app, in order
to sync the time with my server. I've stumbled across
some clients that use UDP but it's unreliable and
hangs since no Time Out value can be set. Does anyone
know of an SNTP Client that allows me to set a Time Out
value? or any o... more >>
Interrupting Events from within Parent Control
Posted by trollpower NO[at]SPAM gmx.de at 1/21/2004 1:48:53 AM
Hello,
ive got the following problem, which i hope gets solved here.
I ve got a Form with a Number of Controls in it (Button, Listboxes and
Textboxes). The user can use a config-file to control the output
target of an attached scanner. If i use the scanner while a Textbox is
focussed, the s... more >>
Full setup program ?
Posted by Paul J. at 1/21/2004 1:23:57 AM
Hello,
Is it possible to create a setup program which could be
executed from the Pocket pc himself ?
I do not want to use a desktop PC but i would like to
provide a full setup program (.EXE or .MSI) on a SD card.
It will contain sql CE, CF and my smart application.
Thanks,
PJ... more >>
|