-
- Image PReview
by computerpro2
- 5 Replies
- Last post
by computerpro2
- Hi, I need to know how to use an image preview script in the settings.html part of my gadget, because i added the ability to change backgrounds of the gadget it would be nice if i could use an image preview script to show the background before applying it to the gadget. please let me know guys!! TIA for all your help.
-
- Gadget With PHp
by dave6901
- 4 Replies
- Last post
by Jonathan Abbott
- Is there a way to use .php instead of useing .html
I have a code that I would like to use but its from a php script
$url="www.YourSourceURL.com"; //replace with the full URL you wish to fetch the data from preg_match("/^(https :\/\/) ([^\/]*)(.*)/i", "$url", $matches); $domain = "http://" . $matches[2]; $page = $matches[3]; $fd = fopen($domain.$page,
-
- Capturing data from browser
by tkroll
- 4 Replies
- Last post
by Andy E
- Hello,
With the new browser security is it possible to grab text or URLs and put it into a gadget Maybe via a custom right-click menu or similar
Thanks, Ty
-
- Timer problem in Windows Mobile 5
by João Paiva
- 2 Replies
- Last post
by Joao Paiva
- I am developing for Windows Mobile 5.0 an application running in today screen
I have a timer with 1 hour timeout to execute an update. (I already tried with less time, like 30 min or even 5 min).
I can't understand why, but it seems the timer never fire when the PDA is in standby mode. I can be wrong but my guess is for standby mode in the PDA. Anyone knows if the standby mode in PDA
-
- Problem in getting outgoing call event
by Prashant_611
- 4 Replies
- Last post
by Prashant_611
- Hi All Experts, I am developing an app on WM5 smartphone which should get an event when there is an attempt to make call, I also need to get dialed number so that when there is an event of outgoing call (PHONECALLCALLING), app will be able to disconnect that call and dial to predefined number and send data(i.e. dialed no.) to destination (predefined number) device.
I need to use Using the Sta
-
- issue with WM6 default LAP
by Isaac Brock
- 4 Replies
- Last post
by VAAN
- First I use the default password LAP on WM6 and set a PIN of "1122".
Then from a test app I call CheckPassword(TEXT("1122")).
- On WM5 the call returns TRUE as expected.
- On WM6 the call returns FALSE and I don't know why.
There is a password set but I don't know what it is.
This means on WM6 I cannot install a custom LAP that uses SetPasswor
-
- CVTRES : fatal error CVT1109
by Stefano Malavasi
- 4 Replies
- Last post
by Stefano Malavasi
- Hi,
when I compiled my application (target device is Windows Mobile 5.0 Pocket PC) with VS 2005 Pro I got the following error:
CVTRES : fatal error CVT1109
Everything works fine if I compile in release
Can someone give me a suggestion
Thanks in advance
-
- OpenNETCF.Desktop.Communication and Windows Mobile 5.0
by rwerner
- 2 Replies
- Last post
by J.Sprenger
- In 2005 I built a great Data Transfer application using C# and VS2003. This provided the bridge between my Desktop application and its companion Pocket PC application. This Data Transfer app has proven to work successfully on every Pocket PC I've tested it with, going back to the old HP Jornada 548 and right up to my own Dell Axim X30. The application makes heavy use of the OpenNETCF.Desktop.Commu
-
- drawing
by indupraveen
- 6 Replies
- Last post
by indupraveen
- hi
in windows CE i've drawn a line using mouse on the form. i've used graphics object.
now i want to save this as a jpeg file. how can i save,using what code in C#
-
- Smartphone - Disable Multiline Textbox Enter Edit Mode
by Drudkh
- 4 Replies
- Last post
by Drudkh
- Hi, does anyone has any clue on how to disable edit mode on a multiline textbox on smartphone I'm programming in VB.Net and I've tried to handle on KeyDown event but it still enters into edit mode when the action key is pressed.
-
- C# Console APP
by Sanjay Jain
- 7 Replies
- Last post
by Sanjay Jain
- Hi All,
I want to make the C# console app which always keeps running on Windows Mobile 5.0 device. My console app is started by vc++ dll by using CreateProcess() API.
The issue is I want to start this exe only once and it keeps running in background.
Any help would highly appreciated.
Thanks,
-
- Outlook ContactCollection ListChanged Event Handler never receives control.
by Dick Heuser
- 5 Replies
- Last post
by Ilya Tumanov
- I am using the following code to attempt to record all Outlook Contacts that are created or changed. However, the Event Handler called Items_ListChanged never receives control on an Outlook Contact creation or change. Any suggestions ---------------------------------------------------------------------------------------------------------------- public static void InitializeListeners() { s
-
- Tray a VB application on Mobile Device
by jmelvin
- 4 Replies
- Last post
by jmelvin
- I am trying to figure out how to Tray a running application using Visual Basic. I have found alot of info and even the sample code for doing such a thing, but they are all written in C.
I would like for the program to start, then then have a button in the Form that will then "Tray" the application, and then when they "click" the Tray Icon it would restore the form.
Any help w
-
- removing the context menu of WebBrowser control?
by Malleswar
- 0 Replies
- Last post
by Malleswar
- Can any one tell how to remove( making visibility fale) of web browser control
and alsol how to scroll down the webbrowser automatically
Actaully I have used to place all incoming messages. when messages
become more automatically scroll bar will appear. but here I want
scroll it down automatically.
like for textbox TextBox1.ScrollToCaret();
Thanks in Advance
-
- Text to Speech
by cybervedaa
- 3 Replies
- Last post
by azvw
- Hi, can anyone tellme how to create a simple program that converts text to speech I have used SAPI to do a similar program on my desktop. But the problem with WIN CE is that it does not have an inbuilt TTS engine. Can anyone give me a sample piece of code (preferably VC#) that demonstrates how to integrate a third party TTS engine
Thanks in advance,
Cybervedaa
-
- CE deployment program not found
by PXU
- 2 Replies
- Last post
by PXU
- My settings are as follows for Scannerdemo: VS 2005; properties:configuration Active(Release); Platform:Active(Windows Mobile 5.0...(ArmV4I);
Deployment device:Windows CE 5.0 Device.
The build is clean, and the "deploy" from VS 2005 sends the .exe file (via Activesync) to the PA600 and stores it in the "program files" folder.
When I double "tap" on the progra
-
- ShellExecute compile error
by Oridian
- 6 Replies
- Last post
by AlexFeinman
- Hi, I am unable to launch an application with ShellExecute. Basically, this is my code: ShellExecute(0,"open","http://www.msn.com","","", SW_SHOW ); During compiling I get "'ShellExecute': identifier not found" I have included shellapi.h with this: "#include <shellapi.h>" Any help would be appreciated. Thanks
-
- Slide PowerPoint slides through another application?
by mola mola
- 1 Replies
- Last post
by Ilya Tumanov
- Hi mate,
What would be the technologies/tools that can be used to write an application which can control the PowerPoint slide funtions ( backward, forward )
-
- Gadget install (HKLM Install System Service using gadget)
by Diablo_Belgorod
- 3 Replies
- Last post
by ToddOs
- Hello,
We're software developers for small hard disk utility what receive and analyze S.M.A.R.T. attributes for hard drives. Can I ask about how to install our system service throw Windows Sidebar Gadget Is'nt it impossible
So i need access to HKLM (local Machine) and its mean that gadget can be run under user without admin right.
Maybe some one know how to do that. Thank you!!!!
-
- Wifi configuration
by Yack
- 1 Replies
- Last post
by timg_msft
- Hi, I am seearching a way to configure the wifi interface of my Qtech S200 (under ME 5.0), from a small application. I would like to setup the SSID, the WEP key and so on. Is there a way to do that using C# I already looked at the CommManager API but it doesn't seem to be able to do that. Thanks, Yack
-
- is there any ADSI for Pocket PC 2003?
by seng heong
- 4 Replies
- Last post
by Christopher Fairbairn
- Hi,
i am wondering is it possible to query AD object from smart device as i am using System.DirectoryService for Desktop application to access Ad object, but when i implement the same code in pocket pc, looks like System.DirectoryService is not part of the compact framework. any idea how can i achieve the same objective
Regards,
Seng Heong
-
- Device Emulator in CE 6 Suspend Problem
by DJaus
- 1 Replies
- Last post
by Michael Koster
- When running the emulator from CE 6 (V2 of ARM Emulator)and you press Suspend from the Start menu, the emulator disappears fromn the screen, but still runs on desktop (shows in Task Manager).
The only way ( ) to "clean" it up is to :
Kill the process from Task Manager then either
- Exit Visual Studio and reenter etc OR
- Kill csvch~1.exe from task manager.
Not really p
-
- HTC Cavalier qwerty keyboard - enters numbers instead of letters
by StefanK
- 14 Replies
- Last post
by mbaltic
- I have a compact framework 2.0 SP2 based application with several text boxes. For some reason if the application runs on HTC Cavalier, when entering text in the text boxes, for the keys where numbers and text overlap, the text box receives the numbers instead of the letters. The same application works fine on T-Mobile DASH and in the emulators. One difference is that on the Cavalier, the numeric b
-
- Emulating a right soft key press?
by _Stoic
- 3 Replies
- Last post
by vksriSridhar
- I¡¯m trying to emulate a right soft key press, so that the menu automatically appears after a set-timer.
-
- Which version of framework to deploy?
by pshaw
- 1 Replies
- Last post
by Ilya Tumanov
- I have a VS 2005 app that is being deployed to a s3c2440a processor running Windows Mobile 5.0. What netcf cab file needs to be deployed I have tried NETCFv2.wce5.armv4i.cab and NETCFv2.ppc.armv4.cab but I get install errors saying it isn't compatable. Thanks