-
- Automation Server can't create object Runtime Error!
by Nevals9999
- 3 Replies
- Last post
by Bruce Williams
- Here is the problem I have....
I have dll file lang/ C# , now when I try to use "retrun ActiveXObject(progID); "in a function where progID is ProgID of the Gadget Adapter for use in creating an ActiveX object instance, the gadget throws a runtime Error "Automation Server can't create object ". I tried to register dll with regasm and i used also regsvr32 as well but no luck.
-
- Urgent Compact Framework Help
by GJohnston
- 7 Replies
- Last post
by Bruno Yu - MSFT
- I'm developing a windows mobile application that will require me to organize pictures into different directories.
The best solution I can come up with is to have the user hit a "Begin" button and time date stamp it, then when the user is done taking pictures, have him hit a "finish" button. At that point I want to be able to grab all the files that were created in a static
-
- Buillding Openssl
by VenkatRaghavan
- 0 Replies
- Last post
by VenkatRaghavan
- Hi,
I have sucessfully build openssl for win32 & i am trying to use this for a win mobile application , but i get link error. as given below. I think i need to build openssl seperately for win mobile. the
1>stdsoap2.obj : error LNK2019: unresolved external symbol RAND_pseudo_bytes referenced in function soap_rand
1>stdsoap2.obj : error LNK2019: unresolved external symbol
-
- Simultaneous data call and voice call.
by Nitin Here
- 3 Replies
- Last post
by Ilya Tumanov
- Hi,
Is there any possible way to make data call and voice call simultaneously
Regards
-Nitin
-
- Form Load event
by JoeCritter
- 4 Replies
- Last post
by Guang-Ming Bian - MSFT
- I'm sure this is a very stupid question, but I've been surprised what isn't
I have an app with two forms.
Form A: features a grid control giving summary data. MouseDown on a row and you get a menu which can lead you to a modal Form B.
Form B: Lets you edit a row on the grid, but in the Form_Load event it actually loads all of the rows and lets you "scroll through them&quo
-
- newcall event - TAPI & cprog.exe
by slinky112
- 0 Replies
- Last post
by slinky112
- Hi, I'm developing an application for WM 5.0 that sits beside cprog.exe and monitor incoming calls with the help of TAPI. If the caller matches a given number my prog drops the call. The problem is that cprog.exe starts to play the ringtone before my app is done checking the callerid. Does anyone got any idea of how I can prevent this from happening
-
- Image Format
by Uma Bangalore
- 2 Replies
- Last post
by Ilya Tumanov
- Does the Windows CE embedded 6.0 version support inages in jpg format Earlier versions supported only bmp format.
-
- How to determine if phone has SMS capability?
by GrayMatter Software
- 13 Replies
- Last post
by Ali Adams
- Hi. I am using VS2005/VB.Net and CF2 to write applications for Windows Mobile 5 Smartphones.
I'm developing an application that relies on the phone having the ability to send and receive SMS message. I believe (but I could be wrong) that in some countries, and/or with some network providers, that the ability to use SMS is something that must be "turned on" by the network provider
-
- Sending https:// request from .Net Compact Framework Application
by m2abhi25
- 4 Replies
- Last post
by Peter Nowak (Germany)
- Hi All, Im trying to send an https:// request from my .Net Compact Framework Application. In short My code is as follows: class MyHttpsClass { public MyHttpsClass() { System.Net.ServicePointManager.CertificatePolicy = new MyCertPolicy(); } // // // // } class MyPolicy : ICertificatePolicy { public bool CheckValidationResult( ServicePoint srvPoint, X509Certificate certificate, WebRequest request,
-
- SqlException while trying to establish(open) connection to SQLServer 2005 from Pocket PC2003
by GSReddy
- 5 Replies
- Last post
by GSReddy
- Hi
I have same requirement to connect from PPC to SQL Server 2005. I have installed VS.NET 2005, SQL Server 2005 Deverloper Edittion, Active sync 4.2. When I run application on emulator, I am getting sqlexception saying that SqlServer Doesn't exist or authentication failed. Error occuring while opening connection to sqlserver. Do I need to install any other s/ws. I went through help in MSDN for
-
- g:background addImageObject problem
by Andy E
- 2 Replies
- Last post
by Andy E
- I have a g:background with multiple images. On top of that, I have a couple of div tags with backgrounds which cover most of the g:background. When the gadget is initialized, the g:background seems to appear through my divs around the outside edge. It's the same while dragging. Once the gadget is dropped, it looks fine. I have to admit, it doesn't really look that hideous, almost looks like i've d
-
- Blackjack
by Noel Grover
- 0 Replies
- Last post
by Noel Grover
- Hello Everyone, We have an issue with blackjack devices. It appears sound recording subsystems have bugs in the code, as we have all emulators working 100%, even the Q works 100%, thus what is so darn different with the blackjack that it can not run the same software What issues surround the Blackjack and it's implmentation of the WM5 SP OS Thanks, Noel Grover
-
- Merge replication
by Prathima1981
- 5 Replies
- Last post
by Prathima1981
- Hi,
Iam working on an application where i have to transfer data to directly to Sql Server from pocket pc database.My doubt is that is it not possible to replicate data without using IIS.For merge replication and RDA is IIS mandatory as my PM says not to use IIS. can anybody help in this regard.
Thank you
-
- Tab Control Appearance and Alignment
by rcbextol
- 5 Replies
- Last post
by Guang-Ming Bian - MSFT
- I am using a tab control container and I want to set the appearance property to FlatButtons and the Alignment property to Bottom but it won't let me do it. Does anyone know why this doesn't work I noticed that if I set the Alignment to Top it does work but I would really like to have the buttons at the bottom.
Thanks,
Rob
-
- regarding the storage of permanent values
by mohasad
- 5 Replies
- Last post
by Prashant Kapoor
- hi all, since i am new to C# programming , i had the following doubt . in J2ME there is RMS to store permanent values like game scores , settings etc . is there any option available in c# for smartphone . if not what are the ways we can store the permanent value . thanks sadiq
-
- ATL project for WM2005
by Vassilux
- 7 Replies
- Last post
by avinash prasad
- Greetings,
I try to move ATL project (VS2005) from WM2003 to WM2005.
Compiler gives out following errors:
C: \Program Files \Microsoft Visual Studio 8 \VC \ce \atlmfc \include \atlcommem.h (71): error C2039: ' CoTaskMemSize ': is not a member of ' ` global namespace "
C: \Program Files \Microsoft Visual Studio 8 \VC \ce \atlmfc \include \atlcommem.h (71): error C3861: ' CoTaskMemSize
-
- how to shift focus programatically in textboxes
by itsRashmi
- 1 Replies
- Last post
by Peter Vrenken
- Hello
We need o implement focus shifting on form programatically , for that we need to capture up and down keys.
my question here is if focus is inside the textbox how to capture up/down keys as they keydown event of textbox does not appear if we press those keys. It just moves the focus to the next control.
secondly it is also not possible to get that in form's keyevent if we go for .net
-
- i cannot validate a textbox when a user click on another tab
by Panos_gr
- 10 Replies
- Last post
by Panos_gr
- Hello all,
unfortunately similar questions have been posted but i couldn't find an answer to my problem. I have posted this also to the Windows Forms General forum but there are a lot of limitations on the CF and thus i was adviced to repost here
I am validating correctly some data in a textbox when a user clicks on another textbox of the same tabControl... If user entered invalid da
-
- Changing IP of Pocket PC
by Leopard2A5
- 7 Replies
- Last post
by Leopard2A5
- Hello!
I've got a Pocket PC with Windows Mobile 5.0 and .NET Compact Framework.
I'd like to write a program that can change the IP address, DNS, Gateway Addess and so on.
Question: Is it possible to do so in WM 5.0 and / or .NET Compact Framework
I've read it's possible with WMI on Win XP, but i'm really not sure if it is on the PPC.
Please Help!
-
- Windows Message 0xC003 ( 49155 )
by Shivakumara V
- 3 Replies
- Last post
by Michael Koster
- We are writing an pop up application on windows mobile phone (pocket pc) . Let us take the following scenario. 1. Open our application. 2. Open Internet explorer. Our window will go to background. At this stage if I press the VK_TEND/VK_F4 key ( red button on the phone ), our window gets the message "oxC003"/49155. But we are not able to figure out what message is this. Please let us kno
-
- Send more than 160 characters SMS (in VB.NET + Win Mobile 5.0)
by HongPuay
- 5 Replies
- Last post
by hemananth
- Hey,
Is it possible to send a SMS, which consists more than 160 characters without writing extra coding
Below are part of my coding:
Dim msg As SmsMessage = New SmsMessage(phone_txt.Text, message_txt.Text)
phone_txt and message_txt are two textboxes in my program.
In case, the end users type more than 160 characters in the message_txt Textbox, would i
-
- Multilanguage gadgets
by amiune
- 2 Replies
- Last post
by amiune
- What happens if you make a gadget with two folders, en-US and es-ES, and it is installed on a machine with other configuration, ja-JP for example. Wich configuration it takes en-US, es-ES or doesn't work .
-
- how to View web Gadgets on local machine?
by Prakul
- 3 Replies
- Last post
by Arthur Wyatt
- Hi All,
I just downloaded the sample web Gadgets from http://microsoftgadgets.com/livesdk/docs/default.htm .
According to the document, I need to add the Hello World gadget to live.com. Unfortunately I'm not able to do that.
Is it possible to open the Hello world gadget in the local machine, may be through some tool or on IE
waiting for reply,
Thanks,
Prakul.
-
- How to catch serial port exception?
by snorky2001
- 5 Replies
- Last post
by snorky2001
- Hi all
I'm working on a PocketPC with a RFID card reader connected on the CF2 slot.
I can communicate with the reader through COM4.
My problem is that I would like to catch an event when the reader is removed from the slot. I use the SerialPort event at this time, and I don't get any event when the reader is removed.
Is there a solution to catch these event Does coding my own s
-
- Custom Soft input Panel: Virtual Key code for special symbols like A, a, E, e
by Dhiraj12345
- 7 Replies
- Last post
by Dhiraj12345
- Hi all
I am developing a custom soft input panel using VS2005 and Windows Mobile 5.0 SDK.
The problem that I am encountering is that I am not able to input special symbols like A,E.
I have been able to do it for the small letters but for the Capital letters I'm stuck.
Is there any virtual key code for these symbols or any other way to do it
Please help.
Thanks
Dhiraj