-
- <img> not working , whyyyy
by bilabi
- 14 Replies
- Last post
by bilabi
- Hi I've been trying for days trying to add a <img> onto part of my gadget but all i get is the X image display. I opened my html page in both IE and firefox, and it displays fine. here's my code html ------ <body onload="updateImage(document.getElementById('logo')); getHTTPObject();"> <div id="panel" > <table border ="1" width="130"
-
- Send MMS via PC to Mobile
by Kihat
- 10 Replies
- Last post
by Ilya Tumanov
- Hi! Does anyone knows how to send MMS cia PC to mobile using C# I need to create the MMS from the PC and use the mobile connected to the PC to send MMS to my mobile. Any ideas how to do it
-
- Problem running application on Win CE device
by Kumaran A
- 4 Replies
- Last post
by Kumaran A
- Hi all,
When am deploying my windows ce 5.0 device application .cab file into the device
am getting the following error.
This application (Application Name) requires a newer version of the Microsoft .Net Compact Framework than the version installed on this device.
Can anyone help me to figure out this problem
Thanks in advance!!
Kumaran A
-
- Make Visual Studio deploy my library CAB instead of the Assembly during a deploy?
by Frederic Aubry
- 2 Replies
- Last post
by Frederic Aubry
- Here is an issue I have been trying to solve.
I have Device Class Library Assembly. MyLibrary.dll. Signed, etc.
I have a CAB file that deploy this assembly into the Device GAC plus additional files (licensing, helps, etc.)
I have an install executable that install my library on a developer machine as followed
copy under c:\MyLibraryFolder\
MyLibrary.dll
MyLibrary.ini
MyL
-
- Real Estate Data
by ArtGirl
- 1 Replies
- Last post
by Andy E
- Noob questions:
Currently we have a website that searches our MLS for real estate listings using PHP and mySQL.
I want to create a gadget so users can enter a zipcode in the settings and see our listings via a slideshow in the sidebar.
I'm a little new at the httpRequest methods so I wonder if you folks could steer me in the right direction.
Does anyone have any code exampl
-
- Problem with Cursors.WaitCursor
by ReinerZ
- 3 Replies
- Last post
by Finkster
- Hi all,
I'm currently developing an application (Windows Forms) that has a function, which
needs 5-10 secs to perform work.
A bit too long, to provide no feeback to the user.
So I have embedded the function-call with:
try
{
Cursor.Current = Cursors.WaitCursor;
this.Refresh();
LongFunction(...);
}
finally
{
Cursor.Current = Cursors.Default;
this.Ref
-
- Windows Mobile 5.0 - Saving and Loading Text
by knxrb
- 2 Replies
- Last post
by Michael Koster
- I need some help please.
I need some code that will save some text from some label's into a single text file(data.txt) and save it onto a Windows Mobile 5.0 pda.
It needs to save in this format:
label1.text
label2.text
label3.text
label4.text
label5.text
label6.text
label7.text
label8.text
label9.text
etc...
I also need some code for a normal visu
-
- Does Visual Studio Standard Edition support debugging a mobile device in the cradle
by bradaker
- 1 Replies
- Last post
by Ilya Tumanov
- I am researching the purchase of Visual Studio 2005 and the specs say that both Standard edition and Professional edition support mobile device development. However, the Standard edition specs also say that it only supports "Local" debugging. Does that mean I cannot debug a mobile device in a cradle connected to the PC via USB cable, and instead have to be able to run the program in the
-
- how to determine if a Bluetooth device (of a certain profile) is connected?
by The PocketTV Team
- 5 Replies
- Last post
by Christopher Fairbairn
- Could someone points me to a C++ tutorial or sample code showing how to determine if a Bluetooth device (of a certain profile) is connected
e.g. i would like to determine is a Bluetooth stereo headset (profile A2DP) is connected.
Also, can the State and Notification broker be used to be notified when a Bluetooth device gets connected/disconnected
-
- Help!!!!Who know about the memory limit problem On Windows Mobile 5.0
by lawrence ZR
- 6 Replies
- Last post
by lawrence ZR
- We developed a application on windows mobile 5.0.One of it's features is to play audio files. We did it by hosting Window Media Player Control in our project.By default, WMP control only suppurt wma and mp3 audio formats on WM5.0.When playing other formats (like aac,3gp,mp4,amr,midi and so on),the WMP control will load neccessary dll which provided by Hardware Vender . The problem is that,after bu
-
- Starting an Email in C# code like typing 'mailto:xx@yyy.com' in Internet Explorer mobile
by AndreLitfin
- 1 Replies
- Last post
by AndreLitfin
- Hello!
I'm writing a Windows Mobile 5 application in C#. Now I try to create a button on which a user can click and the email program starts. If I type 'mailto:xxx@yyyy.com' in Internet Explorer Mobile address the mail program is started. But I didn't find out how to do this from the code of my application. Can anyone help me
-
- MSMQ Over http in .net cf 2.0
by Deepthi Rao
- 14 Replies
- Last post
by Deepthi Rao
- Hi,
I am trying to use msmq over http (or srmp) in a smart device application (.net cf). I have been able to send messages over http in a desktop application ,but I am not able to do the same in .net cf. Is msmq over http supported in .net cf 2.0 For Windows Server 2003 I had to install a msmq over http component , is there something similar that needs to be done on the device/emulator Am I
-
- Windows Mobile 5.0 - Visual Studio 2005 Help
by knxrb
- 2 Replies
- Last post
by Ilya Tumanov
- I need help please. I have a phone that has the Windows Mobile 5.0 software on it. I need to know which type of application to use to create an application for the phone. My choices are: Pocket PC 2003 Smartphone Windows Mobile 6.0 The phone model is: Orange SPV M3100 Please help! ----- knxrb
-
- need a scrollable toolbar
by HariAdu
- 2 Replies
- Last post
by HariAdu
- Hi,
I need to add more buttons to the toolbar on the form dynamically. But as the number of buttons increases, the new buttons would be added, but not visible( as it exceeds the width of the form). Is it possible to make the toolbar scrollable, so that I can be able to access the buttons that are added to the right, but are hidden
Thanks, Hari
-
- Problem initializing RAPI
by Waqas Danish
- 5 Replies
- Last post
by Waqas Danish
- Hello, I need to initialize RAPI in a VC++ MFC application using Visual Studio 2005. I have included the "rapi.h" but cannot find a way to link to rapi.dll . Whenever, I try to build my project, the following errors come in my way. 1>TestDlg.obj : error LNK2019: unresolved external symbol _CeRapiUninit@0 referenced in function "void __cdecl Test(void)" ( Test@@YAXXZ) 1>Te
-
- Program Create is a newer verison of the .NET Compact Framework than then version on mobile device
by ELEV
- 14 Replies
- Last post
by jeff_msft
- Hi all,
I am trying to find out how to install mobile applications on a pocket pc, that is run on windows mobile, using a wireless network. I have visual studios and I am developing applications for my Dolphin 9551 but my Boss is asking me find a way to transfer the applications to the pocket pc using the wireless network and not the active sync or having to connect it directly to a pc. I w
-
- System.Shell.knownFolder/knownFolderPath - do they work?
by Jon Abbott
- 12 Replies
- Last post
by Jonathan Abbott
- Using either knownFolder or knownFolderPath in the following code just produces the error "automation server can't create object". Has anyone managed to use either of these functions successfully <html> <head> <script language="javascript"> try{ var p = System.Shell.knownFolderPath("My Documents"); } catch(err) {System.Debug.outputString(err.name+" - "+err.message)} </s
-
- Programming for GPS
by Leilas
- 2 Replies
- Last post
by Leilas
- Hi, I'm writing a device application using Visual Studio 2005 (VB.NET). I need to read the geographical position of the user in my software and store it in database as the user travels and inserts new data. How can I use GPS features in my application Any help would be greatly appreciated,
Leila
-
- Is there any way to change the font of accumulator of Windows Mobile 6 Professional?
by ShawnChen
- 2 Replies
- Last post
by ShawnChen
- There is any way to change the font of accumulator of Windows Mobile 6 Professional
I want to change the font of accumulator in func of "PHExtGetPhoneControlMetrics" but I find a comment in "PHCanvas.h":
"The font settings (Nm, Ht, It, Wt, and Cs) do not apply to the WC_ACCUMULATOR."
Is there any other way to do this or can this be supported in th
-
- Why it takes lot of time to move from one page to another page?
by Malleswar
- 1 Replies
- Last post
by AndrewBadera
- Can any one tell why both CF1.0 and CF2.0 takes lot of time to
move from one form to another form (to load a form) in emulators. Is
there any idea to speed up this. I am already thinking reducing forms
and keeping all in single form and to use visible true or false
according to the selected option. But can one tell me any other
way to speed up my application. I will be really happy If you can
-
- error when making .cab
by Mitch5713
- 3 Replies
- Last post
by Ilya Tumanov
- Been trying to create a .cab file to no avail here is the ereror code:
Warning: Section [RegKeys] has no data Warning: Section [DefaultInstall] key "AddReg" - there are no section entries to process Warning: Section [Shortcuts] has no data Error: CAB file "C:\Documents and Settings\Mitch\My Documents\Visual Studio 2005\Projects\DeviceApplication4\SmartDeviceCab1\Debug\SmartDevic
-
- WebException / ConnectFailure on reading web page
by Brad565443
- 6 Replies
- Last post
by Brad
- I have a very simple C# .net 2.0 application for my pocket pc that calls a URL and just displays the text in a messagebox. Everytime I call the URL I get a ConnectFailure but I can open up IE and access this page without any problems. This file only contains the text "Blank File". Does anyone have any ideas why this will not connect
Code Snippet
string strResponse =
-
- Pocket PC and Bluetooth in cars
by GTS550810
- 1 Replies
- Last post
by Ilya Tumanov
- I'm trying to get a stable bluetooth connection with my car using O2s version of the Q-Tek 9100. System conncts OK but loses 'docking' whenever phone leaves car and won't automatically re-dock. Car manufacturer says should get full function with Microsoft windows mobile 5.0 OS 5.1.70 (Build 14402.1.1.0). Phone is currently running 5.0 OS 5.1.195(Build 14847.2.0.0) 1996-2005 which I presume is an
-
- Failed to open VPC Network driver Vista Enterprise RTM
by John123
- 4 Replies
- Last post
by Mohit Gogia
- Hello,
I have just upgraded to Vista Enterprise RTM and now when I try to open WM 5.0 device emulater (Selecting connect) I get the message below. Is there a fix out yet I did install the windows mobile device center, as well as the Virtual Machine Network Driver for Microsoft Device Emulator ( http://www.microsoft.com/downloads/details.aspx FamilyID=dc8332d6-565f-4a57-be8c-1d4718d3af65&di
-
- Switching between landscape/portrait
by Proxima
- 4 Replies
- Last post
by JamesSexton
- I am trying to switch between landscape and portrait mode. Trouble is GetClientRect() always returns the original size (ie, orientation), and not the new size.
What gives
Mike