-
- pocket pc to pc communication vb.net
by eidua
- 10 Replies
- Last post
by eidua
- Hi currently working on a project whereby i have to send data from the pocket pc to pc, pocket pc being the client and the pc a server using sockets in vb.net. i've tried this website http://msdn2.microsoft.com/en-us/library/Aa478452.aspx but the client part of program when i tried it on the pocket pc theres only afew errors which i think the pocket pc cant understand. Is there like any compat
-
- read assembly version
by aferrara_uniplan
- 2 Replies
- Last post
by aferrara_uniplan
- Hi, I have written an application for a windows CE 5.0 device using Visual studio 2005. As I can read from code the version assembly Thanks. Antonio.
-
- CameraCaptureDialog with poor resolution
by silly_dude
- 5 Replies
- Last post
by silly_dude
- Hi,
I am pretty new in mobile programming. I used following code on HP iPAQ hw6965. I have two problems:
1. No matter how I change Resolution or CameraCaptureStillQuality, it insists on shooting with the lowest resolution.
2. The CameraCaptureStillQuality dialog window is very small, only takes a small part of the whole screen. How to enlarge it
Please help. Thanks!
-
- How to get Z-Order of window frames
by Farhan_Sharif
- 3 Replies
- Last post
by Ilya Tumanov
- Is there a way to find the z-order of all the window frames displayed on the desktop. Your feedback would be realy helpful. Regards
-
- PictureBox with transparency for SmartPhone
by Mauricio Mayer Soares
- 4 Replies
- Last post
by Mauricio Mayer Soares
- Hi all
I am searching a solution to display a GIF file on Picture Box component with transparency. My GIF file is setting with transparency but, when I load the file on my Smartphone, a White Backcolor is displayed.
I have found a lot of solution but all in Pocket PC. My question is: How do that in Smartphone I am using VS2005 with Compact Framework 2.0 SP1 and Windows Mobile SDK 6 S
-
- System.Windows.Forms.Timer executes too fast in compact framework?
by blarfer
- 1 Replies
- Last post
by Ilya Tumanov
- Posted on: 03/19/2007 02:41:52
Hi, I made a small application that runs under compact framework 2.0 that uses System.Windows.Forms.Timer and the timer executes faster that it should ( 25 - 30% faster). When taking the same code and running it on my stationary computer (ordinary .Net framework 2.0) it executes as it should. Is there anyone that could explain this behaviour
-
- intercept event of pocketoutlook
by bilelski
- 3 Replies
- Last post
by Christopher Fairbairn
- I want to intercept the event of modification of a contact in pocketoutlook here my code .where I change the LastName
the message is not showed
OutlookSession AppSess=new OutlookSession();
AppSess.Contacts.Items[1].LastNameChanged+= new EventHandler (CrmContacts_LastNameChanged);
private void CrmContacts_LastNameChanged( object sender, EventArgs e)
{
Messa
-
- The target device does not have a compatible version of the CLR installed for the application you are a
by JoeMcCreary
- 8 Replies
- Last post
by Ilya Tumanov
- Error Message:
"Unable to load the CLR. The target device does not have a compatible version of the CLR installed for the application you are attempting to debug. Verify that your device supports the appropriate CLR version and has that CLR installed. Some devices do not support automatic CLR upgrade."
The Device is running Pocket PC 2003. And has been running programs wr
-
- media encoder for windows mobile 5.0
by Amit Verma1
- 4 Replies
- Last post
by Amit Verma1
- Can i have media encoder for windows mobile 5.0
-
- notsupportedexception when opening a file
by Kybalion
- 3 Replies
- Last post
by Kybalion
- I get the notsupportedexception every time I try to open a file. It's just a .csv file
Code Block
private void LoadSQLCEDatabase(string fileName, string tableName) { SqlCeCommand cmd = new SqlCeCommand(); // load local database tables from CSV file data try { FileInfo f = new FileInfo(fileName); using ( StreamReader sr = f.OpenText() )
-
- Unable to build a non-unicode project under windows mobile 5.0.
by Coder82
- 2 Replies
- Last post
by Coder82
- If i undef UNICODE, the linker claim the lack of certain UNICODE functions like: Error 1 error LNK2019: unresolved external symbol FormatMessageA referenced in function "unsigned long __cdecl GetLastErrMsgAndExit(char const *)" ( GetLastErrMsgAndExit@@YAKPBD@Z) Utils.obj Event functions like CreateEventA are claimed. This to me seems in the binary there isn't the A version of those
-
- WM 5 & 6 Web services capabilities
by lmussier
- 5 Replies
- Last post
by Michael Koster
- Hi,
I'm looking for DPWS web services capabilities embedded in WM 5 and 6, I'm
pretty sure that WM 5 doesn't have any web service capability but what for the
next step WM 6.0 is it planned to had DPWS support like in vista WSDAPI will be ported on WM 6.0 or there is nothing planned on these platteforms
Thanks
-
- XMLHttpRequest only works once..."Access is Denied" on subsequent calls?
by theronkid
- 2 Replies
- Last post
by Andy E
- Hello all, I've been stuck on this one after a day of much searching and trying everything... So here goes: I have a gadget that builds a playlist dynamically from drag and drop, and on each list item, there's a play button that fires an event function to do a checkout process (get license, get media location) and hence change the song being played in a windows media player embeded object. This is
-
- Audio Streamer problems
by FranzS
- 14 Replies
- Last post
by FranzS
- I need help with various problems and would appreciate if you can help with any of them. I am working on a streaming station gadget, basically i need the parameters on the player to be changed and saved in settings by user(checkbox): <input type="checkbox" name="start" id="startUp" value="True">Play station on startup.</input> i have worked on th
-
- Div background when you generate HTML in it
by JimNastiq
- 4 Replies
- Last post
by JimNastiq
- Hi, i've got a div tag like this in my mainpage.html :
Code Snippet
<div id="AfficheIMG" style="background-color: gray;border: gray thin inset;"></div> and using my gadget when there an event on an specific button on my gadget it generate a html in this div like this(it's an example) :
Code Snippet
pageHTML = "<g:image src="myI
-
- Serial Communication flaky with Emulator
by CBL4
- 3 Replies
- Last post
by John Wood
- I am porting code from .Net 2.0 to Compact .NET 2.0 using the Pocket PC 2003 SE Emulator. The serial communication is very flaky with the emulator.
Generally SerialPort.Write() works if I single step through the code or run it without the debugger. If I run it with the debugger without single stepping, the Write() times out. Sometimes single stepping times out. Sometime, the first char
-
- System.NotSupportedException was unhandled error help
by StealthRT
- 9 Replies
- Last post
by John D Wilson
- I've just recently been getting this error every time i start to run my program from VS 2005.
[code] System.NotSupportedException was unhandled Message="System.Drawing.Bitmap" StackTrace: at System.Resources.ResourceReader.LoadObjectV2() at System.Resources.ResourceReader.LoadObject() at System.Resources.RuntimeResourceSet.GetObject() at System.Resources.ResourceManager.GetO
-
- Custom LAP question
by Tony_NTFY
- 6 Replies
- Last post
by Tony_NTFY
- I'm creating a custom LAP for WM 5 and WM 6 devices. What do I need to do to
have the device wipe itself after a certain number of failed attempts from the
user trying to enter their password
Thanks.
-
- How to use database for pocket pc application
by GSReddy
- 14 Replies
- Last post
by GSReddy
- Hi
I have a need to work on pocket pc application.
Scenario: In general user will take database backup from database server to local system. User perform some changes to his local database based on his requirement. Again user connects to database server and click on update, local database should update to server database by informing each record status to the user. ex: record 1 updated / cal
-
- Programatically set gadget opacity
by ljames28
- 6 Replies
- Last post
by PeaceSim
- Is it possible to set a gadgets opactiy from within the gadget without any user intervention
I tried System.Gadget.Opacity but that's read only. I also tried applying a fade filter effect to the main gadget body but that becomes a purple mess.
Any ideas
-
- Threading and Windows Forms question
by dabd
- 7 Replies
- Last post
by Zero Dai - MSFT
- My windows forms application is using System.Threading.Timer object to run a relatively heavy background processing on the device, so I think it would be nice to display a notification to the user while the processing is running. The problem is that I won't be able to invoke the notification control from the timer thread because I think controls can be invoked only from parent threads or something
-
- DynamicContext_MissingConnectionStringInformation Parameter name: connectionString
by kedar naidu
- 1 Replies
- Last post
by Andrew Conrad - MSFT
- If context Is Nothing Then
Dim connectionString As String
connectionString = "Provider Connection String=server=BSD-PCS3052;database=Northwind;Integrated Security=true;MultipleActiveResultSets=true;Generate Default EDM=True"
Response.Write(connectionString)
context = DynamicContext.CreateDynamicContext(connectionString) here i am getting error "Dy
-
- System.Gadget.onSettingsClosed (event) question
by Like_Wise
- 1 Replies
- Last post
by ToddOs
- I'm trying to get an understanding of the System.Gadget.onSettingsClosed event and I have a question regarding a piece of it.
In the example provided at a Microsoft Gadget Development Overview ( http://msdn2.microsoft.com/en-us/library/ms723694.aspx ) the 'settingsClosed' function looks to have a parameter passed to it in the name of "event".
My question is: What is this and wh
-
- Problems Creating Install Routine
by foxprorawks
- 1 Replies
- Last post
by Ilya Tumanov
- We have created a mobile application and have used Visual Studio 2005 to create a .CAB file to install the application onto a PDA.
The install works ok, but we would like to create an .MSI file which would do the following:
Check if the .Net Compact Framework is installed and, if not, install it on the PDA.
Check if SQL Mobile 2005 is installed and, if not, install it on the PDA.
-
- Smartphone 2003?
by Cika
- 10 Replies
- Last post
by Cika
- Hi! I want to write a game for a Smartphone 2003 using .Net Compact Framework (C#). I would like this game to be multiplayer to using Bluetooth. Please tell me a simple way to do this! A sample Bluetooth chat application would be perfect.