all groups > dotnet compact framework > november 2005 > threads for tuesday november 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
CF2 with Active Sync 4.0
Posted by Rainer Borchmann at 11/1/2005 11:00:16 PM
Hi
Thank Chris Tacke i know that CF2 will
run w/o problems on a 2003SE Device.
But can we install CF with Active Sync 3.8
or it is necessarily to have Active Sync 4.0
for a WM2003SE Device. ???
Bye
Rainer Borchmann
... more >>
CF2.0
Posted by Rainer Borchmann at 11/1/2005 8:47:35 PM
hi,
since some days the CF2 is aviable.
http://www.microsoft.com/downloads/details.aspx?familyid=9655156B-356B-4A2C-857C-E62F50AE9A55&displaylang=en
Did anyone has some problems during the install
over an existing CF1 on a WM2003SE Device ?
bye
Rainer Borchmann
... more >>
Copy hidden/system file not allowed?
Posted by Tim Johnson at 11/1/2005 6:25:26 PM
I was trying to copy a dll marked hidden/system up to my PC prior to doing a
hard-reset, but I can't. I can see it but when the ActiveSync Explorer
fails. I've also tried the Resco File Explorer product but it fails too.
If I write a C# program to copy it to an SD card I get an
Unauthorize... more >>
Application Crash on Exit
Posted by Beebs at 11/1/2005 5:42:42 PM
Why is it that when I start my application like this:
Application.Run(New frmStartup)
and exit it like this:
Me.Dispose()
The application crashes. I'm using the singleton method for my forms
and dispose of all other forms causing the startup form to be shown
last. Then I just dispose... more >>
Secondary window under NetCF does not appear
Posted by John Olbert at 11/1/2005 4:12:02 PM
I have an App running in WinCe. It communicates with a desktop App via sockets.
The Netcf App has a number of threads. On one of the threads I am trying to
start a Windows Form as a secondary window. The secondary Form does not
appear and the main Form locks up. The Vs2003 debugger still has ... more >>
gaining focus on a text box after moving it
Posted by jamie at 11/1/2005 2:25:49 PM
In my code I have a datagrid. When the currentCellchanged event is fired I
draw a textbox overtop of the new currentCell. This works perfectly. I
then call the textbox.focus(); this doesn't work for somereason. I'm
assuming the currentCellchanged event sets focus to the cell after sett... more >>
connection manager
Posted by neil.shaw NO[at]SPAM sanderson.com at 11/1/2005 2:01:00 PM
hi
how using vb .net can i setup a new connection in the connection
manager
also how can i check to see what connections are setup on a device
using vb .net
thanks Neil
... more >>
OpenFileDialog - PocketPC Locks up
Posted by Todd Acheson at 11/1/2005 10:40:53 AM
I have an application that I have written for the PocketPC that uses an
OpenFileDialog control. The application has been working fine for over a
year. Just within the last week, it always crashes on an attempt to open a
file.
The type of files it filters for opening are XML files. It uses t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
problem getting native dll to work in CF
Posted by pkellner at 11/1/2005 10:12:10 AM
When creating a native DLL for CF, do you make it the same as making it for a
desktop CF? That is, Create Project / Other Languages / C++ / Win32? Then
do you make it static or dynamic?
I created a dynamic DLL that works with my desktop .net, but not when I try
to access it from my pocket... more >>
.NET CF slowly leaking memory?
Posted by awaken77 at 11/1/2005 5:02:25 AM
My app calling async web service in a loop, cancelling the request via
handle.Abort() if timeout is expired.
I started continious test in environment where WebService always fails
(call to WS never returned to client and always cause to Abort() )
After 18000 polling cycles, overall memory co... more >>
OpenNETCF SaveSetting / GetSetting
Posted by anbeyon NO[at]SPAM btinternet.com at 11/1/2005 2:23:33 AM
Hi All,
I am trying to use the OpenNETCF.VisualBasic.Interaction.SaveSetting /
GetSetting methods.
The SaveSetting works fine - I can see that data in my CE device
registry but the GetSetting method always returns a
string = Nothing
Here is what I'm doing.....
' this works
SaveSett... more >>
SIP - Defualt Language Setting
Posted by deneb at 11/1/2005 1:12:12 AM
Hi?
I'm using PDA that OS is Windows Mobile 2003 SE Korean.
When I give a focus to Textbox, and Enable SIP,
the default language is Korean. That is, keyboard that I can see first
has Korean Keys.
Is it possible that I can change default SIP language? (by using code
or some system setting?)... more >>
InputPanel Exception
Posted by Amir Shitrit at 11/1/2005 12:41:05 AM
Hi to all.
I have a full screen form with a TextBox.
When I try to set the Enabled property of the InputPanel to true, I get an
unknown exception (with no details).
Does anybody know what may be the probelm?
private void textbox_GotFocus(object sender, EventArgs e)
{
inputPanel.Enable... more >>
datagrid
Posted by Nathan Franklin at 11/1/2005 12:00:00 AM
hey everyone
i was wandering if you could help me. i am trying to decide whether to use
the datagrid or not in my mobile device app.
is it fast enough? what is its memory consumption like? i dont want to
overload my app!
i am reading from an sqlce database, could someone maybe provide m... more >>
|