Click here to Skip to main content
15,888,351 members
Home / Discussions / Windows Development
   

Windows Development

 
AnswerRe: inquiring Pin
Ramans44425-May-13 21:37
Ramans44425-May-13 21:37 
QuestionHow to auto log on webview using VB Pin
tntx2505-Nov-12 2:39
tntx2505-Nov-12 2:39 
AnswerRe: How to auto log on webview using VB Pin
Richard MacCutchan5-Nov-12 3:14
mveRichard MacCutchan5-Nov-12 3:14 
GeneralRe: How to auto log on webview using VB Pin
tntx2505-Nov-12 3:38
tntx2505-Nov-12 3:38 
GeneralRe: How to auto log on webview using VB Pin
Richard MacCutchan5-Nov-12 4:28
mveRichard MacCutchan5-Nov-12 4:28 
QuestionGPS Pin
johnson_shalom26-Oct-12 23:31
johnson_shalom26-Oct-12 23:31 
AnswerRe: GPS Pin
FrankLavigne3-Jan-13 3:47
FrankLavigne3-Jan-13 3:47 
QuestionUnable to obtain Bytes sent and received using MB APIs on Win8 Pin
Sharath C V24-Oct-12 23:28
professionalSharath C V24-Oct-12 23:28 
I am not able to get bytes sent and received using NetworkInformation.GetInternetConnectionProfile(); since this function is returning Null.

Mobile Broadband dongle is being used to connect to internet. Connection calls using MB APIs are successful.

Code that fails is shown in the snippet below:
C#
using Windows.Networking.Connectivity;
.
.
.
.
ConnectionProfile connectionprofile = NetworkInformation.GetInternetConnectionProfile();
if (connectionprofile != null)
{
    DataUsage localusage = connectionprofile.GetLocalUsage(startime, currtime);
    string message = "\n Connection details: bytes received:" + localusage.BytesReceived + " bytes sent:" + localusage.BytesSent + "\n";
} 


-Sharath
AnswerRe: Unable to obtain Bytes sent and received using MB APIs on Win8 Pin
Sharath C V24-Oct-12 23:51
professionalSharath C V24-Oct-12 23:51 
QuestionWindows 8, Get list of drives Pin
USAFHokie8021-Sep-12 5:39
USAFHokie8021-Sep-12 5:39 
AnswerRe: Windows 8, Get list of drives Pin
BrowniePoints26-Oct-12 10:29
BrowniePoints26-Oct-12 10:29 
QuestionSave Canvas as image in WINRT using C# Pin
Vivek Deshmukh20-Sep-12 0:56
Vivek Deshmukh20-Sep-12 0:56 
AnswerRe: Save Canvas as image in WINRT using C# Pin
Richard MacCutchan20-Sep-12 2:32
mveRichard MacCutchan20-Sep-12 2:32 
GeneralRe: Save Canvas as image in WINRT using C# Pin
Vivek Deshmukh20-Sep-12 2:35
Vivek Deshmukh20-Sep-12 2:35 
Questionmetro torrent Pin
sealmu18-Sep-12 6:51
sealmu18-Sep-12 6:51 
QuestionMetro Camera AP snap shot event Pin
ej_evo17-Sep-12 19:59
ej_evo17-Sep-12 19:59 
AnswerRe: Metro Camera AP snap shot event Pin
pramod.hegde17-Sep-12 23:31
professionalpramod.hegde17-Sep-12 23:31 
GeneralRe: Metro Camera AP snap shot event Pin
ej_evo19-Sep-12 0:01
ej_evo19-Sep-12 0:01 
QuestionHow To Create Draggable and Drappable List Of Controls? Pin
Bardiamarzbani13-Sep-12 12:36
Bardiamarzbani13-Sep-12 12:36 
QuestionShow UserControls In “ItemsControl” with custom option in XAML Pin
Bardiamarzbani13-Sep-12 11:53
Bardiamarzbani13-Sep-12 11:53 
Questionwhat is winRT? Pin
vishalgpt2-Sep-12 7:20
vishalgpt2-Sep-12 7:20 
AnswerRe: what is winRT? Pin
SoMad2-Sep-12 9:54
professionalSoMad2-Sep-12 9:54 
QuestionA question about mixing technologies... Pin
Super Lloyd25-Aug-12 19:00
Super Lloyd25-Aug-12 19:00 
AnswerRe: A question about mixing technologies... Pin
David C# Hobbyist.26-Mar-13 9:00
professionalDavid C# Hobbyist.26-Mar-13 9:00 
GeneralRe: A question about mixing technologies... Pin
Super Lloyd26-Mar-13 14:56
Super Lloyd26-Mar-13 14:56 

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.