i am trying to get and fire some action on click of back button of device " <--" . but i can not able to get click event of device hardware button. please give me idea to get click event of device button.I am able to capture the key presses of virtual keyboard ..but not able to capture the hard keys.
please give me solution of this thread how i catch event of hardware button.
i am used HTC touch diamond 2 to run my...
User Profile
Collapse
-
How get click event of hardware button of device ?
-
I have removed your thread:
How Transparent the background of link label control Over image?
From the mobile development forum as it was a double posting. Your original post has been left.
Please do not re-post the same question twice
Administrator -
Thanx mr. markmcgookin ,
this code is not work well because the panel contain image as
background in picture box control and all link label display on image by
"BringToFront() " method.what is way to transparent control in this situation.
if u have a any other idea please share with me.Leave a comment:
-
How Transparent the background of link label control?
i am developing smart phone application with VS 2005 using C#.
i am trying to transparent the background of link label control which dynamically added in panel. i try with following code to transparent the background of link label control .
Code:LinkLabel lnklbl = new LinkLabel(); lnklbl .Text="Click Me"; lnklbl .BackColor = Color.Transparent;
-
How Change the name of exe file?
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 change the exe file name.
please give me steps that i have to do to... -
How create common menu for all pages in window mobile?
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 functionality in all pages.
this is possible this panel(menu) is share between all... -
how create Orientation-Awareness window mobile application?
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 take more time to execute.
what is reason behind this behavior i don't know.... -
Thanx mr. markmcgookin
Yes Like same thing CTRL+F find function in a normal browser on the PC i want to do with web browser control in Window Mobile.Leave a comment:
-
How search text In webbrowser control?
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 browser control.
Code:HtmlDocument doc2 = webBrowser1.Document.DomDocument
-
How update data stored in database?
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.
Code:int Theme_ID = Convert.ToInt32(textBox1.Text); string Theme_Name = textBox2.Text; SqlCeConnection conn; string connstr = " Data Source=" + (System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase))
-
How add javascript into html file throw C#?
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 script in existing html file and how call it to show in web browser control... -
No,
I copy the the folder and and past it in project explorer then i add this folder in cab file by add content folder of project. then i build cab file and install in device.
cab file create a folder in device and show all images included in that folder.
i want to hide this images or folder from end user so he not able to perform any action on that folder.Leave a comment:
-
How add Image folder with Cab file?
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 Programmaticall y by accessing path " (//Program FIles//Images//Image.jpg1) " it work well. problem... -
Thanx ,
plz give me some idea to use graphics object to add animation.Leave a comment:
-
How Set the icon of exe file?
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. -
How Set the icon of exe file?
Hi,
I developed a window mobile application with .net 2005 and c#. i am trying to set the icon of
exe file 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 using cab file then the icon is not show and default icon is show .
How solve this problem? help me. -
Image animation
Hi,
i am used .net 2005 to develop window mobile application with c#.
and i used picture box to show image with next and previous button.
plz tell me how add some animation in picture box when image is load and unload into picture box.
like image load from left corner and unload with different motion.
No activity results to display
Show More
Leave a comment: