all groups > dotnet compact framework > april 2005 > threads for tuesday april 26
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
Problem with Beta 2
Posted by Wernfried Schwenkner at 4/26/2005 11:50:07 PM
When I try to run the newly installed Beta 2of the CF I get a message
"Error: This saved state file is from another version of the emulator
and is not compatible with the current emulator"
What have I to delete to erase the formerly saved emulator state?
--
Sleepless in Berlin
W. Schwen... more >>
need for control invoke
Posted by Stelrad Doulton at 4/26/2005 11:17:47 PM
Hi,
I am well aware of the need to invoke gui stuff from threads other than the
GUI thread but reading some other post tonight the thread seemed to suggest
that this was not neccessary for MessageBox.Show. Is this the case? I have
always done the invoking for MessageBoxes, maybe this was wr... more >>
Importing XML - Need some help please
Posted by StressPuppy at 4/26/2005 7:42:03 PM
I am having a problem pulling in XML data into a PPC Compact .NET app and
saving it to a SQL CE .SDF file. I get an error message that is simply the
name of the first column. I have checked everything I can think of to no
avail.
My steps in the code:
- Create a connection to the SQL CE .SD... more >>
download images from web page using C# and CF?
Posted by news.austin.rr.com at 4/26/2005 5:41:19 PM
hi
I need to download images from a web page that i visit using the browser
control. How can I download images form the web page that the html
referrences? Can this be done in the CF?
thanks
... more >>
Loading pictures from storage
Posted by Geoff Callaghan at 4/26/2005 3:37:11 PM
I have a program that uses many copies of the same picture. However, it
seems that each picturebox keeps it's own copy. How can I load the picture
at runtime from the flash disk? The PictureBox control does not seem to
have this feature.
... more >>
webresponse
Posted by catchanu NO[at]SPAM yahoo.com at 4/26/2005 12:43:45 PM
Hi friends,
I have a question on why webresponse() is taking 5 seconds to fetch the
data.
This is my code.
Dim req As WebRequest = WebRequest.Create(reportCall)
Dim resp As WebResponse = req.GetResponse()
my report call is "http:\\localhost\\.asp?xsl"
everything is okay but when it co... more >>
Network Logon
Posted by Dooley at 4/26/2005 12:33:04 PM
I am converting an application from Windows CE 3.0 written in EVC++3.0 to a
Windows Mobile 2003 device using C# and the compact framework. In the
application I copy files from a network share onto the mobile device. On the
3.0 device I was able to enter the logon credentials from a control pan... more >>
GPRS log API ?
Posted by Tihomir Ignatov at 4/26/2005 9:30:15 AM
Hi,
Is available API to get GPRS log (in/out bytes transmited) from WM 2003
Phone Edition?
Any ideas?
10x
Regards
Tihomir Ignatov... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Install .net CF 2 beta on Windows CE 4.1?
Posted by Roland Dick at 4/26/2005 9:06:58 AM
Hi,
I have a Casio Windows CE device, running Windows CE 4.1, and would like to
install .net CF 2 beta on it. Is this actually possible? Executing the .cab
file on the device installs CF2 beta, but "cgacutil.exe" still shows
1.0.4292.00 as the CF version. I can't deploy from VS2005 either, ... more >>
Problem with Message Box from Thread
Posted by RonF at 4/26/2005 7:26:04 AM
I'm trying to show a message box from a thread I'm running. Every time it
executes, it takes me back to the main main screen without showing up. Here
is what I'm doing:
Starting a main window
Starting a 2nd window (2ndwindow.show) that in turn starts a background
thread when a button on ... more >>
Weird toolbar problem...
Posted by Thomas Hansen at 4/26/2005 5:06:51 AM
I'm having a weird toolbar problem.
The issue is that I've got this toolbar which call "this.Close()" on my
Form, by some obscure reasons I need to press the toolbar TWICE before
the form actually CLOSES...
I have stepped through the code and verified that the code is actually
CALLED but stil... more >>
Toolbox Icon for CustomControl
Posted by programcounter NO[at]SPAM arcor.de at 4/26/2005 5:06:27 AM
Hello,
I have written a custom-control for SmartDeviceApplications.
Now I will set a specific ToolboxIcon if my custom-control is added to
the VS.Net-ToolBox.
Is it possible to change the appearance of the ToolBoxIcon for my
custom-control??????
Thanks... more >>
Main not called
Posted by Nille at 4/26/2005 4:29:01 AM
Hi!
I have a problem with a .NET app that fails to start for some unknown
reason. The Main method is not called at all, which -- needless to say --
prevents the app from starting.
Any ideas why the Main-method isn't called?
Thanks in advance,
Nille... more >>
Convert PPC project to WinCE
Posted by Enrico Pavesi at 4/26/2005 12:00:00 AM
I have a project with a lot of Forms for PPC.
When i connect to a WinCE.Net devices it does not reconnize the installed
compact framework and copies a lot of DLL.
Is there a way to convert to a generic Wince project?
I create a new wince project ana added all forma, but it loose a lot of ... more >>
Databiinding to Combobox
Posted by Zac Maclean at 4/26/2005 12:00:00 AM
I am using Databinding to fill a Combobox Display and Value members with
info from a table.
My problem (below code) happens twice. I call the following code once when
the form loads.
Form description:
Combobox loads with form (and after SQLCE sync) from .sdf file
Treeview populates based ... more >>
Can't deploy .net app
Posted by John at 4/26/2005 12:00:00 AM
Hi
I am using this smartphone device;
http://www.microsoft.com/windowsmobile/devices/devicedisplay.aspx?module=deviceDisplay;Smartphone;emea;191. I
am having problem deploying smartphone app from vs 2005. The error I get is
that this version of activesync is not supported. I have downloaded... more >>
PerformClick for Button in Compact Framework
Posted by Ed Debrot at 4/26/2005 12:00:00 AM
Is there a way tom accomplish the PerformClick() method in Compact
Framework? It works fine in Win32 but not where I need it, in Compact
Framework.
thanks...
... more >>
|