all groups > dotnet compact framework > april 2004 > threads for wednesday april 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
Why .NET Compact Framework disppear after shut down?
Posted by Kempton at 4/14/2004 6:26:03 PM
I have a problem that the .NET Compact Framework disappeared after my smart device shut down. Now I have to install the Framework again when I start the smart device. I am using Ce .Net version 4.0 running on SH3 and the .NET Compact Framework is the one comes with .NET Framework 1.1. How can I solv... more >>
SP2 - My App does not show main form - Orig Neville Lang
Posted by Paul [Paradise Solutions] at 4/14/2004 5:16:49 PM
Hi there
I've been facing the same problems as Neville mentioned - putting
BringToFront(), Refresh() and even Focus() and Show() in the activate
event on my apps main form, but still the app loads, the 'system tray'
disappears to be replaced by the SIP on/off button, but the form fails
to... more >>
Web service?(Server errorin .. request format is unrecognized)
Posted by nomenklatura at 4/14/2004 4:38:46 PM
Hi,
I prepare web service which connect local sql server 200 and get data..
It is run my pc, invoke function and give results. (data come from sqlserver
2000)
But my pocket pc, i couldn't work ..
This adress is opening "http//localhos/directory/file.asmx" on pocket pc at
internet explorer..
B... more >>
launch browser from app
Posted by Shannon Ramirez at 4/14/2004 2:23:08 PM
I'd like to launch the pocket pc's browser from within my application.
Can someone shoot me some code on how to do that.. I see tah
tOpenNETCF is suppose to do it, but I was wondering if anyone had code
if I didn't want to use the OpenNETCF.
On another note.. when I treid to use OpenNETCF.. I ... more >>
File.Move to SD card
Posted by fhunter at 4/14/2004 1:46:10 PM
Ahg..
A feature in my application allows the user to move files (program resources) from one folder to another (with the idea of allowing the user to store the resources in a SD card if so desired
This code works with out a problem when transferring files from one folder in the device to any other... more >>
Moving Data from Handheld to PC.
Posted by bnickle at 4/14/2004 12:01:13 PM
We are planning on developing our first application using the compact framework. The application will be used to gather information in the field. We are using XML to store initially provide data for the application and to collect additional data in the field. How is data moved from the handheld d... more >>
CF SP2 detection
Posted by buzz at 4/14/2004 11:51:03 AM
Is there a way to detect in my application if the user has installed CF
SP2?? (Other than the app crashing and burning). I will like to display a
message box indicating that the user must first install SP2 before running
the application.
Thanks,
buzz
... more >>
ANN: OpenNETCF.Desktop.Communication v2.7 released
Posted by Chris Tacke, eMVP at 4/14/2004 11:03:47 AM
We've released version 2.7 of the OpenNETCF.Desktop.Communication library.
This version has several bug fixes, but more interesting it has a new set of
classes that provide access to .NET Compact Framework application
performance statistics.
Download the source and binaries here:
http://www... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ODBC/MySQL driver
Posted by Aris at 4/14/2004 10:16:06 AM
Is there a MySQL or ODBC driver for .NET Compact Framework
Thanks... more >>
Transferring a Dataset
Posted by Jason M at 4/14/2004 9:51:04 AM
I have a Dataset on my PC and I need to transmit it to a Pocket PC over the network. What is best way to accomplish this?
All my communications is done with sockets. I do not want to use Web Services. I will have SQL Server CE running on the Pocket PC but I won't have SQL Server running on the PC.... more >>
Controls Name/ID using reflection
Posted by gary.howe NO[at]SPAM tmmna.com at 4/14/2004 6:05:29 AM
I recently read an article by an MVP Chris Tacke describing the use of
reflection to get the name/ID of a CF control on a windows form.
The Article: http://blog.opennetcf.org/ctacke/PermaLink.aspx/64c28b10-d3a8-4c6b-b11a-2ae2de4bdaf1
I have also read a few articles where people are describing... more >>
RegisterHotKey -> (capture SHIFT + A)
Posted by aliarifpk NO[at]SPAM hotmail.com at 4/14/2004 5:39:08 AM
Dear All,
The following line code capture the key "T"
mModifier = 0
RegisterHotKey(m_appMW.Hwnd, 1, mModifier, VK_T)
The following line of code capture the key combination "ALT + T"
mModifier = 1
RegisterHotKey(m_appMW.Hwnd, 1, mModifier, VK_T)
The following line of code m... more >>
Leave selection showing when TreeView loses focus
Posted by Mark D at 4/14/2004 4:16:04 AM
H
Does anyone have a way of getting a TreeView to keep the selected item highlighted, even when the control has lost focus. In the full .NET environment I can simply set the HideSelection property to false, but unfortunately the property isn't available in CF
I think it would work if I could appl... more >>
Access to files on mobile device from a PC
Posted by Lorenzo at 4/14/2004 4:16:03 AM
Following advices given me by Jan Yeh now I can access to file
on a PC from an application running on a mobile device (thanks again to Jan !!)
Now I need the Vice-Versa, that is, access to files on mobile device from an
application running on a PC (and written with Visual Studio Net - C#)
I gues... more >>
|