Click here to Skip to main content
15,911,785 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: How to read Registry value in device application Pin
Joel Ivory Johnson23-Mar-09 12:27
professionalJoel Ivory Johnson23-Mar-09 12:27 
GeneralRe: How to read Registry value in device application Pin
yrishi23-Mar-09 19:08
yrishi23-Mar-09 19:08 
QuestionRun Windows Mobile Application in Mobile........? Pin
shaina223117-Mar-09 21:37
shaina223117-Mar-09 21:37 
AnswerRe: Run Windows Mobile Application in Mobile........? Pin
d818-Mar-09 5:20
d818-Mar-09 5:20 
Questioncan i develop iphone application on Window plate form Pin
wasimsharp17-Mar-09 21:35
wasimsharp17-Mar-09 21:35 
AnswerRe: can i develop iphone application on Window plate form Pin
Joel Ivory Johnson19-Mar-09 2:16
professionalJoel Ivory Johnson19-Mar-09 2:16 
QuestionWant to show popup notification for "low battery" Pin
yrishi17-Mar-09 20:05
yrishi17-Mar-09 20:05 
AnswerRe: Want to show popup notification for "low battery" Pin
~Khatri Mitesh~20-Mar-09 5:26
~Khatri Mitesh~20-Mar-09 5:26 
Hii,

Try this code.........

Dim psBattery As PowerStatus = SystemInformation.PowerStatus
Dim perFull As Single = psBattery.BatteryLifePercent
'Show the remaining battery power in percentages
MsgBox("Total battery power remaining: " & perFull * 100 & "%")
'Is the battery charging?
If psBattery.PowerLineStatus = PowerLineStatus.Online Then
    MsgBox("Battery charge status: Charging")
ElseIf psBattery.PowerLineStatus = PowerLineStatus.Offline Then
    MsgBox("Battery charge status: Not charging")
End If


Hope this solves ur problem......

Thanks

~Khatri Mitesh
khatrimitesh@hotmail.com
Bikaner (Rajasthan)
INDIA

GeneralRe: Want to show popup notification for "low battery" Pin
yrishi20-Mar-09 19:41
yrishi20-Mar-09 19:41 
QuestionProblem with Socket over WLAN when client PDA powers down Pin
Member 145484217-Mar-09 12:14
Member 145484217-Mar-09 12:14 
AnswerRe: Problem with Socket over WLAN when client PDA powers down [modified] Pin
sivaddrahcir24-Mar-09 11:19
sivaddrahcir24-Mar-09 11:19 
QuestionVector graphics in Compact framework Pin
kanonkanin17-Mar-09 9:40
kanonkanin17-Mar-09 9:40 
AnswerRe: Vector graphics in Compact framework [modified] Pin
sivaddrahcir24-Mar-09 10:02
sivaddrahcir24-Mar-09 10:02 
GeneralRe: Vector graphics in Compact framework Pin
kanonkanin25-Mar-09 11:43
kanonkanin25-Mar-09 11:43 
GeneralRe: Vector graphics in Compact framework Pin
sivaddrahcir26-Mar-09 8:03
sivaddrahcir26-Mar-09 8:03 
QuestionC# SmartDevice Listview MouseDown Event and ListView.GetItemRect() Pin
d817-Mar-09 3:50
d817-Mar-09 3:50 
AnswerRe: C# SmartDevice Listview MouseDown Event and ListView.GetItemRect() [modified] Pin
sivaddrahcir24-Mar-09 9:03
sivaddrahcir24-Mar-09 9:03 
GeneralRe: C# SmartDevice Listview MouseDown Event and ListView.GetItemRect() [modified] Pin
d824-Mar-09 15:09
d824-Mar-09 15:09 
GeneralRe: C# SmartDevice Listview MouseDown Event and ListView.GetItemRect() [modified] Pin
sivaddrahcir26-Mar-09 10:25
sivaddrahcir26-Mar-09 10:25 
GeneralRe: C# SmartDevice Listview MouseDown Event and ListView.GetItemRect() Pin
d826-Mar-09 11:20
d826-Mar-09 11:20 
QuestionCommandBar Hide Pin
SnWon16-Mar-09 11:31
SnWon16-Mar-09 11:31 
AnswerRe: CommandBar Hide [modified] Pin
sivaddrahcir24-Mar-09 7:59
sivaddrahcir24-Mar-09 7:59 
GeneralRe: CommandBar Hide Pin
SnWon24-Mar-09 12:38
SnWon24-Mar-09 12:38 
GeneralRe: CommandBar Hide Pin
sivaddrahcir26-Mar-09 11:21
sivaddrahcir26-Mar-09 11:21 
QuestionScroll Panel on up/Down key Pin
~Khatri Mitesh~16-Mar-09 0:58
~Khatri Mitesh~16-Mar-09 0:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.