| Thread | Last Post | Replies |
|
| Parameter lost in DLL | 06 Jul 2005 09:28 GMT | 4 |
I've got a problem with calling functions in my DLL on Smartphone 2003, using Embedded Visual C++ 4. I have implemented a testapplication which calls a dll-function with 4 parameters, lets say function(1,2,3,4).
|
| DialogBox in Smartphone | 06 Jul 2005 07:04 GMT | 1 |
I would like to add an UI to my application using Dialog boxes. The problem is that when I insert my dialog box in my project (automatically created by evc4), I have an error telling me that the include file "afxres.h" cannot be opened.
|
| Audiovox 5600 program problem | 06 Jul 2005 06:57 GMT | 1 |
I am new to Smartphone application development but encounter a strange problem. I am using Audiovox 5600 with WM 2003. I have a small program with a new class A inherited from CDialog. It seems to me that the standard constructor (as generated by Visual Studio 2005 Beta 2) is not
|
| SmartPhone DataGrid | 05 Jul 2005 21:11 GMT | 2 |
In VS.NET 2005 , if you try to add a DataGrid to a Smartphone 2003 app, you get the Not Supported thingies everywhere and you are pretty much "up the creek". So what I did was decompile the System.Windows.Forms.DataGrid,
|
| Contacts property | 05 Jul 2005 20:27 GMT | 2 |
can anybody tell me when i retrieve the property "get_birthday" of Icontact it shows some floating value how can i save the date in database so tht i can set the same property of contact in future. thnx in advance
|
| WAP 2.0 File Upload control on Windows Mobile 2003 SE (smartphone) | 05 Jul 2005 18:18 GMT | 1 |
I am developing a wap 2.0 site and want to use the file upload control (input type="file")on the page. But the WM2003 SE doesn't show it. I though WM2003 SE support WAP 2.0 (XHTML), any idea on why it doesn't show up and the workaround. Thanks you all very much
|
| How to detect if flash storage is removable? | 05 Jul 2005 17:30 GMT | 3 |
I am looking for a way to detect if a storage card is removable. There are different ways to detect storage cards, for example SHGetAutoRunPath and FindFirstFlashCard/FindNextFlashCard, but none that tells, if this storage card is removable.
|
| How to prevent reboot on app crash? | 05 Jul 2005 16:42 GMT | 1 |
When I develop apps on smartphone, the smartphone always reboots on app crash(for example, access violation). Is it possible to prevent the auto reboot on app crash? Best regards,
|
| Phone Book | 05 Jul 2005 16:36 GMT | 2 |
How can access phone book ?.I want to find entry corresponding to imcomming call number(phone number).So, Is there any API that do this job ? Thanx in Advance.
|
| How to know if an application is launch at startup or manually? | 05 Jul 2005 06:50 GMT | 4 |
I have an application that could be run at the mobile startup (shorcut in the startup directory) or manually. The problem is that the application does not do the same thing in the 2 cases. My question is to know if it is possible to detect that the application has
|
| Answer & Hangup a Call Using OpenNETCF.Tapi | 05 Jul 2005 04:16 GMT | 2 |
Is there any example for answering and hangup a call using TAPI? I have reviewed the code written by Alex Feinman's TAPI Wrapper. But, I cant find anywhere for these functions. Thank In Advance
|
| Address Book | 05 Jul 2005 00:19 GMT | 1 |
How can retrive entries in Address Book ?.I want to show Person's Name instead of phone number.So, Is there any API that would help me to find entry ,if any,in Address Book & return corresponding name. Thanx
|
| ActiveSync passthrough and incoming TCP connections - no solution? | 05 Jul 2005 00:16 GMT | 1 |
I am developing a web server for smartphone but one major obstacle is that ActiveSync works like NAT which makes incoming TCP connections impossible. What I need is to map some port(s) of the PC to some port(s) of the smartphone device so that requests which come to PC will be ...
|
| smartphone security API not working | 05 Jul 2005 00:15 GMT | 1 |
in my aplication i wnat to get IME number of device. i used LPLINEGENERALINFO. but this function needs privileged certificate. i have used spdps and rapiconfig with activesync to add certificate.
|
| playing sound | 04 Jul 2005 23:55 GMT | 1 |
I want to play some audio files in a smartphone application. The files are ringtones (.amr). How can I play these files in my app? It seems that there are 2 solutions: 1) using sndPlaySound
|