Dear All,
It give me immense pleasure to share that we have launched a new windows app for all my Jain friends.
You can download the app from windows store.
Click on the Download URL
Thanks & Best Regards,
Rajat Jaiswal
Dear All,
It give me immense pleasure to share that we have launched a new windows app for all my Jain friends.
You can download the app from windows store.
Click on the Download URL
Thanks & Best Regards,
Rajat Jaiswal
Dear All,
It give me immense pleasure to introduce Indiandotnet’s new windows phone app which is GuruNanak Mantra.
This app help you in many ways to make your cool calm and happy.
Download app by below url
Enjoy.
Regards,
Rajat Jaiswal
Wahe Guru da Khalsa Wahe Guru di Fathe.
Dear All,
It give me immense pleasure to introduce new windows app “Sai Mantra”.
Enjoy the sai mantra.
You can download the windows app from http://www.windowsphone.com/en-us/store/app/saimantra/653b08fc-36b4-4312-a754-8536a2398892
Thanks & Best Regards,
Rajat Jaiswal
Dear All,
How are you ?
It give me pleasure to introduce a new application develop by “Indiandotnet”. The application is all about “Durga Mantra” which increase peace, prosperity so enjoy by downloading following windows app with following link.
http://www.windowsphone.com/en-us/store/app/mataji-mantra/dcfa42bd-09fc-4c9e-bd66-a9caa5e75864
Enjoy :)
Thanks & Best Regards,
Rajat Jaiswal
Dear All,
it give me immense pleasure to introduce that “Indiandotnet” release first version of peace mantra “Ganesha Mantra”
This mantra help you in many ways.
I would like to thank many friends “SK”, “SV” who helped me in this idea and thanks all the other team member who helped me and provided feedback.
so why are you waiting enjoy by downloading http://www.windowsphone.com/en-us/store/app/ganesha-mantra/6c8225fa-26f9-4cc5-ac20-09a67c9c851a
So Just download and enjoy & share
Many more to come in this week.
Enjoy learning, enjoy sharing.
|| Shri Ganeshaye namah ||
Thanks
Indiandotnet Team
1: FrameworkDispatcher.Update();
2:
3: f(MediaPlayer.GameHasControl)
4: mplayer.play()}else if(MessageBox.Show("Isitoktostopcurrentlyplayingmusicandplaychant?")==MessageBoxResult.OK)
5:
6:
7: player.play();}
Dear Friends,
Today we start with some basic but important feature for Windows Phone which is Orientation of screen. As we know windows mobile phone is handy device a user can handle it any ways like portrait or landscape. Our main aim here is to change our screen orientation according to user action. Windows phone page has two properties for this activity.
When you open the XAML of the page in the phone application page you will find SupportedOrientations and Orientation by default these properties having value Portrait.
Support Orientations can have following property
a) Landscape (It support Landscape view only)
b) Portrait ( It support Portrait View only)
c) PortraitOrLandScape (It support both View )
While Orientation can have following values
a) Landscape
b) Portrait
c) LandscapeLeft
d) LandscapeRight
e) PortraitUp
f) PortraitDown
g) None
To change the page layout we need to set supportOrientation property to “portraitOrLandscape” And design the page in such a way that it automatically resize according to screen and take their position else you have to do programming for it to put control at proper place.
In current example I have use stack panel and in this stack panel I have used image control. To enable page orientation I have just change the support orientation property. To know we are seeing which orientation I have added an event which is page orientation event.
You can say it will be simplest example for more information please download the project. (indiandotnet_Wp7_PageOrientation.zip)
https://skydrive.live.com/?cid=1eda2012469ff8ad&id=1EDA2012469FF8AD!243
Thanks & Best Regards,
Rajat Jaiswal
CodeProject