-
- ATL smart device project for mobile 5.0 smartphone
by prome
- 3 Replies
- Last post
by prome
- dear all,
the developing emviroment
vs.net 2005
project type: VC++/smart device /ATL smart device project(supporttng MFC)
SDK:windows mobile 5.0 smartphone
i add a ATL simple object into project, then compile.
compiler show following error..
fatal error C1189: #error : "Windows CE ....
then
i add a line:
#define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA
and com
-
- Pass MainMenu between page
by Jonathan Wong
- 1 Replies
- Last post
by Dan Elliott-MSFT
- I am design to use a mainmenu which can pass itself to one page to another page.
N_CONFIRM and OBSERVATIONS is a menuitem.
Currentf contains a the current form object.
private void N_CONFIRM_Click(object sender, EventArgs e) { Template02 P2 = new Template02(); P2.Menu = this.mainMenu1; P2.Show(); Currentf.Close(); Currentf = P2;
}
-
- 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
-
- Visual Studio 2008 Compact Framework: COM inplace activation supported?
by Willem Swart
- 2 Replies
- Last post
by willems
- Hi,
Will Visual Studio 2008 .NET Compact Framework support in-place COM activation I.e. will it be possible to place a COM object in the Toolbox at design-time using the Compact Framework It seems that Visual Studio 2005 only supports this for Desktop projects, but not for mobile applications.
Thanks
Willem
-
- configuring pocket pc 2003 second edition in vs 2005 to test mobile web applications
by domukajoor
- 7 Replies
- Last post
by maheshjadhav9
- Does somebody know how to configure the pocket pc 2003 second edition emulator that ship with visual studio 2005 to test mobile web applications.
I keep getting the following error message:requested url not found
Here is the url I use:http://localhost/jotali
(jotali is the name of my application folder in IIS under wwwroot)
Thanks in advance
-
- .Net and Debug Output
by Petchey
- 5 Replies
- Last post
by Petchey
- I'm working with .NET/C# on the WM 5.0 and have noticed that I can't get a debug spew to show up in VS2005, it will show up in the console window though. Which is fine, but when I have Active Sync up and the device cradled I get so many +SL_TxIntrEx messages that I can keep track of my debugOut statments. Is there any way to turn this off or is there a way to get the emulator/C# to send the spew
-
- Prevent application send to background using "phone.talk"
by Perry230
- 2 Replies
- Last post
by Andemann
- Hi,
I created a small application that uses the following lines of code to perform a phone call:
Imports Microsoft.WindowsMobile.Telephony
Public Class Test
Private Sub CallSomebody()
Dim oPhone As Phone
oPhone = New Phone
oPhone.Talk(TextBox1.Text + ControlChars.NullChar, True )
End Sub
End Class
After the phone call has ended the app
-
- Flyout on a background click!
by Jadeja_Dushyantsinh_c01c57
- 1 Replies
- Last post
by Jadeja_Dushyantsinh_c01c57
- Hi,
I am new to Sidebar gadget development. I have written small test gadget in which i want to add Flyout upon a background click.
Kind a piece of my code looks like this:
Code Snippet
<body onload="loadMain();" dir="ltr"> <div id="gadgetMainFrame"> <div id="gadgetContentFrame"> <div id="
-
- Ce*UserNotification* blues
by dseifert
- 5 Replies
- Last post
by dseifert
- I've been wasting the last two days trying to get the CeSetUserNotificationEx function to work as I expected it to. On my PocketPC application I use SHNotificationAdd to display notifications about pending events and new messages in my application. Now that I am trying to port the application to Smartphone, I can't use SHNotificationAdd anymore as it is only supported on PocketPC. The one and only
-
- Orientation Aware Control in mobile 5.0
by araamudhan
- 1 Replies
- Last post
by Alex Yakhnin MSFT
- Hi,
I heard about Orientation Aware Control(OAC) which supports the form factor in great style.Since i am new this OAC can anyone help me out by providing information about it. Is there any disadvantage with OAC In what way it provides better feature when compared with anchoring and dock funtionality in cf2.0
Regards
P.Araamudhan
-
- Mobile 5 emulator
by Mike_in_NC
- 2 Replies
- Last post
by Michael Koster
- I'm new to VS2005 and have just installed it. I have installed the Mobile 5 sdk and Mobile phone sdk. Using an article for help I have created an empty form and tried to run it. When I press F5 I only get devices for 2003. I have successfully loaded the app into one of these devices. How do I get the Mobile 5 devices in the list They show up in the Device Emulator Manager and. I can connect to a M
-
- addressing dependency with partial deployment of CF1?
by KitWest
- 1 Replies
- Last post
by Ilya Tumanov
- I discovered that a dll used in our solution has a dependency on mscorlib and System.dll version 1.0.500, while the rest of the solution is upgraded to Compact Framework v2.
Is there some way to create a CAB that includes just those two CF1 files for deployment, instead of requiring all of CF1 along with all of CF 2
Or can I assume that the CF 2 version of these dependencies will b
-
- UCMA Interactivebot example
by pete rowland
- 8 Replies
- Last post
by adeel825
- Hi All,
I've tried using the interactivebot example but can't get it to start successfully.
I'm working against OCS2007 beta, and can connect with communicator; no problems.
I've configured TLS, and AFAIK - no problems..
'Snooper' on the server shows...
CONNECTION:TLS negotiation started CONNECTION:Connection established (In)REGISTER ip im1.boldonjames.com SIP/2.0 DI
-
- Direct3D Mobile driver problem on O2 XDA Flame
by GregQuinn
- 0 Replies
- Last post
by GregQuinn
- Ignoring the fact that the XDA Flame, the first decent handset with hardware graphics acceleration that the Windows Mobile platform has be put on, is being sold without a D3DM driver that's connected to the GoForce 5500 (it utterly beggars belief ), the D3DM driver seems to have problems when setting the a 16 bit depth buffer. Has anyone else come across this problem Thanks Greg
-
- WSAGetLasError() = 120
by ruben_itlp
- 5 Replies
- Last post
by Ilya Tumanov
- Hello everyone. I'm trying make my first program using bluetooth in Visual Studio 2005 for SmartDevices. Well, I'm following the example msdn http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcecomm5/html/wce50concreatingconnectionusingwinsockextensions.asp, but when I run my application this show me a error a moment create socket, in other words, the function WSAGetLastError retur
-
- accessing the winmsd
by iluvconcetta
- 3 Replies
- Last post
by Ilya Tumanov
- will someone tell me how to access winmsd in vista business
-
- Send mail from Pocket PC
by ozhonetech
- 1 Replies
- Last post
by AndrewBadera
- Hi,
I am developing smart device applications by using CF 1.0. I need your help. How to send mail Is there any code to send mail from pocket pc Please send your suggestions or links.
Thanx,
M. GANESAN
-
- Cannot connect own emulator to Vs Studio 2005 and Platfrom builder 5.0.
by whitedeny
- 4 Replies
- Last post
by sgwill
- Hello, I`m attempting to create own emulator image using Visual Studio 2005 and Platfrom bulder 5.0. There are some problems. I tried to use Device Emulator ver 1.0 and 2.0. The results are equals. When I`m attempting to Connect to Device from MS 2005, the dialog appears "To "CE50Emul_Emulator". Connection failed. The parameter is incorrect". I tried to set on "Create text
-
- Device Emulator 1.0 standalone with Windows Mobile 5.0 MSFP
by Anandba - MSFT
- 14 Replies
- Last post
by AlinB
- Hello Everyone,
Device Emulator 1.0 (yes, the same one that released with Visual Studio 2005), is now available as a standalone download from: http://www.microsoft.com/downloads/details.aspx FamilyId=C62D54A5-183A-4A1E-A7E2-CC500ED1F19A&displaylang=en
This release comes along with the OS Image for Windows Mobile 5.0 w/ Messaging and Security Feature Pack (MSFP). Using this OS im
-
- Flyout to the front?
by Chrisull
- 11 Replies
- Last post
by Bruce Williams
- I have a gadget that navigates through a set of XML documents via next/previous buttons. Some of these documents link to a first page with windows media player attached to play an associated video, while some link to a second page which doesn't contain a video. You can navigate backwards and forwards through these pages of the first type, without trouble, but when you click on a link whi
-
- Gadget to call Favorites
by Classicnancy
- 4 Replies
- Last post
by Classicnancy
- I have been trying to make a gadget that will show my links folder in my favorites. I have a gadget made...I tried the basic in the example on the make a gadget page and tried to call that folder or favorites in general. I have no idea what I am missing as this is my first try. Can someone tell me what it needs or make me one I want to show the list of my Links in favorites so I can click it in
-
- Debugging without ActiveSync -unable to get Visual Studio 2005 to cooperate
by Yariv Kimchi
- 6 Replies
- Last post
by Yariv Kimchi
- Hi All,
I need to connect a new device to my computer, and I cannot use activeSync to debug it because it has no usb or com outlets.
I manged to connect it by LAN and pinged it successfully. So i wanted to use my lan connection and work by it on the device.
The device cpu is "Alchemy au1550"
I followed the instructons from this forum :
http://forums.microsoft.com/MSDN/Show
-
- How to play an audio file (.wav) in WM 5.0 SP?
by Valery Zharkov
- 14 Replies
- Last post
by Valery Zharkov
- Hello. In project Visual Studio 2005, Visual Basic, Windows Mobile 5.0
Smartphone, Device Application, I have added an audio file, for
example, drumpad-crash.wav.
On this forum, from Mr. Ilya Tumanov (posts 3313) there is the program,
which in the given project I have written down in such kind:
Public Enum PlaySoundFlags
...
End Enum
Public Declare Function PlaySound Lib "C
-
- What is gadgetContent?
by maekawa
- 3 Replies
- Last post
by ToddOs
- Hello.
I'm absolutely beginner for Windows Sidebar Gadget and is not good at HTML/CSS/Javascript/JScript very much, so far.
I have downloaded Windows SDK to get informatiion about how to make Gadgets and read it now.
Then I have a quetion about gadgetContent which is often used in many sample in SDK .
What is it
I haven't find about it in online help ( I wonder that it is defined an
-
- How to limit the number of rows return by sql server mobile select statement?
by 343244
- 1 Replies
- Last post
by Ilya Tumanov
- Hi all: Does sql server mobile supports "set row count" or "select top" I tried both of the syntax and they both generate parsing error. I would like to limit the number of rows returned by my select statements. Thanks, Stanley