-
- OT: Suggestions about gallery.live.com
by Jonathan Abbott
- 14 Replies
- Last post
by Jonathan Abbott
- Several things stand out about this site, now that people are starting to use it. So, here's some suggestions: Implement some sort of language filtering. Although I have nothing against the use of non-English and think it's actually commendable than MS allowing it, I would rather filter out Gadgets that are of no use to me. Alternatively allow multiple languages in the Gadget description, or some
-
- Bitmap.Save() in Windows CE5.0
by ErikL2007
- 7 Replies
- Last post
by xyzt
- Hey,
I am working on a project using the Symbol MC3000 mobile computing device Running CE5.0 with .NET CF 2.0 SP1). This particular device has an imager which we are using to capture a picture. After the picture is captured, we are creating a bitmap object (System.Drawing.Bitmap) to store the image while we create a Graphics object (with the bitmap as its image). We use the graphics objec
-
- Private Install of .Net CF 3.5 beta 2
by Rik78
- 4 Replies
- Last post
by Rik78
- Hi
I want to know which assemblies should go into a privat install of .Net CF 3.5
I tried to copy over the dll's in: C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE
along with my program but I'm getting errors.
Maybe this is not possible with 3.5 beta 2
-
- Licence Provider
by Andy Hough
- 2 Replies
- Last post
by Andy Hough
- Hi All
I need to implement licensing in are product on the device, does anyone know of a licence provider class for the compact framework which can do activation via a web service
Thanks
Andy Hough
-
- Create C#.NET Object by VBScript
by Zonghan.Chuang
- 1 Replies
- Last post
by Ilya Tumanov
- I have made a .dll file by "VS 2005 Smart Device Class Library Project", and i wish i can use "Createobject" in VBScript or JScript to create the objects. But the DLL can not register in Smart Device, Please tell if any solution to make it. Thanks very much.
-
- not able to call web service with disconencted agent in mobile client software factory
by Deepthi Rao
- 2 Replies
- Last post
by AlexY
- Hi, I am using the disconnected web service agent block of the mobile client software factory to make disconected web service calls.I am using an emulator for the testing the code. The issue is that the Connection state never changes to 'Connected' because of which my web services never get called. I have ensured that the emulator has been cradled.Eventually my web service calls get moved to the d
-
- Object-relational mapping and Compact Framework
by Silverd
- 5 Replies
- Last post
by Silverd
- Hi, I would like to know if a tool of "Object-relational mapping" exist for Windows Mobile and its Compact Framework (2) I saw that we will be able to make it with LINQ, DLINQ, .... with Compact Framework 3.5 but it's still not there (only on beta) and i need that now Pour les francais, existe-t-il un outils de mapping objet relationnel que l'on puisse utiliser sur Windows Mobile et s
-
- How connect the "ppc2003 emulator" directly to a LAN? (without use ActiveSync,simply direct connection the the net)
by DvdKite
- 3 Replies
- Last post
by DvdKite
- Hi to all,
I need to connect the "PPC2003 emulator " of visualstudio2005 to the net.
I need to connect the "emulated ppc" directly to the lan.
For example, if I would have a real ppc I can use a compact flash/rj45 adapter to connect it, or a compact flash/wi-fi.
Whith the ppc2003 emulator how can I set this
Can you please tell me step by step
thank
-
- HTMLView too large on WM6 VGA
by dseifert
- 9 Replies
- Last post
by dseifert
- Hi, Having downloaded the Windows Mobile 6 SDK and testing my software (C++ project in VS2005) on the new emulators, I notice a problem with the htmlview on WM6 with VGA screen. My application is not VGA aware, i.e. on VGA devices it is being scaled up by the OS. It seems like in WM6 the htmlview component is overcompensating and is increasing the font size as well even though everything is alread
-
- Question about datagrid and context menu
by jeffery chan
- 10 Replies
- Last post
by jeffery chan
- I have a question about datagrid and context menu.
I have a datagrid that showing some data, and a context menu to let user open detail form from the data that pointing to. The problem is, when there is row A of data selected, but my mouse or styles pointing to other row B of data to open the context menu. It open row A detail. How to change the design to make it open row B data instand of
-
- Submit buttons not displayed properly in IE7
by onquest
- 1 Replies
- Last post
by Ilya Tumanov
- Hi !
i've intalled Visual Web Developr 2005 Edition - working with IE7, if your creating a fom which involves "OK" button and while creating any other website that involves a submit button, these buttons would not display properly when debuged. They appear very long, with golden borders, tried creating many forms and sites which has submit butons, its still the same, when i uninstalle
-
- CF DataGrid ownerdrawn Header cells?
by Alexei Pavlov aka BlackTiger
- 5 Replies
- Last post
by Alex Yakhnin MSFT
- There is no public event to draw custom DataGrid columns headers, but "m_renderer" containt non-public method "_DrawHeaders". How can I use this method "DataGridColumnStyle.Paint" is responsible only for data cells. Why there is no event "PaintHeaderCell" It prevents CF developers to create really good looking apps.
-
- Minimum height of a sidebar gadget?
by Robin E Davies
- 5 Replies
- Last post
by Andy E
- The minimum height of a sidebar gadget seems to be about 60 pixels. Is there a way to reduce this
-
- reload / refresh the gadget or iframe
by Anand570611
- 7 Replies
- Last post
by ToddOs
- Am trying to port some of my sidebar gadgets to web gadgets. One of gadgets uses javascript to update the content of the page using getElementbyID reference.
I can't get that to work in my webgadget, i then tried "SetTimeout" and also "SetInterval" to try and loop the same Javascript function. I even tried using loops. But can't get the gadget to get to second iteration
-
- Needs to support ARM DSP opcodes out of the box (or, Welcome to the 21st Century)
by Barry Bond
- 14 Replies
- Last post
by IgorP
- The DeviceEmulator 2.0 Community Tech. Preview has gone live, at http://www.microsoft.com/downloads/details.aspx FamilyId=13F5DE85-30CD-4506-9C5B-A2068FA1EE9E&displaylang=en .
V2 has:
Much improved performance
DEComInterfaces.idl - the COM interface to the emulator, along with sample code showing how to use DMA to communicate between a Windows app and an app or driver running ins
-
- HttpSendRequest can't return fail when no connection available
by Marina Ma
- 2 Replies
- Last post
by Saravanan V V
- Dear All, I' m using the HTTP APIs to connect web site in my application, and the code works almost well, but there is a strange thing: On Pocket PC, I can access net connection using ActiveSync, and in application, the HTTP connection is successful. The strange thing occurs if I do following step: - Connect PocketPC to PC using ActiveSync. - Do HTTP connection in application and success. - Remove
-
- Support for Windows Mobile
by dseifert
- 2 Replies
- Last post
by dseifert
- Hi, how does one report a (suspected) bug in Windows Mobile or Windows CE In http://connect.microsoft.com I can't find how to do that and at the Microsoft support pages I am required to enter a Product ID (what's that for Windows Mobile ) before I can even send out a free support request. Daniel
-
- Issue with Web Service connectivity
by Koding
- 5 Replies
- Last post
by Koding
- I am having an issue with Symbol MC 9000 series handhelds, a vb.net program and our web service. There is a Web reference to the web service in the project. There is a module with a sub class that connects to the web service when the program first starts on the handheld.
The actual problem is that for some reason the handhelds will just disconnect from the web service seemingly at random. I
-
- SendInput and newline
by JR Lyon
- 3 Replies
- Last post
by JR Lyon
- Does anyone know what value to send to get a newline with SendInput I've tried the following:
kiDown.wVk = 0x0A
kiDown.wVk = 0x0D
kiDown.wVk = 0x0A0D
None of these seem to work I just need to know what to set the virtual key as...
-
- Constantly having to repair Compact Framework 2.0 SP1. Is it because I recently installed NET 3.0?
by ebrian
- 1 Replies
- Last post
by Ilya Tumanov
- An application targeting CF2.0 SP1 works intially. When I try to run the application again after rebooting the device it says "This application requires a newer version of the Microsoft .NET Compact Framework than the version installed on this device". Checking the installed programs shows that the compact framework is still installed on the device. I've recently installed the .NET 3.0 F
-
- Pocket PC - threading
by Smashone
- 4 Replies
- Last post
by Anonymous
- Hi!
I'm currently developing system for a restaurant.
I'm working on a waiter application which is working on pocketpc.
I have such situation - waiter sends orders to a cook. Cook replies when the order is ready to pick. And I have to do a notification to the waiter when the orders status is changed. Orders are kept in a database.
I did it by starting additional thread on pocketpc whic
-
- Windows Sidebar gadgets don't appear
by ClaudeGarneau
- 1 Replies
- Last post
by Andy E
- I wanted to try my hand at creating a sidebar gadget. The idea is to link to a French Web site that has a daily prayer and mediation thoughts (sounds corny, but hey, it's a big part of my life). Anyhow, I created the directory in my gadgets path (%userprofile%\appdata\local\microsoft\windows sidebar\gadgets), and created a directory called Priere.gadget. I then created the xml and htm files in Not
-
- Windows Mobile Device Center SDK - where to find?
by Klaus Prückl
- 1 Replies
- Last post
by Zero Dai - MSFT
- Hi,
we have a product on the market that uses an own ActiveSync provider for synchronizing data. Now with the release of Vista this provider doesn't work anymore with WMDC on Vista.
The ActiveSync SDK has always been part of Windows Mobile SDK, so we were eagerly waiting for Windows Mobile 6 SDK, but today I must register, that only the ActiveSync SDK is included.
So where do we find a W
-
- Subscribe to TIME events
by paVF
- 8 Replies
- Last post
by paVF
- Now that I now how to retrieve the TIME registry value from my mobile device thanks to the answer to my previous post, I want to get subscribed to TIME events and exec a call back function. I know that I can get subscribet to every event produced in the device related to time values (according to MSDN doc, the event is fired every minute). But I want to pass a NOTIFICATIONCONDITION to the Registr
-
- Device not connected
by Syed Mazhar Hasan
- 7 Replies
- Last post
by AndrewBadera
- Hello every one!
i am very new to Windows Mobile development. My problem is, I am unable to deploy files from my Visual Studio 2005 to my WIndows mobile based Pocket PC. When i run any Pocket PC application on Emulators, it works fine, but when i choose to test on device, then VS says device not connected where as, the Device is connected through Active Sync ver 4.1.
I have I-mate JAMin