-
- Toolbox Icon
by millie_w
- 9 Replies
- Last post
by schoeni
- Hi guys,
How do I provide an icon to be displayed when my custom control is added to the toolbox with CF In the full version, its easy:
[ToolboxBitmap .... ]
but this seems to be missing in CF. Obviously it can be done, but having trawlled through here and MSDN, I cant find anything.
Thanks in advance,
Millie.
-
- Windows Media Player 10 on device with streaming problem
by GT_SEAN
- 4 Replies
- Last post
by GT_SEAN
- WMP 10 CF 2.0 put into a form.
used Feinman AxWindowsMediaPlayer interface and player.ctlcontrol.play().
But the content doesnot stream. What can be the problem
used servers: desktop media player 11's media share, UPnP media server. content type: WMV ASF. neither combination works.
Thanks for replying in advance.
GT_SEAN
-
- CAB deployment problem with multi language resources
by Sascha Springer
- 5 Replies
- Last post
by Yilda
- Hello, I have set up a C# project for WM5 which uses 11 different languages. I also have put the strings into the different resx files (de.resx, it.resx, fr.resx, ...) and it works fine while debugging the application. So every resx dll will be put into the correct places in the directory of the mobile device. However, creating a cab setup project for intelligent devices in visual studio 2005 is n
-
- SHSetImeMode
by mohasad
- 1 Replies
- Last post
by Christopher Fairbairn
- hi , wheather its possible to native call i.e p/Invoke SHSetImeMode in .Net Compact Framework 1.0 . if so can anyone provide the link to learn about this , for to implement . will this works in all the devices .. i.e wm 2003 and later .
-
- how to check if the flyout is shown
by Ulrik04
- 4 Replies
- Last post
by Ulrik04
- is there a function to check if the flyout is shown I have tried
function flyout(file){ if (System.Gaget.Flyout.show == true){ System.Gadget.Flyout.show = false; }else{ System.Gadget.Flyout.file = file; System.Gadget.Flyout.show = true; } }
but then i couldn't even open the flyout...
I'm going to use it to a button that both can open and close the flyout
-
- Native C++ App need to shown in Task Manager and to also control OK btn
by mfp_mt
- 13 Replies
- Last post
by billqu
- I have couple of questions (I have developed my apps using Native C++, MS VS 2005, Windows Mobile 6) :
- I want my app to be shown in "Task Manager" as well as in \\Start\Programs
- By default, my app shows OK (== which one can use to close). But, I want my app to just ...sort of Minimize (basically to be running in background) which user can actually "close" eith
-
- Hiding A Pop Up Menu
by orconquest
- 7 Replies
- Last post
by Fritz-SE
- Hey Guys,
So I am trying to hide a pop up menu when another dialog appears. I tried destroying the pop up menu but that is too destructive and that disables the pop up menu all together. I simple want to force the menu back down and hide until the user clicks on the menu again.
I tried forced a phantom screen tap to make the popup menu disappear. But I realized there are too many active area
-
- WMP play video?
by someonerandom
- 2 Replies
- Last post
by someonerandom
- How can I use WMP to play wmv files I can't get an interface to appear... No idea what I'm supposed to do to make "playing space" appear(VB.net 2005)
-
- Error: No UIElementAdapterFactory register for type System.Windows.Forms.MenuStrip
by Saravanakumars38
- 2 Replies
- Last post
by AMG
- Hi,
I am new to CAB.
I am creating shell application with UIExtensionSites for adding menu item.
But it showing error.
Imports Microsoft.VisualBasic
Imports System
Imports System.Windows.Forms
Imports Microsoft.Practices.CompositeUI
Imports Microsoft.Practices.CompositeUI.UIElements
Imports Microsoft.Practices.CompositeUI.WinForms
Imports Microso
-
- .Net CF 2.0 : Compile Error
by kotteesh
- 1 Replies
- Last post
by Ilya Tumanov
- Hello,
I'm in the process of migrating .Net CF 1.0 application to .Net CF 2.0 framework. In the process, i'm getting a weird compilation error when try to build the code which i developed.
Compilation Error:
Error 1 The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=2.0.0.0, C
-
- File download problem over https..
by Satyendra.dhar
- 1 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hi,
I am trying to download a file on ppc-03 using following url. https://servername:httpsport/com.test.download.MobileComponentServlet Application=appname&version=version&type=cab
when I invoked this URL on ppc IE it has saved the file with extension ".MobileComponentServlet" but the actual file is "appname.cab".
I want to download this file as a .cab file o
-
- Streaming Data from a Web Service
by Finkster
- 14 Replies
- Last post
by Finkster
- I am consuming a web service on a handheld that is parsing an XML file. The XML represents table/row/column information which is applied to a SQLCE database. The problem I am now encountering is an OutOfMemory exception because the XML is being loaded into a String object.
The error is being caused because the XML is exceeding the available RAM on the device before all of the data is
-
- Up/Down/Left/right button interchanged & dynamic screen orientation!!
by c#beginner
- 8 Replies
- Last post
by c#beginner
- Hey All!!
I really hope you guys can help me, i've got NO idea, so PLEASE help me
I 've got 2 big Problems related to VB or Windows Mobile 5.0:
1. The Hardware-buttons are interchanged, so the up-key is down, etc...
My Code:
private void Form1_KeyDown( object sender , KeyEventArgs e)
{
if ((e.KeyCode == System.Windows.Forms. Keys .Up))
{
// Rocker Up
/
-
- What is the best way to do chainning memory release?
by nguyentanbao
- 3 Replies
- Last post
by ToddOs
- Hi,
Suppose I have:
a = document.createElement("div"):
b = document.createElement("input");
a.appendChild(b);
a.appendChild(document.createTextNode("Hi"));
p_elSource.append(a);
In the dipose function, I release:
a = null;
b = null;
p_elSource.innerHTML = "";
p_elSource = null;
But I found that, not all the resourc
-
- Debugging DLL...
by N B
- 3 Replies
- Last post
by Ilya Tumanov
- Hi All,
How can i debug a dll from my application written in C#. Dll is written in native code. I did not able to debug both simultaneously. I have checked the forums but did not find the solution.
thnx
-
- docs broken for System.Shell.* ?
by Luis Miguel Abreu
- 0 Replies
- Last post
by Luis Miguel Abreu
- hello guys.
Are the docs broken for instance, i've just lost about 30 mins trying to enumerate the contents of a folder (in order to copy them to another place). I was able to get a reference to the folde r through the System.Shell.itemFromPath method but never managed to get the parse method to work.
Another problem was getting the items that existed inside a folder. the only way to make it
-
- Transparent control problem
by Kart_lin
- 1 Replies
- Last post
by Christopher Fairbairn
- Hello , I know CF does not support transparency. I tried to build a transparent panel but the problem is, i get a white background and also there seems to be a lot of flickering happening when a vertical scroll bar is used. I am dynamically drawing picture box and labels on the panel. I dont know where i am stuck. Code: public class TransparentPanel : Panel { private bool bPaintO
-
- TextWrap not working on WinCE devices ....
by lucas447800
- 2 Replies
- Last post
by lucas
- Hi all, For my application i have build a custom picture button class. To draw the text on my button, i use the Graphics.DrawString() function with a rectangle to specify the bounds of the text. When i run this application on a PC, everything works fine, the text is drawn correctly with TextWrap applied if needed. But once i run this on a WinCE5 device, the text is drawn but no TextWrap is applied
-
- Automating UI in smart device applications
by Nisal
- 1 Replies
- Last post
by AlexFeinman
- Hi,
I am trying to automate some GUI application running on a Win CE based device. I need some way to write a test script kind of thing, which can be repeated so many times.
So my approach was to initially get all windows, and child windows handles and keep them in a table along with their control names. I used control names since it seems to be the only thing with which I can uni
-
- random TypeLoadException
by mrbelk
- 14 Replies
- Last post
by Ryan Chapman
- I am having real issues with a TypeLoadException that occurs generally randomly. I've been working on a .NETCF 2.0 app all day, debugging and generally being productive. All of a sudden, with no changes to the assemblies, I get a TypeLoadException on one of the types in one of my referenced assemblies. It's one of my own assemblies, and I checked the manifest and didn't notice anything untoward.
-
- HP iPAQ hw6915 Serial Port Issues
by pstojkovic
- 1 Replies
- Last post
by Ilya Tumanov
- Hello!
I'm using HP iPAQ hw6915 and I want to open the serial port (COM1: ) programmatically.
However, I always get the error message that the port cannot be opened.
The same piece of code works good with the older model hw6515.
This code opens other serial ports (for example BlueTooth port COM6: or GPS port COM7: ) without any problems on hw6915.
Is there any catch with
-
- Optional Server Components
by great1
- 5 Replies
- Last post
by merik
- Hi all. I downloaded the optional server components and extracted it's contents. The lib directories under upnpctrl and upnphost are empty. The include files are getting extracted but not the library files. From where can i get the library files for upnp Thank you.
-
- Using AJAX in Mobile Web Forms
by ParagK
- 1 Replies
- Last post
by Ilya Tumanov
- Hi, I am tryig to use AJAX in one of our Mobile Web Applications. From Visual Studio 2005 it was not allowing me to add JavaScript into the web page. I was successfull in adding the JavaScript using the DeviceSpecific element with ScriptTemplate and Choice filter set to "isHTML32". however, it is not allowing me to call JavaScript functions on any of the events. it is giving error as fol
-
- runtime error when creating new VC++ smart device app
by Chien Lim
- 1 Replies
- Last post
by Chien Lim
- I am using VS2005 version 8.0.50727.42.
I notice in the New Project selection the Smart Device selection for Visual C++ does not have selections for "Pocket PC 2003, Smartphone 2003, Windows CE 5.0 and Windows Mobile 5.0" These selections are available for "Other Languages" like Visual Basic, Visual C#, and Visual J#.
When I try to create a new project in Visual C++ and s
-
- Install Windows CE 5.0 emulator failed.
by BennyWang
- 9 Replies
- Last post
by Y.Emerson
- Hi,
During the installing process of Windows CE 5.0 emulator, which is downloaded from http://www.microsoft.com/downloads/details.aspx FamilyID=a120e012-ca31-4be9-a3bf-b9bf4f64ce72&DisplayLang=en ,
I always get following error message
Error 1606.Could not access network location http://download.microsoft.com/download/7/4/4/744a8606-9c52-4d59-8abb-8ca71ab5f2ab/Data1.cab .