all groups > dotnet compact framework > july 2004 > threads for thursday july 1
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
DataSet problem.
Posted by Amit Patankar at 7/1/2004 11:59:03 PM
Hi I have a dataset, say Dataset1, with 2 tables, say Table1 and Table2.
Table2 is child of Table1. so that each row of Table1 will have
corresponding connection with table2. E.g: The structure is like this.
Table1:
Row1: Column1 Column2-----> Table2
... more >>
background application
Posted by YAMNE at 7/1/2004 11:53:16 PM
there is a way to do a background application for pocket pc? Samples?
Is possible from this background process open a form?
thanks
Damiano
... more >>
Textbox ID in c#
Posted by Eric Chung at 7/1/2004 8:11:01 PM
I've a vendor provided executable that runs under WinCE .NET 4.2 and
requires two input parameters:
1. window handle of a dialog
2. ID of a textbox
The program will perform a barcode scanning and send the result to the
specified textbox. The program works fine in eVC++ 4.0 with the
following... more >>
GOOD Documentation on creating MSI CF installer?
Posted by Yechezkal Gutfreund at 7/1/2004 8:00:22 PM
We are trying to create an installer (MSI) for our C# CF application. It
also uses OpenNetCF and has some Flash Exe files as well as xml config files
to place in /MyDocuments.
Almost all the Microsoft documenation for creating instller programs is for
the workstation. A lot of the stuff is not... more >>
Connection to the localhost
Posted by Diego F. at 7/1/2004 6:52:23 PM
I'm testing a web service with a Pocket PC app, but I have to put the web
service in a remote host, because I can't access to the localhost. How can I
solve that?
Regards,
Diego F.
... more >>
Using global timer to prevent SuspendMode
Posted by Peter B at 7/1/2004 6:23:33 PM
Hello everyone!
Up until now I have used timers in my forms, where I read and write data to
file from the database, to prevent the auto-suspend mode to happen. The
timer calls SystemIdleTimerReset(); every tick (about 28s).
This has been working fine but since I need the functionality from d... more >>
Passing pointer to integer in sub
Posted by Matijaz at 7/1/2004 5:54:53 PM
Hello All!
I'm working on CF.VB project and I wonder how to pass an Integer value by
reference in one procedure to a new created form, set pointer to this value,
and change this referenced value in another function when the new form is
closed. How do you declare pointer to an Integer value in ... more >>
BlueToothport problem when PDA is suspended...
Posted by Peter B at 7/1/2004 2:56:26 PM
Hi!
I have a PocketPC 2003 device with bluetooth. On the other end I have a
Socket BT GPS. I have no problem setting up the connection and I receive
data in a good manner.
The problem is that when I set the PDA in suspend mode and start it again,
the serial connection seems lost. The blueto... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Memory Leakage
Posted by Erdem ALKILIÇGIL at 7/1/2004 2:01:33 PM
Hello all,
i have a memory leakage problem..
Program has two forms. one of the form(mainform) the other one is
(contentform). when user clicks on the mainform contentform is opened and
shows an htmlpage..
contentform has a button to close it.
I am using Opennetcf.org's htmlviewer..
I am d... more >>
installing software to VS .Net PDA emulator
Posted by Steve Howard at 7/1/2004 12:40:38 PM
How can I install software to the PDA emulator that comes with Visual Studio
..net?
Steve
... more >>
Causing a dropdown list to expand via code in PPC??
Posted by Robert Hanson at 7/1/2004 11:40:05 AM
Hi All,
I am looking for ideas on how to make a droplist control expand (drop
down) via code so the user doesn't need to first select the down arrow
button and then select from the list.
Thanks in advance,
Bob Hanson
Centare Group Ltd.
*** Sent via Devdex http://www.devdex.com ***
Do... more >>
ShowDialog with parameters
Posted by carmen at 7/1/2004 9:59:07 AM
Is it possible to use ShowDialog with some parameters? How could I redefine
this method?
Thank you
Carmen
... more >>
Error Parsing Query - Help
Posted by Harry Simpson at 7/1/2004 9:15:42 AM
I've got a person in my database named O'Reily. I think the ' is screwing
things up.
When I try to fill a dataset with the results of a query it doesn't
immediately error out...
Only on the line where I actually Close the connection AFTER the fill takes
place do i get the Error
"There w... more >>
getMAC Addresse from a Pocket PC 's IP
Posted by mielmonster at 7/1/2004 8:53:50 AM
Hello,
I try to get the MAC Addresse of a Pocket PC which is connecting to a
web service with his IP address.
To do that, I use the SendARP() API from the iphlpapi.dll (I'm looking
for a better solution if you have one).
I get thje MAC Address when the client of my ws is a PC but not wh... more >>
Thick lines in GDI+
Posted by Marcelo Souza at 7/1/2004 5:48:01 AM
I´m trying to draw a thick line using GDI+ in Windows CE .NET, but the constructor of Pen class takes only one parameter (the color), while the .Net Framework can takes two (the thickness).
Is there another way to do this?
Thanks in advance.... more >>
Dataset population question
Posted by marcmc at 7/1/2004 3:00:03 AM
I wonder can someone tell me if it is possible to use 2 databases(.sdf) to return the rows i want for my grid. How does the connections work. As you can see from the code below i use only 1 db connection and default QUANTITY to zero. In fact, QUANTITY must come from an Orders DB under the OrdersDBco... more >>
Question about ClipBoard using context menu
Posted by Jely at 7/1/2004 2:51:02 AM
hello ,
how to keep the high light selected data in textbox when my context
menu pop-up ?
The same function can work in the main menu situation, but not work in
context menu because my selected area in the textbox disappeared.
Who can give me a favor... thanks
Jerry.... more >>
Writing back to XML file using Treeview
Posted by Cuervo at 7/1/2004 1:06:02 AM
I am populating a treeview in a smart device application with data from an XML file. I’m doing so through a dataset, using the Dataset.ReadXML method. I have done this successfully, but am now having trouble updating my XML file with any changes that I have made. To give you an example, if I click... more >>
|