-
- Notification buttons
by Aximili
- 4 Replies
- Last post
by Aximili
- Hi, How do I implement one or both buttons of the notification balloon created using .NET CF (Microsoft.WindowsCE.Forms.Notification) At least I would like a Dismiss button like the normal notification, without having to do it in the HTML. Thank you in advance.
-
- threading
by SPESHOW
- 7 Replies
- Last post
by ScubaSteve20001
- i had an error in this line. may i know how to correct it..
threadField.Join( new System. TimeSpan (MiliSeconds * 10000));
-
- Convert object to arraylist
by Aleodor
- 6 Replies
- Last post
by AAC, Inc.
- Hi there... i am developing an application for smart devices.
In my code i am consuming a webservice which returns me an arraylist.
In my part of the program i want to use the returned arraylist through a list of operations...bla bla
But i cannot assign the returned arraylist to another arraylist (which i can use without calling again the webservice) from the program, and i am receiving t
-
- Switching Locale through Gadget
by bilabi
- 1 Replies
- Last post
by Andy E
- Hi, I was wondering whether there is any function/method in js that allows the user to switch the locale EG from en-Us to zh-HK i was looking at : int GetLocaleInfo( LCID Locale , LCTYPE LCType , LPTSTR lpLCData , int cchData ); BOOL SetLocaleInfo( LCID Locale , LCTYPE LCType , LPCTSTR lpLCData ); http://msdn2.microsoft.com/en-us/library/ms776270.aspx How does these two work Thanks
-
- Serial Port DataReceived Event in .Net 2.0
by jebrown
- 14 Replies
- Last post
by Simran Jindal
- Hi there, This is driving me crazy, I cannot seem to get the DataRecieved event to work on the Pocket PC using the new serial port class in Visual Studio 2005 with C#. The DataRecieved event just never seems to be called. I can write data to the port just fine. Here is some very simple sample code that reproduces the error:. using System; using System.Collections.Generic; using System.Component
-
- Astoria Roadmap
by Prunier
- 2 Replies
- Last post
by Ben Hayat
- Hy,
This Forum says that Astoria is moving to Production release.
Is Astoria part of EntityFramework or is it a brain new project
Is there any Roadmap
What about Astoria with Orcas, EF...
When is the next release
Regards
Brice Prunier
-
- well I have developed a gadget
by Lobosdesigns
- 13 Replies
- Last post
by ToddOs
- but having trouble submitting it
I posted is here http://lobosdesigns.com/dragonhunt.gadget
how can I submit it
-
- Loading Resources From DLL
by Raj Shukla
- 1 Replies
- Last post
by Achal
- Hi All,
I am currently working on a Windows mobile 5.0 application.I have made a dll which contains a string table.I want to load strings from that table using a function named
TCHAR* CResAssembly::GetResString(HINSTANCE &hInst,DWORD nStringID)
{
if (!nStringID)
return NULL;
if (!LoadString(hInst,nStringID,m_szLoadedString,MAX_PATH))
{
DWORD err = GetLastError()
-
- CreateProcess issue on Samsung Blackjack
by Yagyesh
- 10 Replies
- Last post
by Yagyesh
- i have a homescreen custom dll that launches an external process( i.e part of my application) using CreateProcess api. On all the devices that i have tested this implementation, the CreateProcess executes successfully and my process gets started and runs. But on samsung blackjack my process does not start even after CreateProcess returns successfully with error code 0(i.e. ERROR_SUCCESS). i tried
-
- 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
-
- Overrides Datagrid NetCF
by manudo
- 9 Replies
- Last post
by manudo
- Is that posible to find the same sample, about override datagrid columns by Ilya, but in vb.net
http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx
-
- Gadgets that I would use..
by CoryR3333
- 0 Replies
- Last post
by CoryR3333
- 1. Live messenger that works well. I have tried 2 and they crashed or hung the sidebar. It would be cool if you could also manage existing conversations in the side bar instead of cluttering up the bottom windows bar.
2. One note 'side note' instead of the sticky pad, that way notes are collected and indexed in OneNote
3. A domain name whois checker that was small and sleek.
4. And a s
-
- Help "Your gadget doesn't seem to work in Spaces after it's been installed"
by Diveboy
- 2 Replies
- Last post
by Chris Butler - MSFT
- Hi all, I get the error "Your gadget doesn't seem to work in Spaces after it's been installed" back from Microsoft when I submit my gadget. As i'm a total n00b to gadgets can someone please tell me what that means and what to do to fix it. I've uploaded the gadger here for you to see Thanks
-
- problem with packaging rss feed gadget
by rumremix
- 4 Replies
- Last post
by rumremix
- Built an rss feed gadget with help from this forum. Works great on my box. Installs fine on my box. When I package it, it installs fine on two other Vista boxes it was tested on. However, on a fourth box, it installs fine, but no feed. Note that this is a separate problem from the runtime error noted in my previous post. this one has no error. Just won't connect.
As a test, I emailed this
-
- How to get a reference to a bitmap resource.
by Mike Anderson
- 2 Replies
- Last post
by Mike Anderson
- I am a beginner with the MS eMbedded Visual C++ development environment. Please help me understand how to get a handle to a bitmap.
I'm trying to display simple bitmap images in a dialog, and I can't figure out how, once I have created bitmap resources, to refer to those resources in a useful way.
Using the resource editor of the eVC++ environment I can create resources for m
-
- Get the file path of the selected object
by namllat
- 2 Replies
- Last post
by namllat
- In the file explorer, how to get the file path of the selected object
In the folder:
\WINCE500\public\shell\oak\hpc\ceshell\UI
I found some related code, but not sure how to use it.
UINT uItemCount = 0; LPCITEMIDLIST * aPidls = 0; aPidls = m_pShellListView->GetSelected(&uItemCount);
Is m_pShellListView the selected object
Thank you!
-
- ContextMenu
by martin kaldma
- 1 Replies
- Last post
by Dan Elliott - MSFT
- Hi all! I've a custom control as a list that I've created myself. Now I want to assign a ContextMenu to this control but the problem is that I am using the OnMouseDown event to handle clicks on the list items and perform some methods based on which item being clicked (calculated by the mouse coordinates). Now as I said I want to show a ContextMenu using the same method, or should I do it that way
-
- porting apps from the windows mobile 2003 sdk to win 5.0
by Panos_gr
- 9 Replies
- Last post
by Panos_gr
- Hey all, at first i thought that this question shouldn't be published on this section but as it seems it is the most relevant one. I have written an application using the pocket pc 2003 in VS and the .NET CF 2.0 (with SP2) and it is running perfectly on my ipaq 6340 running win 2003. If i buy a new device running windows mobile 5.0 (or later win mobile 6.0) will my application be able to run w
-
- About Symbian
by Doga Oztuzun
- 2 Replies
- Last post
by Anonymous
- Hello, We cant develop a project for symbian os with .net without 3rdParty tool. there is appForge crossfire to develop symbian app with .net but it is expensive and it shows its logo and doesnt include all fetures. so I dont trust them what does Microsoft think about symbian becouse if u want to develop a project for people in street... they dont have PDA : ) and symbian is growing..
-
- MSMQ installation on windows mobile 5 ¨C Urgent
by Anat Oren
- 9 Replies
- Last post
by Ilya Tumanov
- Hello,
I have I-mate Smartphone, with operation system: windows mobile 5.
I¡¯m trying for quite to install MSMQ, as following:
http://msdn2.microsoft.com/en-us/library/aa450030.aspx
1. run MSMQ cab
2. run visadm.exe
-> run install
-> run registry
3. Soft reset
4. run visadm.exe -> status
5. get error
-
- How to make transparent background clickable?
by John Hax
- 3 Replies
- Last post
by John Hax
- There are some transparent areas in my gadget background, because my boss think it's cool... which treat me crazy, becasue all transparent areas are not clickable, and when i move mouse from non-transparent area into transparent area, event onmouseout is fired. Is there any method can make it clickable and not fired onmoustout
-
- Extending Context menu for Windows mobile 5.0 Samrtphone Contacts
by Kamii47
- 14 Replies
- Last post
by Kamii47
- I have a Cab project which extends contact's contextmenu items. But When I installed the same cab file on smartphone it installed successfully but contextmenu items remains same Could there be any change in the installation file. this is my ini file to built the cab file [Version] Signature = "$Windows NT$" Provider = "MyProject"&
-
- MessageBox Problem
by Neha Goyal
- 10 Replies
- Last post
by Neha Goyal
- Hi to everyone,
I am working on CF 2.0.I am creating a mobile game which i want to show in different languages.I am doing this through Resources Files of different culture.
But i am also using messagebox at some place ,which is as follows:
DialogResult result = MessageBox .Show( "Are you sure you want to restart the game" , "Restart Game" , MessageBoxButton
-
- Windows Mobile 5.0 executable 20% larger after installing VS 2005 SP1
by glob
- 2 Replies
- Last post
by glob
- I have recently installed SP1 for Visual Studio 2005, and have found that the Windows Mobile 5.0 executable I'm building has grown quite significantly:
- Pre SP1: exe size was 4.10 MB
- Post SP1 : exe size is 4.82 MB
Nothing else has changed that would account for this difference.
I wondered if this change in size might be due to different handling of compiler settings, e.g. C++ exce
-
- Remote Data Binding
by jon_c04
- 4 Replies
- Last post
by Ilya Tumanov
- I have a windows application that writes to a sql express database, is it possible to have an application on a ppc to run a query on that database and display the results in a datagrid Is it possible for my windows app to directly communicate with my ppc app
(eg. tell it to update its datagrid when new data is added to the sql express database)
im running windows mobile 5.0, sql server mobil