473,554 Members | 3,131 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mobile Development Forum

Mobile Development - Ask questions about mobile development, J2ME, Symbian, Windows Mobile, Palm, WAP, WML, iPhone, SDKs, and more.
7
5,020
markmcgookin
thread by: markmcgookin | last post Jul 22 '08 by: markmcgookin
being an expert here I hope this stumping me won't dissuade any of you from helping me out..... I am trying to launch an input panel i.e. this.inputPanel1.Enabled = true; easy.... but as its WM5 it shows the keyboard and the horrid keyboard icon in the middle below it (I have the menu bar disabled) Is there a simple way to just show...
4
2,912
thread by: JayaseelanVaiyapuri | last post Jul 22 '08 by: RedSon
Hi to all, In PocketPC sdk 5.0, there is a sample application called Callingcard. Which is developed usinf Win32 C++ and the output was dll. Now i would like to develop the same app in C# .net for PocketPC. How to do it?
3
1,686
thread by: JayaseelanVaiyapuri | last post Jul 23 '08 by: markmcgookin
Hi, I am developing one C# application. In that, if i press one menu button, the app immediately install the Win32 application and exit the app..Suppose if that Win32 app already installed means it quit this step and exit the app Is it possible? Its very Urgent....
1
2,967
thread by: vavs | last post Jul 23 '08 by: RedSon
I am very new to windows ce development. My role in this project is on the project management side. We have an application which is running on an Intermec hand held computer running Windows CE 5.0. We are running the application using a Citrix ICA client to connect to our network. When we ran the same application in Windows Mobile, we were...
2
2,162
thread by: JayaseelanVaiyapuri | last post Jul 24 '08 by: JayaseelanVaiyapuri
Hi, I would like to add a menu item in Contact List menu of PocketPC using c#. in Contact list menu contains Edit, Send Contact, copy contact etc.. Now i want to add a new menu item like "Call using Calling card". I know it is possible. but i dont know how?
1
2,277
thread by: LTCCTL | last post Jul 28 '08 by: RedSon
Hi all, I am creating an application which will send/receive messages, whenever a message comes in it should play a sound file(wave/mid or any other format). How can we do it? I am using C#.NET, Windows Mobile Smartphone SDK, Compact framework 2.0 Thanks in advance LTCCTL
4
2,510
thread by: SteepAndDeep | last post Jul 29 '08 by: SteepAndDeep
I am having trouble stopping debug mode within my mobile app using VS2008 in .net 2.0 mode. I am following MS best practtices as to how forms should be loaded using ShowDialog. Once a particualr form of mine is loaded and then I click the stop debugging button the app stays open (freezes) and then I need to do a soft reset on the device. This...
1
3,097
thread by: merarajesh | last post Jul 29 '08 by: RedSon
hi, I am developing intensity of wave in physics. I am using system.math in c#. every thing is fine. but the result of Intensity is not well. my formula is:- I=4*a2*cos2(delta/2); delta=2pi/lambda*trangle; trangle=dx/d lambda=constant*10pow-10;
1
1,901
thread by: odet | last post Jul 29 '08 by: RedSon
How can I start a Bluetooth connection between pocket pc (WM5) and a cellular phone using .Net 2005 c#?
1
1,642
thread by: SteepAndDeep | last post Jul 31 '08 by: markmcgookin
Does microsoft have any intentions of including the datagridview in the list of available mobile controls in visual studio? The datagrid control is very clunky. What other third party datagrid controls are available or are people using? Are you happy with them? I have tried component one's control - I'm not personally a fan of that either.
0
1,476
thread by: odet | last post Aug 1 '08 by: odet
How do I launch a dial up connection progammaticly on a PDA WM5 using C# .NET VS2005 ?
1
3,315
thread by: AlexBur | last post Aug 4 '08 by: RedSon
Hi everybody. I learn C# several month only and sometimes have problems with it. I hope somebody will help me. In my program for PDA i have button "Hide", when i push it the window of my program becomes small like icon and removes to some position of the screen BUT of course it has focus. I have another window (for example mobile Word), i know its...
1
1,599
thread by: jhaski | last post Aug 4 '08 by: RedSon
Sorry for my ignorance in this realm, but I couldn't find a resource to answer my question by searching, so I will ask it here: I am building a website that generates a feed of data--including calendar events and contacts--and I would like to synchronize that information to Windows and Mac mobile phones, Outlook, Safari, and iCalendar. Could...
2
1,849
thread by: rsubramonyin | last post Aug 6 '08 by: rsubramonyin
How do I get the path of the directory where the mobile application's exe . I need to write a code to read an xml file which will reside in the mobile appn in the same directory where the exe reside.pls help me I am developing in c#
1
4,617
thread by: rsubramonyin | last post Aug 6 '08 by: RedSon
I need to send SMS / MMS the details from my windows mobile application to mobile phones. Do I need to get any API from my service provider and integrate into my code? I am developing in c#
4
2,894
thread by: rsubramonyin | last post Aug 7 '08 by: RedSon
Microsoft.WindowsMobile.PocketOutlook.SmsMessage s = new Microsoft.WindowsMobile.PocketOutlook.SmsMessage(this.textboxNumber.Text, this.textboxMessage.Text); s.Send(); I am getting error System.MissingMethodException was unhandled Message="Can't find PInvoke DLL 'sms.dll'." StackTrace: at OpenNETCF.Phone.Sms.Sms..ctor()...
1
1,843
thread by: DDShami | last post Aug 11 '08 by: RedSon
Hello everyone.... I wanna know weather we can use ZigBee for as wide area network? Do you know any type of algorithms based on ZigBee wide area networks....?
1
3,757
thread by: N4t4lie | last post Aug 11 '08 by: RedSon
Hi there, I was wondering if anyone could help me? I have a program which has a form that should display 10 items which are held in a list. This program works fine when its created and run as a windows form application but when I create it as a windows mobile application the items are not displayed. I have copied my code below and any help...
1
2,093
thread by: turingmachine | last post Aug 12 '08 by: RedSon
Please help... I'm new to this topic. What is the best (are the good) SMS Java APIs available? (A SMS Java API that is comprehensive and/or easy to understand/integrate.) Is the SMSlib / smslib.org ok to use? (I'm trying to make a very simple program/connection between my pc/Windows XP to my phone Nokia 6500c) thanks in advance.
1
1,956
thread by: masteryacademy | last post Aug 14 '08 by: RedSon
Hi Everyone, I am developing a Mobile App for Window Mobile. I am using C# on VS 2005. On a form, I got include a Panel. When I run the form, the horizontal scrollbar will appear on the Panel because it content is wider and the panel. But the scroll position will be on the most left as default. What I trying to achieve is when the form...
1
2,391
thread by: LTCCTL | last post Aug 14 '08 by: RedSon
Hi all, I am new to BlackBerry applcation develpment. I have downloaded the BlackBerry JDK 4.5 and installed it, also installed the JAVA jdk1.5.0_15 and desktop manager. I have also set the environment variables and selected BlackBerry Pearl 8110 JDE as default mobile. Now the problem is whenever I open a sample workspace and make one...
0
3,068
thread by: shobhon | last post Aug 20 '08 by: shobhon
Can anyone please tell how to setup xbee series 2 . i have set up one xbee with co-ordinator and ther other one with end device. Now i have i have opened one of the ADC port setup sample rate.. but it is not tranmitting anything unlike series one when i open ADC and sample rate it starts trasmites data stright away.. (using xctu) i have also...
2
1,624
thread by: Weber | last post Aug 20 '08 by: victorhu
I'm not sure if this is the right forum, so if you think I could get a better response in another forum, please let me know. Pretty much what I'm trying to figure out is how to send a signal wirelessly. Lets say I have a senser the converts a pressure to a resistance measurement, what do I need to transmit and recieve that signal to a...
4
2,675
thread by: winningElevent | last post Aug 20 '08 by: winningElevent
Hi everyone, I have a question would like to ask. So far I know how to retrieve files from device, but sometimes device takes so long to produce file so I want my desktop to keep checking every 3seconds to see if file exist. Here is the conditions. 1- if file exists after checking for exisitng is True, then desktop application will...
2
2,241
thread by: Lokutus | last post Aug 21 '08 by: markmcgookin
Hi, I'm developping an application for mobile device, windows mobile 5.0, using .NET Compact framework 2.0. I need to update my application after it starts. Application will download a new CAB file from server if there is any and install it to update application. Is there some easy and common way to accomplish that, or do I have to run some...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.