473,800 Members | 2,495 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.
1
2,567
thread by: Rishabh Indianic | last post Oct 22 '09 by: markmcgookin
Hi, I am used VS 2005 with c# for developing window mobile application. i want to change the name of my exe file different than project name. when i started to create application i give the name of project Reader when i create cab file and install it in device the shortcut menu exe file name is same as project name Reader. Now i want to...
3
1,811
thread by: Rishabh Indianic | last post Oct 14 '09 by: Rishabh Indianic
I am struggling to develop screen orientation awareness application. to solve this problem a have create two function portrait() and landscape() both function set the size and location of control when form re size i call this function on form resize event. problem is taht when form is resize then it call the function more then one time. and...
2
2,693
thread by: Jason7899 | last post Oct 13 '09 by: Jason7899
hi, i try to use socks or web.request to send and receive data from a web server using vb.net 2005 CompaqFramework i already done this using the normal framework but the code that i use simple dont' work in CF, i using the CF because this app is for a PDA using windows CE 5.0 any one have done this or know a way to do this? thanks a lot...
3
1,568
thread by: mmarkeh | last post Oct 12 '09 by: markmcgookin
Hi everyone, some advice is desperately needed. I want to create a simple application for a mobile/pda type device, it therefore seems I will need to develop for windows mobile or CE? The application itself is just a step by step guide to help people with some text, pictures and sounds which I may want to call from a database. But I want it to...
2
1,986
thread by: Rishabh Indianic | last post Oct 12 '09 by: Rishabh Indianic
hi, I am use Vs 2005, and sdk 6.0 using c# to develop window mobile application. in a project i am used 5 page (form). i want to give common menu item for all pages. in a project i create menu item in panel control to provide user interface to set font size ,font type ,bookmark or more but it work on only single page. i want this...
2
4,719
thread by: Rishabh Indianic | last post Oct 8 '09 by: Rishabh Indianic
Hi, i display some text in web browser control from my xml file. now i want to search specific word in web browser control and highlight that text. to do this thing i am trying to get text from web browser control but in window mobile web browser control does not support to access body text. like this in other window application with web...
2
4,003
thread by: StevenHu | last post Oct 7 '09 by: StevenHu
I do not want my iPhone slider to return simple numbers like 1, 2, 3, etc. to the text label, but 15mm, 15.5mm, 16mm, etc., from 15mm to 45mm in increments of .5. So I thought I would put all the acceptable numbers in an array and link the slider output with the corresponding object in the array. (Slider returning "0" will link to the first...
1
1,735
thread by: SalimZaabi | last post Oct 7 '09 by: RedSon
Hi everybody, Anyone can help me on developing an application for encrypting call from mobile phone? any documentation or website ??
5
14,731
PEB
thread by: PEB | last post Oct 7 '09 by: RedSon
Hello everybody, I have GPS Nokia with Windows CE 5.0 Core. It has integrated navigation system and it's searching Route 66 by default as navigator. The system gives the ability also to read photos and videos. However, i want that the system can execute every program compatible with Windows CE 5.0 Core. Also other navigators, that are...
3
3,152
thread by: Rishabh Indianic | last post Oct 7 '09 by: SalimZaabi
Hi, I developed a window mobile application But i can't able to set the icon of exe file. I set the icon from icon property of project. the icon is show in emulator but when i installed this application into device then the icon is not show and default icon is show . How solve this problem? help me.
0
1,421
thread by: SalimZaabi | last post Oct 7 '09 by: SalimZaabi
Hi everybody, Can anyone helps me on how to manipulate the my voice that is coming out of the mobile phone while having a conversation with a friend. For Example: I want to build an application and download it in a smart phone or any other mobile phone. The purpose of this application is to get my voice while talking to a freind...
1
1,933
thread by: Rishabh Indianic | last post Oct 5 '09 by: markmcgookin
hi, i am trying to update data stored in data base with following code i am able to show data from database but i can not able to update it. int Theme_ID = Convert.ToInt32(textBox1.Text); string Theme_Name = textBox2.Text; SqlCeConnection conn;
1
2,835
thread by: Rishabh Indianic | last post Oct 3 '09 by: neocambell
hi, i used vs 2005 , w m 6.0 and c# to develop window mobile application. I Used xml file in my project which contain some html source i display this source in web browser control. Now i want to change or add some style throw java script in this existing html file and show in web browser control. please give me some idea how add java...
3
3,278
thread by: Rishabh Indianic | last post Sep 30 '09 by: Plater
Hi, I am used VS 2005 with c# for developing window mobile application. When i create a cab file i add Primary Output and Content files from project. The content file contain image folder. When I install application in device using cab file it create a folder which contain the images that i have used in project By Programmatically by...
8
16,829
thread by: hambones | last post Sep 29 '09 by: RedSon
Heya, I can't seem to find any references to a way that I can set the system alarm clock. I am using a Motorola Q which is running Windows Mobile 5.0 Smartphone. I am not sure if the best way to do this woudl be directly through a microsoft.windowsmobile class or maybe directly through maybe like just altering the registry somewhere (I...
1
2,205
thread by: crunchy | last post Sep 22 '09 by: RedSon
Does anyone know what tools should I use, for development purposes, to write a component for Vodafone Live. Thanks
5
2,706
thread by: Kapil Choubisa | last post Sep 22 '09 by: Plater
Hi! I am creating a application for Windows Mobile using C#. I am a new guy in Windows Mobile. I am facing a problen. I have 3forms. on the form 2 I code on click of back menu. form1 frm=new form1; form2 frm2=new form; frm2.close(); frm1.show();
5
5,342
thread by: Destiny111 | last post Sep 18 '09 by: cftechalx
I have the following questions: 1., Can I mapping datas in a datagrid binded to a sqlceresultset? Fe.: In the database there is "1" in a field, but i would like to display "yes" instead of in the datagrid. 2., Can I color somehow datagrid rows based on the datas ( by sql where if possible )? Fe.: I want to color to red all the rows which...
13
30,472
thread by: phpfreak2007 | last post Sep 18 '09 by: markmcgookin
Hello, I am new to mobile application. I want to make simple application for iPhone. I don't know how to build iphone application. Is MAC OS compulsary to build application. I want to know tools required for .net 2008 and Java to develop application for iPhone. If anyone have idea about this then please reply. Thanks in advance.
5
3,199
thread by: Kapil Choubisa | last post Sep 12 '09 by: Kapil Choubisa
Hello friends. I don't Know that How can I render html information in windows Mobile application. When I try any Html tag it display the same like <p>this is my first app</p> Can nybody tell me how to render this information in WM. is there any tool or any other way. Please help me. Thank you.............
9
1,779
thread by: Kapil Choubisa | last post Sep 11 '09 by: markmcgookin
I want to move from one Screen to another screen. Can you tell me about it.
1
1,493
thread by: Rishabh Indianic | last post Sep 11 '09 by: markmcgookin
i create an application which display some image. i done it successfully. at this time i use storage card to display images but when i create a cab file and install it in a device that time i get error "resource assembly containing it cannot be found" how a can solve this deploying problem?
6
7,515
thread by: Kapil Choubisa | last post Sep 10 '09 by: markmcgookin
I m new in developing windows mobile. I am facing a problem to getting a xml file in code. I have a XML file named trial.xml in the same folder where the application's executable exist. Iused the following Code XmlDocument xd = new XmlDocument(); xd.Load("trial.xml"); It does not worked then I used
0
1,645
thread by: trinisoftinc | last post Sep 10 '09 by: trinisoftinc
I am looking for a lightweight(very light) UI toolkit for j2me. I have tried LWUIT and some others(Polish, KUIX, etc) and none seems to meet my needs. Thanks
2
2,168
thread by: Destiny111 | last post Sep 10 '09 by: Destiny111
Hi! I have a gps program which works only when the "manage gps automatically" function is checked in the PDA settings. I do not want to enable user to disable my gps coords logging by uncheck this, also I want to check the state of this at program start. I need a registry key which related to this function if it exits. Thanks. Ps.: I...

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.