all groups > dotnet compact framework > january 2005 > threads for friday january 14
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
Socket problem / DNS resoulution - Unknown Host
Posted by Ralf Haenel at 1/14/2005 10:58:36 PM
Hello,
I have a problem to establish a socket connection with the CF
I have the following shortest sample, wich running fine with the emulator
but fails on the real device (Ipaq or CASIO DT-X10M10E)
The "192.168.69.2 Port 39064" is a Server in the local network.
------------------------... more >>
Button click event set to Click1?
Posted by Blarney at 1/14/2005 6:41:42 PM
Hello, every now and again I have a problem where my custom button click
events that I've written using picture boxes, etc. end up being reset from
the "click" handler to "click1". This is annoying because I have to go
back through to reset all of the affected items.
The way I correct... more >>
Pocket PC incomming phone calls
Posted by Tihomir Ignatov at 1/14/2005 5:16:53 PM
Hi all,
I have a question!
How to capture incomming phone calls to Pocket PC 2003 Phone Edition in .NET
Compact Framework?
Thanks
Tihomir Ignatov
... more >>
PDA and Databases
Posted by glenn at 1/14/2005 2:46:12 PM
Can anyone recommend a database type to use and/or a tutorial somewhere that
explains the ins and outs of writing a small PDA database application?
Thanks,
glenn
... more >>
Running application
Posted by acznet at 1/14/2005 1:53:01 PM
How can I know if an application is running?
I know that is something like .runningAlready(), I tried to used but it
doesn't work.
Thanks for your time... more >>
DateTimePicker
Posted by acznet at 1/14/2005 1:47:01 PM
How can I enable my datetimepicker from the toolbox?
Thanks for your time... more >>
DebugBreak in gethostbyName
Posted by Troy Anderson at 1/14/2005 1:07:49 PM
I am running with the latest QFE's for PB 4.2 and I keep getting a
DebugBreak in the call to gethostbyname when I invoke it using "ppp_peer" as
an argument and there is no PPP session. NOTE: I am doing this because my
application needs to determine when a PPP session is established. Any
c... more >>
SQL CE sync with MSDE (ie. running on XP Home, with no IIS)
Posted by Paul Aspinall at 1/14/2005 12:08:44 PM
Hi,
I am trying to write an app that will run on XP Home (ie. no IIS), using
MSDE, but which will sync to SQL CE.
Can anyone offer some pointers or code samples (prefer C#), on how to do
this. All the articles I can find seem to suggest using replication, or RDA,
but both appear to use I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Get the application path
Posted by Régis LYARD at 1/14/2005 12:04:48 PM
I like to get the application path on Windows CE using VB.NET.
System.Reflection.Assembly.GetExecutingAssembly.Location does not exist in
the compact framework.
Thanks
Regis
... more >>
CheckBox/DataGrid
Posted by David Fúnez at 1/14/2005 10:27:05 AM
Hi;
I have a DataGrid with five columns, and i want to insert or show in the
fifth column a CheckBox control.
How can i do this...?
--
David Fúnez
Tegucigalpa, Honduras
... more >>
Exiting application on PDA
Posted by glenn at 1/14/2005 10:12:30 AM
Can someone point me to where I can learn how to get the program on the PDA
to actually exit and stop running when the user clicks the ok button? It is
most annoying to have the program continue to run even after the user has
clicked ok to close. I would like for my app to actually exit.
Tha... more >>
Turning on Wireless
Posted by glenn at 1/14/2005 10:11:10 AM
I have a project that utilizes the wireless features of the PDA. I need to
know if there is a way that I can turn the wireless access on and off in
case the user forgets to. The program is an inventory control system in
which they take inventory on the PDA and then at some point sync it to the
... more >>
Can't Invoke from System.Threading.Timer
Posted by zlaja81 NO[at]SPAM hotmail.com at 1/14/2005 7:55:03 AM
Can anybody tell me why I can't compile this simple piece of code? I
can use Invoke when dealing with Forms.Timer with no problems, but I
just can't get it to work with System.Threading.Timer.
using System;
using System.Drawing;
using System.Collections;
using System.Windows.Forms;
using Sy... more >>
Marshalling a byte array from EVC3 DLL to VB.NETCF
Posted by Noble Bell at 1/14/2005 7:35:04 AM
Hello,
I have a evc3.0 dll written to handle an internal camera. In the following
function from the dll:
HRESULT hpCamPReviewGetBGR16(HANDLE hCamera, LPBYTE pBuffer);
The 'pBuffer' is a pointer to a buffer to receive the preview frame. The
size of the buffer needs to be width X height X 2... more >>
immediate data bind transfer
Posted by Iain McGinniss at 1/14/2005 7:29:03 AM
I am currently writing a compact framework application with uses the data
binding capabilities of windows forms controls. In this application, I am
binding controls (mainly text boxes) to a custom object type, with properties
defined suitable for binding to (including the associated propertyCh... more >>
Repost: Hibernate()
Posted by Hari at 1/14/2005 6:11:04 AM
hi,
yesterday i have posted a question regarding something strange. today i
observed my application very closely and found that :
whenever more memory consumption is there, the OS is trying to close my
application and because of that, all the forms which i have kept in memory
get closed a... more >>
KeyPreview
Posted by Robert J at 1/14/2005 4:34:38 AM
Hi All,
When are we likely to see a new version of the CF that
includes things like KeyPreview ?
Will there be a SP3 or will we have to wait for version 2.0 ?
I am writing apps for PDA's that have a full keyboard and it
would be very handy.
Cheers
Robert
... more >>
sliding divider
Posted by Chance Hopkins at 1/14/2005 2:52:52 AM
I have a simple form with a tree view and a list view each with 50% of the
screen. I'd like to put a divider in the middle of the screen and let the
user resize the two at once.
I'm thinking it would be a simple control a few pixels wide which grabbed
the mouse event somehow and resized the... more >>
Asp.net Insert into datagrid textbox
Posted by Paolo at 1/14/2005 1:27:01 AM
Hi,
I have a datagrid containing template columns which allow editing of the
values contained in the datagrid through the use of text boxes.
One of the fields in the datagrid displays the time and date.
When a row has been selected for editing I want to be able to click a button
i... more >>
iPAQ hx4700
Posted by Glyn Meek at 1/14/2005 1:00:54 AM
Our application keeps failing on this particular product, but works on
everything else we have tried. Does this product have a non-ARM processor,
and so require a different .cab file for the builds?
Regards
Glyn Meek
... more >>
|