Click here to Skip to main content
15,885,916 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: software development cost Pin
Kunal Chowdhury «IN»28-Feb-16 18:51
professionalKunal Chowdhury «IN»28-Feb-16 18:51 
AnswerRe: software development cost Pin
Preston Berger14-Jun-16 5:32
Preston Berger14-Jun-16 5:32 
QuestionDecode QR Pin
Tirumaleswara Reddy.K20-Nov-15 21:58
Tirumaleswara Reddy.K20-Nov-15 21:58 
QuestionI wonder how phone trace working? Pin
JOE Heart Under Blade16-Nov-15 20:29
JOE Heart Under Blade16-Nov-15 20:29 
AnswerRe: I wonder how phone trace working? Pin
Richard MacCutchan16-Nov-15 21:14
mveRichard MacCutchan16-Nov-15 21:14 
GeneralRe: I wonder how phone trace working? Pin
JOE Heart Under Blade16-Nov-15 21:15
JOE Heart Under Blade16-Nov-15 21:15 
Question[WP8.1] How to scale a background image of a button? Pin
Dr Miroslav Stimac6-Nov-15 10:02
professionalDr Miroslav Stimac6-Nov-15 10:02 
Questionlost focus on form in Windows-Mobile Pin
goldsoft2-Nov-15 21:37
goldsoft2-Nov-15 21:37 
i have C# Windows-Mobile program, that open frmWork form - from Main form.

my Forms Directed for:

WindowStat = Maximized
TopMost = True
FormBorderStyle = None

from Form1 to Form2 i do something like this:

this.TopMost = false;
Form FG = new frmWork();
FG.ShowDialog();
this.TopMost = true ;

i try allso do this:

Form FG = new frmWork();
FG.ShowDialog();

i try on frmWork to do something like this:

this.BringToFront();
this.TopMost = true;

But unfortunately nothing helps, Sometimes the form is opened below the main form and can not see it.

I'd love to get direction to solve the problem

Answer[REPOST] lost focus on form in Windows-Mobile Pin
Richard Deeming3-Nov-15 2:14
mveRichard Deeming3-Nov-15 2:14 
QuestionHow to use printer in the universal windows 10 app in Visual Studio c# Pin
Anjani Rajdev30-Oct-15 3:20
Anjani Rajdev30-Oct-15 3:20 
AnswerRe: How to use printer in the universal windows 10 app in Visual Studio c# Pin
Afzaal Ahmad Zeeshan30-Oct-15 4:33
professionalAfzaal Ahmad Zeeshan30-Oct-15 4:33 
GeneralIs using images for buttons in Mobile app development is a common thing? Pin
Member 1189244119-Oct-15 20:55
Member 1189244119-Oct-15 20:55 
GeneralRe: Is using images for buttons in Mobile app development is a common thing? Pin
Richard MacCutchan20-Oct-15 2:59
mveRichard MacCutchan20-Oct-15 2:59 
GeneralRe: Is using images for buttons in Mobile app development is a common thing? Pin
Member 1189244120-Oct-15 19:11
Member 1189244120-Oct-15 19:11 
GeneralRe: Is using images for buttons in Mobile app development is a common thing? Pin
Richard MacCutchan20-Oct-15 21:28
mveRichard MacCutchan20-Oct-15 21:28 
GeneralRe: Is using images for buttons in Mobile app development is a common thing? Pin
Richard MacCutchan20-Oct-15 21:29
mveRichard MacCutchan20-Oct-15 21:29 
GeneralRe: Is using images for buttons in Mobile app development is a common thing? Pin
Member 138173168-May-18 22:37
Member 138173168-May-18 22:37 
QuestionWindows 10 mobile live tile not updating in emulator? Pin
windowsphonewinit12348-Oct-15 21:51
windowsphonewinit12348-Oct-15 21:51 
QuestionDevelop windows 10 app using windows 7 and visual studio 2013 Pin
Anjani Rajdev5-Oct-15 0:11
Anjani Rajdev5-Oct-15 0:11 
AnswerRe: Develop windows 10 app using windows 7 and visual studio 2013 Pin
Richard MacCutchan5-Oct-15 0:50
mveRichard MacCutchan5-Oct-15 0:50 
AnswerRe: Develop windows 10 app using windows 7 and visual studio 2013 Pin
Pavan_Pareta7-Oct-15 22:35
Pavan_Pareta7-Oct-15 22:35 
AnswerRe: Develop windows 10 app using windows 7 and visual studio 2013 Pin
Peter_in_27807-Oct-15 22:56
professionalPeter_in_27807-Oct-15 22:56 
GeneralRe: Develop windows 10 app using windows 7 and visual studio 2013 Pin
Afzaal Ahmad Zeeshan7-Oct-15 23:03
professionalAfzaal Ahmad Zeeshan7-Oct-15 23:03 
QuestionC++ mobile SDK, tips and how tos? Pin
VooDooChicken2-Oct-15 6:18
VooDooChicken2-Oct-15 6:18 
AnswerRe: C++ mobile SDK, tips and how tos? Pin
Richard MacCutchan2-Oct-15 7:26
mveRichard MacCutchan2-Oct-15 7:26 

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.