all groups > dotnet compact framework > july 2004 > threads for thursday july 8
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
I don't want the a popup window occupy the entire screen.
Posted by ZhangZQ at 7/8/2004 11:57:26 PM
Hi,
I want to popup a window to let use input some information, and I want this
popup windows has the behavior that is same as the normal Windows dialogbox,
don't want to popup window to occupy the entire screen.
wifiOrder.loginFrm frmLogin = new loginFrm();
frmLogin.Show(); // or ShowDialo... more >>
How do i link in a specific built in Task into my App?
Posted by Bill Doody at 7/8/2004 10:07:01 PM
I am trying to associate one of the built in tasks on Pocket PC with numerous individuals within my application, but I cannot seem to find a way to associate a specific task with an individual. i.e. within my application if I only want to veiw tasks associated with individual 'A' how can I extract j... more >>
MSI - CEMGR Opens but no install
Posted by Keith at 7/8/2004 9:32:46 PM
I read the popular MSDN article about creating an MSI file
for installation/distribution via ActiveSync. I have been
successful in creating an MSI file. When I install the
file - the CABs are copied to my PC - and CEAPPMGR.EXE
launches - displaying the programs loaded on my Pocket
PC. H... more >>
Drag & Drop in CF
Posted by Mike at 7/8/2004 4:41:01 PM
Does the compact framework support Drag & Drop? I can't imagine this environment not supporting it, but I can't find the drag & drop properties, events, and methods for the CF controls.
Thanks
Mike... more >>
How Can I a running background Application bring to front?
Posted by ±èµ¿¿µ at 7/8/2004 4:09:50 PM
I'm newer to vb .netCF
I want to a background running Application bring to front,
How Can I Help...
... more >>
input methods
Posted by e-mid at 7/8/2004 3:48:17 PM
is it possible to write an input method similar to SIP with csharp for
pocket pc?
... more >>
Beginner Connecting Two PPc's question - Please Help Me
Posted by ChinWan at 7/8/2004 1:17:34 PM
I have multiple ppc's connected via wifi to a lan.I also have regular PC's on the same network, but these are connected with cables. This network is completely cut off from outside sources. The regular PC's have static IP addresses while the PPC's are dynamic. I want to write a small program that ... more >>
Listview item index selected ?
Posted by PocketPC at 7/8/2004 12:38:26 PM
Hi,
how can I know the listviewitem index is selected in a listview?
Thanks in advance
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dataset question
Posted by tiger79 at 7/8/2004 12:11:38 PM
Hi,
I've got the following problem :
I made an api which is referenced by program1. In this API i have a method
(called Retrieve) in which I create a Dataset and fill a DataTable with data
out of a DataBase. This method returns the DataSet. While calling this
DataSet I allso supply two integer ... more >>
Fix Row height in a Datagrid
Posted by Thomas at 7/8/2004 10:43:15 AM
Hi everybody,
I've a little question : is it possible to fix the row height in a datagrid
?
When my app is running, if I "click" between 2 rows and move the pointer, it
modifies the height of the row and I would prefer to keep this fixed.
Is it possible and how ? I can't find any property for... more >>
Windows.Forms Issue (compact framework)
Posted by Brett Miller at 7/8/2004 8:57:09 AM
I have a form (form1) that I call another form (form2) from, using
..ShowDialog (modul). I disable form1 (.Enabled = False), once the user is
finished with form2 (checked a few check boxes, and clicked a button) the
Disposing event of Form2 is fired (on form1) and I re-enable(.Enabled =
True) Fo... more >>
Missing WinMsg of OpenNETCF Application Ex
Posted by khanh NO[at]SPAM glassegg.com at 7/8/2004 5:23:22 AM
hi all,
I try to use OpenNETCF.ApplicationEx to trap message but they inform
to miss WinMsg, although I download all project OpenNETCF.Drawing,
OpenNETCF, OpenNETCF.Windows.Forms, etc... when compiling it still
informs WinMsg not defined.
Is there any idea?
K... more >>
asp.net and body-tag
Posted by RASTA at 7/8/2004 5:15:57 AM
hello,
i want to create the background-color of my aspx-site dynamically
could i use a existing class or control to realize that, or i have to
use "<% =variable %>"
thanks for answering
regards
Rasta
----------------------------------------
HangulHanjaFastConversion-Eigensc... more >>
XML Encrypting/ Compression
Posted by Simon Neve at 7/8/2004 1:20:01 AM
Hello,
We are developing a CF application that uses a web service to return xml. Does anyone know of a tool that can compress, encrypt and encode the xml so that it can be sent via a web service, and then decompressed, decrypted and decoded at the client app?
There seem to be plenty of compon... more >>
MissingMethodException w/ SqlConnection
Posted by Zwyatt at 7/8/2004 12:47:01 AM
Hey,
I'm getting a MissingMethodException when I call Open() on a SqlConnection -- but only on my WindowsCE device. The program runs fine in the pocketPC emulator and the same code also works fine on the PC.
So -- how do I ensure that the System.Data.SqlClient library is being copied on the dev... more >>
|