all groups > dotnet compact framework > march 2008 > threads for march 15 - 21, 2008
Filter by week: 1 2 3 4 5
Finding Network Computers
Posted by Pal at 3/21/2008 10:07:00 PM
Hi,
Is there any way to find all my Network computers in wince 5.0 ?
Some thing equalent NetServerEnum on regular windows platform.
Thank you
... more >>
How to ?
Posted by Paulo at 3/20/2008 7:43:36 PM
Hi, how can I install the NETCFSetupv35.msi on my Win CE 5.0? It says there
is nothing associated with the extension...
I need to run a mobile CE 5.0 project .exe generated by VS 2005 on my Win CE
5.0 !
Can you help me ?
... more >>
custom SIP with display box
Posted by Jay at 3/20/2008 4:30:54 PM
I have a custom Soft Input Panel in my CE 5.01 device.
The SIP is very big - it almost occupies the entire screen on the CE device.
I want to have a "text" box on the SIP that displays the text as the user
types in.
When they click "oK" on the SIP - I tranfer the text on to the apps edit
box.... more >>
Windows CE 6.0 and CF3.5
Posted by Werner at 3/20/2008 4:29:01 PM
I have build a CE6 image and included the CF2.0 and CF3.5 component to my
image. CF3.5 was released as a QFE of month January 2008. Before I had only
CF2.0 in my CE6 image.
I have a few smart device C# projects that run fine on my old CE6 image with
CF2.0. These apps were targeted against 2.0... more >>
Craddle with ethernet only. How do I debug my program
Posted by Serge Wautier at 3/20/2008 2:56:02 PM
Env.: WM6, Vista
Hi All,
I'm developing an app for a PSion WorkaboutPro device. The client gave me a
4-device craddle with an ethernet connection only. No USB. ActiveSync
doesn't seem to support Ethernet :-(
How do I do to send my program to the device and debug it?
TIA,
Serge.
... more >>
use OCX in compact framework 2.0
Posted by Flavio MIANO at 3/20/2008 12:21:53 PM
I read that is possible to use a ocx in a framework 2 application
i see the microsoft article :
http://msdn2.microsoft.com/en-us/library/aa446514.aspx
but can anyone know a small tutorial to do this ?
thanks in advance
FLAVIO
... more >>
How to show percentage of completion on a label ?
Posted by Harsha at 3/20/2008 12:27:00 AM
Hi,
I am downloading few files from server. I am using Progress Indicator to
show the progress of download. But I also want to show the percentage of
completion and file which is getting download. I tried as given below.
Progress bar is working properly but still label text shows empty.
... more >>
Memory leak in an managed application
Posted by Vinz at 3/19/2008 12:26:00 PM
We use the Compact Framework on a x86 device runnning CE 6.0 (.NET Compact
Framework 2.0 SP2).
We noticed that with the folowwing application.We have a memory leak (see
Below). We also noticed that we had the exact same leak if we use a native
application and Call a CreateProcess the same w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Re: How to save a file from my desktop app directly on My Device
Posted by Christian Resma Helle at 3/19/2008 3:38:57 AM
you can start with looking into the remote api (RAPI). OpenNETCF made a nice managed wrapper for it called the desktop comunication library
--
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com
----- ORIGINAL MESSAGE -----
Hi
I want to write a file from my desktop a... more >>
pinvoke question
Posted by Sagaert Johan at 3/18/2008 6:41:59 PM
Hi
i have some problems p invoking this :
HRESULT WINAPI ConnMgrEnumDestinations(
int Index,
CONNMGR_DESTINATION_INFO *pDestInfo
); i converted this to :[DllImport("CellCore.dll")]static extern int
ConnMgrEnumDestinations(int Index, ref CONNMGR_DESTINATION_INFO pDestInfo);
i tried t... more >>
UnauthorizedAccessException
Posted by pterodactyl76@gmail.com at 3/18/2008 6:21:30 PM
Hi guys.
I run sample code on Pocket PC 2003 emulator, that use cf 2.0
the code opens "big" file and write parts of this file to another
files.
program can write 1, 10, 20, 70..any files and then shows error
message while creating next file:
System.UnauthorizedAccessException: UnauthorizedAcc... more >>
Rewind / Fast Forward / Seek Audio Functions?
Posted by Joseph Geretz at 3/18/2008 10:45:56 AM
The following article describes how to record and playback wave files on
..NET CF. We have implemented these in our portable recorder application for
the iPAQ.
http://msdn2.microsoft.com/en-us/library/aa446573.aspx
How do we implement Fast Forward, Rewind and Seek to specific location? The... more >>
How to start the updated version of the running application.
Posted by Harsha at 3/17/2008 10:53:00 PM
Hi,
I have executables of an application and the application is running on the
device(Compact framework).
This application downloads executables of updated version of the same
application from server.
I have to close the application which is runnig and have to start the upated
version of ... more >>
Save bmp from PictureBox as monochrome bmp file
Posted by tony at 3/17/2008 9:44:28 PM
Hi,
I have pictureBox control im drawing on, after finish drawing, i need to
save the the image from the PictureBox as Bmp file.
im using :
m_pbPictureBox.Image.Save(sTmpPictureFileName,
System.Drawing.Imaging.ImageFormat.Bmp)
The problem is, i need to save as MONOCHROME bmp. how... more >>
CF 1.1 emulator missing
Posted by elena at 3/17/2008 2:03:01 PM
Hi, All
I just recently installed VS .NET 2003 on my PC and after installation i can
start emulator.
It trow message like " missing file, re-install emulator".
I installed .NET 2003, do i need to install some Pocket PC 2002 SDK with it?
How can i make it work, i would like to have emulator in... more >>
Multiple Concurrent calls to a Web Service
Posted by David Hyde at 3/17/2008 10:05:12 AM
Hi,
I'm developing on .NET 2.0 CF and I'm trying to make concurrent asynchronous
calls to a web service. The calls may take a long time to process (> 1
minute), but that's not a problem. What I'm running up against though, is
the limit of two concurrent calls at a time. If I was developi... more >>
WLAN TcpClient Socket Connection throws no Exception
Posted by thebrath at 3/17/2008 3:12:43 AM
Hi,
i have the following Environment:
I have a WinCE device with CompactFramework 2.0 and my TCP client
application.
The server application .Net 2.0 is running on a XP machine. The device
is connected by WLAN. Everything works fine, as long as the WLAN
connection is fine. But when it is ... more >>
Hiding column when datasource is *NOT* a DataTable
Posted by CSharpner at 3/16/2008 10:30:16 AM
I want to hide a column in my DataGrid, but the usual tricks don't
seem to work when the datasource is *NOT* a DataTable. Targeting
compact framework 2.0, I've got a DataGrid using an *object
datasource*, not a DataTable as the datasource (This is crucial to
this particular problem!!!). The Da... more >>
Version Woes
Posted by bob at 3/15/2008 6:40:30 AM
Hi,
VS2008 target 3.5
Third party DLL that works OK when deployed in Windows app.
When deployed in Smart Device app I get:
System.MissingMethodException was unhandled
Message="The version of the assembly System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089 cannot be... more >>
|