I am using Visual Studio.NET 2003. Anyway, I am creating my first multiple form Pocket PC project, and I am having trouble accessing any variables from the first form of the project. I have 4 forms, and each one loads when I press a particular button. Example: Form 1 is the form that automatically l...
Hi all,I was asked to develop software where users should be able to send SMS in which they ask for the ringing ID, and system should be able to send the rining tone back to them.I am very new to this. can any body give me a clue like what are the parameters that I need to store?What is the format o...
595 byte By
tiger99 at 2007-12-4 10:39:19
HiI have a web tool written in ASP. One of the feature is dynamic drop down list which updates a drop down list as another drop down list is changed. I uses javascript to reload the same page to update the drop down list. Everything works fine on the webpage using desktop/laptop. However, it doesn...
304 byte By
Electrix at 2007-12-3 19:25:48
HiI would like to know whether a C code written on a Win CE platform canbe ported(with little or no mods) to a Ericsson Mobile Platform. Alsois there an Library Support provided with SDK of Ericsson MobilePlatform ? I'd be happy to get some pointers on this.Thanks...
Hi,Need help on this. I need to get the h/w serial number (not file system volume serial number) of an IDE hdd attached to the motherboard of an CE.NET 4.10 embedded device thru the IDE connector. I need to do it using EVC++ 4.0. I found a PC version of the diskid32.cpp and it worked fine on the PC...
29 byte By
scomet1 at 2007-11-29 14:56:24
because I don't know how
Ive created a very basic ActiveX control that will run in Pocket IE 2002, however after viewing HTML embedding my control, I experience problems when attempting to load another page. When I load another page, the form elements (buttons, edit boxes, etc) from the page embedding my control stick, ove...
How do I anticipate all incoming calls and messages and then redirect it to another location besides from the inbox and received call logs?
1026 byte By
LEM at 2007-11-25 11:32:05
Hi all,Anybody knows a way of doing that? I have tried several things but it doesn't work.This is what I have tried:[System.Runtime.InteropServices.DllImport("coredll.dll")] private static extern int SystemParametersInfo( int uiAction, int uiParam, string pvParam, int fWinIni)...
Hi,I want to start developing one or more mobile application.I want to develop something that can run an most/all mobile devices.Its a messaging program that should display something on the phone when triggered from a server. Some kind of notification triggered via SMS or some other network informat...
Hello, I want to create a pop-up window with ArcPad studio. Everthig goes right in my desktop computer. When I run the code in my PDA I get a script error: 800A01AD. The code is: Set objShell=Createobject("wscript.Shell) ObjShell.Popup"test" I thank you in advance....
WM5VS2005VC++ using WTLHello All,I am developing a mobile application for smartphone. I am closing/terminating my application in smartphone by posting a message to main dialog and calling Destroy window and PostQuitMessage function. Is this the correct way to close mobile application?Because I found...
330 byte By
rieske_p at 2007-11-25 11:09:08
hi,i want to make some bluetooth remote control between pc and mobile, which can control pc from mobile such shutdown pc, restart pc and send message to pc. there will be two program, pc as server on j2se, and mobile as client on j2me. does anyone know the link, or anyone that have build same appli...
229 byte By
ikava at 2007-11-25 11:08:55
Anybody can say if this directory makes sense:<br/> http://www.wirelesspedia.com/Applications_Software_Development<br/>I mean the way they are grouped by different categories. Any info and feedback is really appreciated.
Hi all :)I need help for a simple, i guess, application.The application should be in embedded visual c++.The only thing the application will do, is to open another application...!Thats all!for example, it should be like this (I am not a coder, sorry...):open ("Storage Card\app2\app2.exe")Can someon...
227 byte By
Quell at 2007-11-25 11:05:48
Hey.<br/>I was doing some winsock stuff for WM2003, and i ran into a problem where SO_RCVTIMEO is undefined. So i am stuck on how to set the timeout for sending/receiving data. Any ideas how to do it?<br/>Thx in advance :D
327 byte By
dunff2k at 2007-11-25 11:02:07
Hey guysI'm writing an application in C# on the .NET Compact Framework and I need a way to find the current working directory. In the full framework I know it's Directory.GetCurrentDirectory()But that doesn't exist in the compact framework, any ideas?thanksPaul...
1502 byte By
steve1_rm at 2007-11-25 11:01:00
HelloVS 2005 CF 2.0 WM5I have created an application that scynchronizes the central database by sending changes to a web service.This normally takes 5 to 10 seconds and the customer wants to have some kind of progress bar to show that something is happening. This is some code that would explain what...
566 byte By
crose1 at 2007-11-25 10:57:38
Hi, in my program, I have a msisdn and I need to determine the carrier for which it belongs.I am focused on the north america market.For example, if the user's msisdn is 303 910 7143, I need to determine that the carrier supporting this number is Verizon.Does anyone have experience in this area...
937 byte By
psspda at 2007-11-25 10:56:07
I come from Palm development using C/C++. Now I am looking for porting my applications to Pocket PC.From the lessons learned in developing with C/C++, specially when your application is not a best seller, and you honestly want to have some money for your work, I am searching for a development tool t...
184 byte By
asalways at 2007-11-25 10:53:39
I read on wikipedia that BREW SDK is free for download with even a free emulator included but why I see it not there<br/>where is there a free emulator really to get ? <br/>Thanks
2051 byte By
prl_pt at 2007-11-25 10:53:08
Hello,I'm developing an application for Windows Mobile 5.0 Smartphone Edition (in C#). I want my application to be "always on top". I want to catch certain events and show the user the respective warnings. For example, I do this for the Incoming Call event; when a call arrives I never show the...
447 byte By
xiaudai at 2007-11-25 10:52:15
When connecting a WinCE ot Pocket PC pda to my desktop computerthrought ActiveSync, the File Manager shows a node of "Mobile Device"and a user can browse the directories in that PDA (see the red circle in 2.jpg).However I want to write a program which enables a user tobrowse the PDA directories by C...
1551 byte By
HarveyR at 2007-11-25 10:43:35
New version V9 of C# IDE MobileC# IDE Mobile is an application (totally free) that I've developed to be able to develop with C#/.NET2CF directly on the Pocket PC-Windows Mobile 5/6 (it doesn't require the .NET SDK, you don't need a desktop computer).You can download the new version at...
172 byte By
Quell at 2007-11-25 10:31:57
Hey.<br/>I was wondering how to create background processes on a WM5 machine. Also can how can you switch (if possible) between the background and foreground.<br/>Thx alot.
Hi,I'm new to mobile development. I was wondering if it were possible to access the phone functions on a Windows Mobile 2003. I was thinking more of an application which is able to obtain the cell id, bcch etc, like the parameters available in a Satgem phone. Which programming language would be...
Hi,I want call (call to landline or mobile) my list of customers through GSM-bluetooth technology. I stored audio files like .wav or .mp3 etc. How can I call the customers automatically and play the audio files to them. If I should buy any extra equipements please inform me.Current I am havingEnviro...
1360 byte By
HarveyR at 2007-11-25 10:28:16
New version V8 of C# IDE Mobile (MAJOR IMPROVEMENTS)C# IDE Mobile is an application (totally free) that I've developed to be able to develop with C#/.NET2CF directly on the Pocket PC-Windows Mobile 5/6 (it doesn't require the .NET SDK, you don't need a desktop computer).MAJOR IMPROVEM...
966 byte By
callagga at 2007-11-25 10:24:12
Hi all,I'm getting a Windows Mobile 6 based phone (HTC 3600i). What are your thoughts on what development approach to use if I wanted to knock together some applications for myself. I have some Java background. From what I see:Windows ME based development:* I'm assuming I may get nicer l...
818 byte By
dishadiv at 2007-11-25 10:21:34
hi, I'm trying to set the preferred connection under CM_Planner using DMProcessConfigXML API, to be used for connecting to the internet metanetwork. If I set a GPRS1 connection which is not existing under the My ISP(which by default is used to connect to the Internet Metanetwork ,through Settin...
Hi all, <br/>I'm new to GDI+ programming, <br/>I'm having a PPC2003 device and i'm using eVC 4 for programming. <br/>How can i write a GDI+ program using eVC4? :confused: <br/>Can anyone help me pls? <br/>Cheers, :) <br/>Sujith
Hello all,I am writing Pocket PC serial communication application using eVC 4.2 with Pocket PC 2003 Emulator.Using eVC i created a new Project(WCE Pocket PC 2003 Application) and i selected the Empty Project Option.The following is the code which i have written in .cpp file#include "windows.h"int W...
751 byte By
RajWolf at 2007-11-25 10:13:28
Hello Gurus,I am using Java, MIDP 2.0, CLDC 1.0 for creating an application for the Java enabled mobile(Sony Ericsson to be precise).I am using RMS to store data in it. I am storing a list of Vehicle Numbers( Aprox 2000+) and loading in a ChoiceGroup after a search String is given.My problem is same...
326 byte By
ronysha at 2007-11-25 10:12:58
I am trying to port an application that plays midi files from vb 2005 to my mobile 5.0 pocket pc . I couldn't add the mmcontrol or equivalent to the mobile toolbox. Then I tried to use mcisendcommand but ouldn't find the lib that defines it. Tried winmm and mscorlib and coredll but all fai...
1463 byte By
callagga at 2007-11-25 10:11:25
Hi,Can anyone recommend a value for money cell phone (/smartphone) that meets the requirements I have below? i.e. how cheap can I go to achieve this, but still to have a phone with reasonable useability. My location is Australia (iPhone doesn't seem to be available yet, i.e. not an option).[1...
1193 byte By
HarveyR at 2007-11-25 10:11:23
New version V7 of C# IDE MobileC# IDE Mobile is an application (totally free) that I've developed to be able to develop with C#/.NET2CF directly on the Pocket PC-Windows Mobile 5/6 (it doesn't require the .NET SDK, you don't need a desktop computer).You can download the new version at...
380 byte By
tibi_tec at 2007-11-25 10:10:05
I am used J2ME polish with eclipse ,my project for the stocks .So can you please help to find solution for this issues in Ticker .1. how can put more images between the word in Ticker Like thisEx: TEXT IMAGE TEXT IMAGE it is possible or not. OR 2. how can put deferent color for each word in the te...
257 byte By
Leon1977 at 2007-11-25 10:08:27
New website www.smssolutions.net is offering lots of information for SMS developers. The site has a large database of SMS software, SMS providers, SMS tutorials and an own SMS and MMS Forum.<br/>Please check it out:<br/> http://www.smssolutions.net
hi guys,I just download eVC++ 4.0 and create a new app to try it outwhen i compile is doesn't give me errorbut when i build, it give me an error<QUOTE>An application targeting a standard SDK for Windows CE .NET and build for the ARMV4I CPU cannot be run on the emulator, you will have to i...
610 byte By
uskris at 2007-11-25 10:04:59
Hi, I need a solution for the following problem: I have a SMS Sender & Receiver MIDlet with MessageConnection created in Client mode for sending SMS to a particular destination on a particular port. This destination is sending back an ACK SMS without any port number set, to my device inbox. My MIDL...
943 byte By
HarveyR at 2007-11-25 9:59:08
New version V6 of C# IDE MobileC# IDE Mobile is an application (totally free) that I've developed to be able to develop with C#/.NET2CF directly on the Pocket PC-Windows Mobile 5/6 (it doesn't require the .NET SDK, you don't need a computer).You can download the new version at: http://...
1472 byte By
Joong at 2007-11-25 9:54:32
Install State in My Computer 1. OS : Windows XP Home Edition Version 2002 Service pack 22. Install: Embedded Visual C++ 4.0 ( http://www.microsoft.com/downloads/details.aspx?FamilyID=1dacdb3d-50d1-41b2-a107-fa75ae960856&DisplayLang=en)3. Install: Embedded Visual C++ 4.0 SP4 ( http://www.microsoft.c...
107 byte By
marro at 2007-11-25 9:50:15
is it possible to add web reference from web service written in java??<br/>any help will be appreciate
Hi,I am using Windows XP service pack 2.I want to connect multiple COM port at a time. Each COM port should be able to connect different instances of hyperterminal at a time. When I am using Gigabyte dongle, I can connect multiple mobiles this way. Now Gigabyte dongle is not available in India. What...
Currently I am making a program that can open several images(bmp,jpg) and run them in a slideshow for my treo 700w (Windows Mobile 5.0 Pocket PC). I use SHLoadImageFile to open the images. I have no problems opening as many images as I went when I run them on the treo emulator that I run from VS....
hi there,i have a datagrid whose datasource is outlook.appointmenets.items. it can display the appointmenet items as expected. however, i want the datagrid to show an additional column (col3) displaying a computed value. below is an example.col1 col2 col3start ti...
MobileTao provides Mobile Game Development,Mobile Application Development,and Mobile Localization services with all platforms.We also do mobile application porting between various mobile platforms and handsets. We develop games and applications on J2ME, Brew, Symbian and Windows Mobile operating pla...
I want to start writing program for Compact Framework. <br/>To test my program I have to use some device. <br/>Please help me to choose one.<br/>And please suggest, do I need to have device with Windows Mobile 6 or I will be satisfied with Windows Mobile 5?
Dear members, Please help me in making ICall instance.Below is the code snippet, kindly have a look and reply back why the ICall is NULL.if(ICALLMGR_Originate(pMe->pICallMagr, AEET_CALL_TYPE_VOICE, szNumber, NULL, &pMe->pICall, &pMe->callListener) == SUCCESS){ DBGPRINTF("Call...
Hi guys.I'm trying to create a browser to mobile devices in J2ME.I try to find (open source) mobile browsers, html renders, I even try to find how to use native control, but without results.The renders that i found, do not support javascript.Any clues how can I do this? Can anyone help me?Thank...