-
- CF 2 & 3 Web services capabilities
by lmussier
- 5 Replies
- Last post
by lmussier
- Hi,
I'm looking for DPWS web services capabilities embedded in these two frameworks, I'm
pretty sure that CF 2.0 doesn't have any web service capability but what for the
next step of compact framework (I guess 3.5 from what I read)
Will it be possible to make DPWS devices directly with compact framework
Thanks
-
- Flash and other problems
by The Godfaza
- 7 Replies
- Last post
by The Godfaza
- I started work on a YouTube sidebar gadget. I made this one to see if I could even view a video in the sidebar. There are several problems as stated below. The code is:
Code Snippet
<object> <param name="movie" value="http://www.youtube.com/v/w2CURwHjJiw"> </param> <param name="wmode" value="transparent"> </p
-
- VS2005 SP1 RTM
by mgaur_MSFT
- 5 Replies
- Last post
by a.s.viswa
- Yeah!! We've done it. VS 2005 SP1 is RTM. There are significant improvements for Smart Device development. You can read device development improvements here http://blogs.msdn.com/mgaur/archive/2006/09/26/772519.aspx . and general SP1 information here http://msdn.microsoft.com/vstudio/support/vs2005sp1/default.aspx and about VS 2005 on Vista at http://msdn2.microsoft.com/en-us/vstudio/aa94885
-
- Install Dependencies
by JoeCritter
- 3 Replies
- Last post
by Ilya Tumanov
- I have an installer application that deploys my .cab file through ActiveSync. No problem.
The cab file deploys, among others things, a SQLServerCE database in the form of an .sdf file.
If the user reinstalls the application (or say installs a later version), I want the user's current .sdf file to *not* be blown away.
Also in a later version, say I want to modify the schema of the database
-
- Programmatically adding a gadget to Sidebar.
by Chris Lindsay
- 3 Replies
- Last post
by The Godfaza
- I'm guessing this isn't possible, but I thought I'd throw it out there anyway. Is there a way for a gadget of mine to open up a new, second instance of the same gadget
I would guess this would be done by running sidebar.exe with a certain command line switch. I was under the impression there were no sidebar.exe switches until Jonathan Abbott mentioned in this post that there's a /uninstall
-
- System.Collections.Generics doesn't exist
by Jordan111
- 3 Replies
- Last post
by Ilya Tumanov
- Using .Net CF 2.0 and for some reason the System.Collections.Generics namespace isn't available.
It is available to the standard framework, but not the CF.
Jordan
-
- Errors with VS 2005 and MS Press book on .NET Compact Framework
by Aeneas32
- 3 Replies
- Last post
by Aeneas32
- As a relative novice trying to execute some of the source code in the Wigley MS Press book Microsoft .Net Compact Framework and I am encountering many errors during Rebuilds of the source code.
I assume this indicates that either the configuration of the VS 2005 compiler or the install of the source code for the book may be in error. Are there any instructions for installing and building the
-
- Is there any way in VS2005 automatically downloading the reslut to target device like what eMvc4.2 does?
by sunny_savasxch
- 2 Replies
- Last post
by sunny_savasxch
- I used eMvc4.2 for PDA software devlopment in the past, when migrate to VS2005, the compiled result doesn't downlaod to the PDA automatically, could any body tell me how i should do when using VS2005
-
- GPRS in PPC2003
by Korsten
- 2 Replies
- Last post
by Bindaz
- Hello,
I need to make a GPRS connection in my PPC program.
I'm using Visual Studio 2005 and my programming language is C#.
Now I want to know what I need to do to get a GPRS connection
I've searched the internet but couldn't find the info needed.
I want to send information to a backoffice database.
Hope someone can help
Korsten
-
- Any replacement to VirtualAllocEx on WinCE?
by Jason Fu
- 4 Replies
- Last post
by Jason Fu
- The problem I met is I want get some information about a certain GUI control in other application . For example, getting the items in a listbox. I use SendMessage with a string type parameter , but the address of string data of my application/process is meaningless to the target application /process because the two application run in a separate address space . If itis a desktop application ,
-
- what is needed to run Mobile app on non-development machine?
by RajL
- 3 Replies
- Last post
by Zero Dai - MSFT
- Hi,
We have a Mobile 6.0 demo application developed in c#. It works fine using the device simulator on the developer's machine that has VS2005 installed. We want to give it to our marketing team. What is involved in giving them the app They will need the emulator, app CAB. Anything else
Is there a link that describes the process We search did not reveal much, I admit we have not do
-
- Problem with webrequest abort in threadpool (help, please)
by rusty556047
- 3 Replies
- Last post
by Anthony Wong - MSFT
- Hi guys. I'm facing a problem when I try to download files from Internet. To make the downloads I use a thread pool to download the files. I have the option to cancel the download at any time you want. When I click the cancel button I try to do WebRequest.Abort(); My problem is that when I close the application it gives me an ThreadAbortException error. My question is, how can I can cancel the we
-
- Smart Client Factory + Recipe Frameowrk Error
by larak
- 1 Replies
- Last post
by Ilya Tumanov
- I am trying to add a business module to my project using Smart Client Factory but I am getting the following Recipe Framework Error:
Code Block
Microsoft.Practices.RecipeFramework.ValueProviderException: An exception occurred during the binding of reference or execution of recipe CreateBusinessModuleCS. Error was: An error happened while calling the value provider or evaluating the de
-
- Doubleclicking the touchscreen?
by Proxima
- 2 Replies
- Last post
by Proxima
- I have been unable to get Double-clicks to work with a touchscreen. I am calling ModifyStyle with CS_DBLCLKS, that doesn't seem to be working. Does Windows Mobile 5 actually support double-clicks
-
- Problem trying to get MSMQ working between PC and PPC
by dougconran
- 14 Replies
- Last post
by dougconran
- Hi, I'm struggling (in fact can't) get MSMQ working between a Desktop and a PDA. Desktop is running Windows XP Pro, PDA is running Windows Mobile 2003 with MSMQ 4 installed. I'm using Visual Studio 2005 (C#) to develop the apps. I can get messaging working on both the PC and PDA but only PC --> PC and PDA --> PDA. I've tried everything I can think of and/or discover via Google to get PC --&g
-
- Creating a sample application
by baskark
- 1 Replies
- Last post
by Ilya Tumanov
- Hi everyone,
Iam very new to smart device application development.
I got VS2005 with me. when i create a new smart phone project in C# 2005 it shows me an error message stating
"Projects targeting .NET Compact Framework 1.0 require version 1.1 of the .NET Framework, which is not detected on this machine."
what is the procedure to overcome this error.
i
-
- Make Visual Studio deploy my library CAB instead of the Assembly during a deploy?
by Frederic Aubry
- 2 Replies
- Last post
by Frederic Aubry
- Here is an issue I have been trying to solve.
I have Device Class Library Assembly. MyLibrary.dll. Signed, etc.
I have a CAB file that deploy this assembly into the Device GAC plus additional files (licensing, helps, etc.)
I have an install executable that install my library on a developer machine as followed
copy under c:\MyLibraryFolder\
MyLibrary.dll
MyLibrary.ini
MyL
-
- Liefetime and Compact Framework
by skuehner
- 8 Replies
- Last post
by skuehner
- Hello, I worked with a solution for PC. Now I want to make the program run on Pocket PCs with Compact Framework 2.0. The problem is, that the function InitializeLifetimeService() is not supported by Compact Framework. How can I make the Object life "forever" Thanks!!!
-
- VS2005 + Windows Mobile 5: Not enough storage is available
by Gerhard Meuren
- 5 Replies
- Last post
by Gerhard Meuren
- I've got an application with a debug mode size of about 13MB. If I deploy this app to the device, there are no problems with the debugging.
Then I change the app's optimization settings, so that the resulting size will grow up to about 16.5MB. If I start deploying/debugging with this
app, I'll get the following error message:
"Unable to start program '%CSIDL_PROGRAM_FILES%\<folder
-
- My .exe is not running outside bin folder
by vsuneel
- 1 Replies
- Last post
by Michael Koster
- hai guys,
this problem is making a head- ache to me...
i have built a console application in the .net1.1 with vs 2003.its working fine while debugging or running.even its working by running the .exe file directly when it is in bin folder .
but if i take out the exe file and running out side the bin folder ...its showing err.
it is showing a nullreference error saying that the
-
- why can not delete the Menu?
by Myime
- 6 Replies
- Last post
by Myime
- Hi,
i use the following Code to dynamic delete sub item:
CMenu *pMenu;
pMenu->DeleteMenu(ID_FUNC, MF_BYCOMMAND);
it work well on EVC4 + PPC 2003/SE
and the EXE also work well on WM 5.0 for PPC
but i migrate to vs2005 + WM5.0 for PPC
the above code can not work, and it return FALSE,
why
THANKS.
-
- Using .NET CF 2.0, SP2
by BigHands
- 2 Replies
- Last post
by BigHands
- How can I tell if my mobile app is using the .NET Compact Framework 2.0 service pack 2 I downloaded and installed it, and it's listed under my add/remove programs (in XP) as "Microsoft .NET Compact Framework 2.0 SP2" The issue I'm having is my app uses a WebBrowser control, but I just cannot seem to cancel page navigation - on both the emulator and device. I created a simple repo case t
-
- Soap on Windows Mobile 5.0
by Stephanie Lim
- 6 Replies
- Last post
by Stephanie Lim
- Hi there,
I'm trying to develop a Windows Mobile windows form application that retrieves a file and sends it to the Soap Receiver that is based on another server machine. Does anyone have any clues if this can be achieved in a mobile environment
I have searched all over google and know that there are a type of Soap technologies, namely:
- Soap Toolkit - PocketSoap - WSE 2.0 - WSE 3.0
W
-
- how to simulate key presses globally, or in other words, on outside the form?
by LeonTan
- 2 Replies
- Last post
by Christopher Fairbairn
- hi. could you hlep me with programming a simple app that simulate several key presses outside the form, on the device level. or I can say it's like a macro.
in the form, I think I can use SendVirtualKey method, but I don't know how to simulate the key outside the form.
please help me. thank you.
p.s. the app I want to make is like the following:
http://www.spv-devel
-
- error why ,MobileControl ±Ø?°üº¬ÔÚ MobilePage ?
by hunews
- 1 Replies
- Last post
by timg_msft
- I don't know why ,who can help me,thanks