-
- Disable start-button to get into kiosk
by Taggert
- 6 Replies
- Last post
by Anarchy
- Hello, I know that I am not the first asking the question about running a PDA in kiosk mode. What I did by now is to disable the taskbar by running the following line of code [DllImport("coredll.dll")] public static extern int ShowWindow(int hwnd, int nTaskShow); The goals was to disable the start-button by hiding the taskbar. This didn't work out (otherwise I would not write this post...) T
-
- Could not receive SMS
by yeos_lee
- 2 Replies
- Last post
by yeos_lee
- Hi expert, I am trying to use this application to receive SMS. However, when I send a SMS to this application using the callEvent application, the SMS straight away go into inbox without displaying in the 'receive SMS' application. Can all the expert out there help me on this Thanks in advance!
-
- how can i use the webbrowser control?
by HariAdu
- 1 Replies
- Last post
by Mark Ihimoyan
- Hi,
Can any one suggest a good link which
gives complete information on using a webbrowser control. I want to
know
1. How to set the border for the control.
2. How to set the background image for the control
3. How to restrict the context menu from popping up on the control
I tried to set the "background " attribute of the <body> tag and
assigned the string
-
- webBrowser documentText issue
by kentaromiura
- 6 Replies
- Last post
by kentaromiura
- Hello, in my application I have my beatiful WebBrowser control, in the middle of my application i wrote a Menu page using myBeatifulWB.DocumentText = "HTML CODE"; then once i click on a special link (eg. customProtocol://) I need to refresh my page to a new one, so i handle this
Code Snippet
private void myBeautifulWB_Navigating(object sender, WebBrowserNavigatingEventArgs
-
- How can i send a message from one form to another form(smartphone)
by tbmvp
- 2 Replies
- Last post
by tbmvp
- I have a main form with a listview control docked in it, and there is another form in my application include an left button which named "Done". I want to know: when i click the "Done" button, i use "this.close()" code to close the form, but i also want to add some items to the listview control which in the main form and then display them. Should i use the SendMessage(
-
- How do I package the .NetCF with my SmartPhone Application?
by Scott2k8
- 5 Replies
- Last post
by Peter Nowak (Germany)
- I have created a VS2005 smartphone application. It requires the CF2.0. However, I can't find anything on packaging that CF2 with the application installer package.
I don't want the users to have to download a 37MB msi from Microsoft's site as part of the installation. Is there a way to get the CAB files and include it with my application installation
Thanks.
-
- fetching recipient in Pocket PC 2002
by Salman Maredia
- 1 Replies
- Last post
by Srikanth Bogadapati
- Hello,
which API i use for fetching email recipient in pocket PC 2002 plz reply me. if u have code do paste it.
Thanks
-Salman
-
- compact/ mobile databases
by khrisn
- 2 Replies
- Last post
by Augusto Cesar Will
- I am working on a visual studio windows forms project to place on a mobile handheld unit running windows ce.net 2003. I currently have the project linked to tables in an Access database for debuging on my pc. where do i find info/ options on datastores for a remote handheld unit ie. do i need sql server mobile edition or can my oledb datasource be 'compacted' and used on the handheld unit, etc....
-
- Mobile 5 C# Project streaming WMV files
by konaBear
- 3 Replies
- Last post
by konaBear
- Hi,
I'm fairly new to Windows programming and even newer to Windows CE.
Problem:
I need to stream video from a C# application. I need to have fullscreen and Portrait comtrol as well as skinning and stop, start, pause.
Windows media Player was the obvious choice and I created a DLL which is called from the C# application. However I seem to have no control over the events in
-
- Advice about using GPS (port?)
by pkr2000
- 2 Replies
- Last post
by pkr2000
- I'm about to write an application for Windows Mobile (WM) but I'm not sure of what I'm supposed to do. I'm aware that previous versions of WM only allowed one application to grab hold of the COM ports and therefore made it difficult to share the ports. I'm also belive that WM5 now allows multiple applications to share the GPS data. Plus, I assume for backwards compatibility, you can get WM5 to pro
-
- Byte Array to Image..
by sanjay6036
- 5 Replies
- Last post
by sanjay6036
- Hi All , Can aybody tell me how i can convert Byte array to images .I do not have any idea regarding this . and how i can perform Scaling on images ....please i waiting for your reply..
-
- Changing WinCE device language programmatically(Urgent)
by JPheonix
- 9 Replies
- Last post
by shaper
- Hello, I am developing an application which needs to change the User Interface language of my WinCE device to the selected one from my application. I need to change the device language , manually it is done from regional settings,but i have to do it programmatically. Can any one help me out in this ( i need it urgently) Thanks.
-
- SMART FAILURE PREDICTED ON HARD DISK 0: TOSHIBA
by Yazen
- 2 Replies
- Last post
by Yazen
- Hello to all,
I have 2 laptops both are TOSHIBA Satellite M55-S325.
Some times back i switched the HDD and everything went fine, windows started normally. I did it for one day
only just to test something then switched them back to their original places...
Yesterday i started laptop 1, a "SMART FAILURE PREDICTED ON HARD DISK 0: TOSHIBA
MK1032GAXA WARNING: IMMED
-
- Developing app's for WinCE 4.1 under VS.NET 2005
by abanic
- 4 Replies
- Last post
by abanic
- I have developing application for PocketPC under VS.NET 2005 und it works just fine (build&debug). Now I would like to migrate same project for Casio's IT-3000 which runs under WinCE 4.1!
I have manually install .net framework 2 (NNETCF2v2.wce4.ARMV4.cab) onto device and try to deploy project files but it won't work and result with error (device require newer version of operating system).
-
- Windows ce 5.0 on vs2005.... can i access a .cdb file (pocket access)???
by elton182
- 3 Replies
- Last post
by Ilya Tumanov
- Can someone help me... i need to make a program that will run on win ce 5.0 that ll read/write data on a data base pocket access... does someone knows how i do it can i use a ado or something
-
- Refreshing Gadget Content problem
by Byron_SpexFox
- 3 Replies
- Last post
by Jonathan Abbott
- EDIT: I have the gadget refreshing now, but how do I make it refresh only certain elements I'd be great to have just the SSID refresh when needed, or the Signal Strength.
-
- CCommandbar Menu: add popup menu to the menu
by yael876
- 7 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hi
I tried to add a popup menu to the existing menu and I didn't success.
I added simple menu item(not a popup menu item) and it success
Can someone write a code how to do it
Thanks
-
- How to Get Proxy Address on WinCE(C#)
by Rick.H
- 2 Replies
- Last post
by Zero Dai - MSFT
- hi there,
i found the public method WebProxy.GetProxy(Uri) can return the proxied URI for a request. YES, it exactly performed well on windows xp sp2 when i changed for different proxies in IE.
i noticed this method is also supported by .net compact framework. then i tried it on Windows CE 6.0(Device Emulator) , but it didnt work whatever proxies i set.
there's one concern is the proj
-
- Launching a clsid-based control panel
by Todd Saylor
- 3 Replies
- Last post
by Todd Saylor
- Looking at the control panel documents used by settings.exe (for example, rootcdma.cpl.xml), we can see that many control panels use ".cpl.xml" documents but others supply only a clsid value. The file-based control panels can be launched from the command line using a command such as this:
\windows\settings.exe about.cpl.xml
Is there a corresponding command line method that
-
- Sending Messages from a CE Device to PC and back
by BCR
- 12 Replies
- Last post
by Ilya Tumanov
- Hello
Im having problems using MSMQ to send messages from a CE Device to a PC I have created the queues on the 2 platforms but when I try to send a message to or from I get a queue not found error. using server explorer I have verified that the PC queue exists and using msmqadm I have verified the the CE Device queue exists.
output from admadm for the CE Device Status command:
0. DIRECT=O
-
- Problem with Device Emulator
by Winkling
- 7 Replies
- Last post
by Mike Welch
- Hi,
I encountered a problem with Device Emulator in VS2005. When I open Device Emulator Manager, I found nothing in the treeview except a single "other" node. And when I debug an application, the Device Emulator could not be connected. But It works well days before.
Very appreciate you to help me.
-
- Lock Device
by Inferno986
- 8 Replies
- Last post
by Inferno986
- I have a Windows Mobile 5 PDA (Dell Axim X50v). I want to make a program (in Vb2005 using WM SDK) to create a program that locks the device using the method built into windows mobile. That is my first objective. My second objective is to make the app run from the today screen or system tray. I have searched these forums but the only "lock device" related topics are about people making th
-
- Can I develope an MFC application for windows mobile 2005 based smartphone ?
by debdeep.guharoy
- 5 Replies
- Last post
by avinash prasad
- Hi all, Can I write an MFC application for windows mobile smartphone 2005 (i have done for windows mobile 2005 pocketpc before, that works fine). But for smartphone I am facing some problem to get the controls for softkeys in an MFC application. So I am trying with 'Win32 smart device project'. Is this a right approach for developing applications for windows mobile based smartphones. All the s
-
- update messages on screen..
by Panos_gr
- 2 Replies
- Last post
by Panos_gr
- Hello all,
In my application i would like to inform the user about the progress of it.. I have inserted a label at the bottom of my main screen and although i am invoking everything from my main GUI thread i also use event handlers and anonymous delegates..
e.g. on my GUI thread i have
UpdateStatus("Connected to : " + mNetworkAdapters .AssociatedAccessPoint.ToString(
-
- rerieving the status of phone
by mohasad
- 11 Replies
- Last post
by mohasad
- hi all , in my application , i want to handle a following situation . 1. when the incoming call comes , i have to pause my application or the settings should be saved . 2. how to handle the incoming calls .