Click here to Skip to main content
15,879,535 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: force keyboard for dropdown box on mobile Pin
Richard MacCutchan7-Apr-17 2:50
mveRichard MacCutchan7-Apr-17 2:50 
GeneralRe: force keyboard for dropdown box on mobile Pin
TMarkus7-Apr-17 2:56
TMarkus7-Apr-17 2:56 
GeneralRe: force keyboard for dropdown box on mobile Pin
Richard MacCutchan7-Apr-17 3:01
mveRichard MacCutchan7-Apr-17 3:01 
GeneralRe: force keyboard for dropdown box on mobile Pin
TMarkus7-Apr-17 3:13
TMarkus7-Apr-17 3:13 
SuggestionRe: force keyboard for dropdown box on mobile Pin
David Crow7-Apr-17 6:06
David Crow7-Apr-17 6:06 
GeneralRe: force keyboard for dropdown box on mobile Pin
TMarkus7-Apr-17 16:18
TMarkus7-Apr-17 16:18 
GeneralRe: force keyboard for dropdown box on mobile Pin
TMarkus25-Apr-17 17:43
TMarkus25-Apr-17 17:43 
QuestionWinCE Fatal Application Error Dialog Pin
charlieg29-Mar-17 3:34
charlieg29-Mar-17 3:34 
QuestionI don't find the mistake I make---moved to Android Pin
User 1106097926-Mar-17 3:26
User 1106097926-Mar-17 3:26 
QuestionBEGINNER NEEDS HELP Pin
Member 1292900130-Dec-16 19:30
Member 1292900130-Dec-16 19:30 
AnswerRe: BEGINNER NEEDS HELP Pin
Wendelius30-Dec-16 20:58
mentorWendelius30-Dec-16 20:58 
AnswerRe: BEGINNER NEEDS HELP Pin
Richard MacCutchan30-Dec-16 21:11
mveRichard MacCutchan30-Dec-16 21:11 
AnswerRe: BEGINNER NEEDS HELP Pin
Member 1459781420-Sep-19 1:22
Member 1459781420-Sep-19 1:22 
QuestionApple Pay - WEB Integration through Braintree - how to create Certificate for the Sandbox / Development Environment? Pin
AndreeaLib27-Dec-16 1:37
AndreeaLib27-Dec-16 1:37 
AnswerRe: Apple Pay - WEB Integration through Braintree - how to create Certificate for the Sandbox / Development Environment? Pin
Richard MacCutchan27-Dec-16 4:55
mveRichard MacCutchan27-Dec-16 4:55 
Questionno définition for RequestAccessAsync in windows10 but i need it Pin
Member 865861427-Dec-16 0:05
Member 865861427-Dec-16 0:05 
AnswerRe: no définition for RequestAccessAsync in windows10 but i need it Pin
Richard Deeming10-Jan-17 3:43
mveRichard Deeming10-Jan-17 3:43 
QuestionHow to make running leds with Windows 10 IoT uwp c# Pin
ken7625-Dec-16 10:00
ken7625-Dec-16 10:00 
QuestionHelp getting started Pin
gopreetgo12-Dec-16 4:13
gopreetgo12-Dec-16 4:13 
AnswerRe: Help getting started Pin
Richard MacCutchan12-Dec-16 5:01
mveRichard MacCutchan12-Dec-16 5:01 
GeneralMessage Removed Pin
19-Apr-17 21:13
Member 1313824219-Apr-17 21:13 
AnswerRe: Help getting started Pin
camillebo16-Jun-17 13:32
camillebo16-Jun-17 13:32 
SuggestionRe: Help getting started Pin
David Crow16-Jun-17 17:44
David Crow16-Jun-17 17:44 
QuestionProblem to save to text with rasbperry windows 10 iot uwp? Pin
ken767-Dec-16 7:08
ken767-Dec-16 7:08 
C#
<pre lang="C#">I have problem with this visual c# uwp code when I am trying to save to text file with raspberry pi 3 with Windows 10 IoT.
 var path = @"urls.txt";
 var folder = Windows.ApplicationModel.Package.Current.InstalledLocation;
 var file = await folder.GetFileAsync(path);
 var lines = await Windows.Storage.FileIO.ReadLinesAsync(file);
 (lines[0]) = textBoxRadio.Text;
 (lines[1]) = textBoxRadio2.Text;
 await Windows.Storage.FileIO.WriteLinesAsync(file, lines);


Following error message appears
Unhandled exception at 0x75DC0D6F (twinapi.appcore.dll) in blinky.exe: 0xC000027B: An application-internal exception has occurred 
 (parameters: 0x038CF1D0, 0x00000001). occurred
 and the application halted.


Can someone help me?
Questionvery urgent!! Pin
Member 1280041118-Oct-16 4:48
Member 1280041118-Oct-16 4:48 

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.