Click here to Skip to main content
16,006,440 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: ANDROID+Sqlserver 2008 Pin
Richard MacCutchan13-Mar-13 22:33
mveRichard MacCutchan13-Mar-13 22:33 
AnswerRe: ANDROID+Sqlserver 2008 Pin
aamir rafiq29-Mar-13 0:15
aamir rafiq29-Mar-13 0:15 
QuestionAndroid Socket Client Pin
Kumar Himanshu13-Mar-13 1:58
Kumar Himanshu13-Mar-13 1:58 
AnswerRe: Android Socket Client Pin
Prasad Khandekar2-May-13 5:25
professionalPrasad Khandekar2-May-13 5:25 
QuestionPhoneGap Applications Pin
Sudhakar Shinde12-Mar-13 22:06
Sudhakar Shinde12-Mar-13 22:06 
QuestionPIC-32 UART Receives Only Ten Bytes Then No More Pin
C-P-User-38-Mar-13 11:16
C-P-User-38-Mar-13 11:16 
Questionhow the android mobile can fetch a voice from application on it and send it by calling Pin
saad20005-Mar-13 9:24
saad20005-Mar-13 9:24 
QuestionAPP Demographics Pin
mauricemcse1-Mar-13 7:28
mauricemcse1-Mar-13 7:28 
Questionopen layout (Main.axml) in disigner in VS2010 Pin
jojoba201125-Feb-13 23:25
jojoba201125-Feb-13 23:25 
QuestionAndroid renderscript. Pin
BupeChombaDerrick25-Feb-13 3:48
BupeChombaDerrick25-Feb-13 3:48 
NewsSolved: Pin
BupeChombaDerrick26-Feb-13 22:26
BupeChombaDerrick26-Feb-13 22:26 
Questionandroid + C# + SQL Server 2008 Pin
jojoba201124-Feb-13 21:52
jojoba201124-Feb-13 21:52 
NewsSolved ! Pin
jojoba201125-Feb-13 20:04
jojoba201125-Feb-13 20:04 
Questionwanna Email Address Hossein Khalaj Pin
jojoba201118-Feb-13 0:04
jojoba201118-Feb-13 0:04 
AnswerRe: wanna Email Address Hossein Khalaj Pin
Pete O'Hanlon18-Feb-13 0:14
mvePete O'Hanlon18-Feb-13 0:14 
QuestionUse MessageBox In the Mono for Android in the Visual Studio 2010 Pin
Rafael Soares de Almeida13-Feb-13 9:52
Rafael Soares de Almeida13-Feb-13 9:52 
Dear Friends, I would like to know how to use MessageBox in Mono for Android in Visual Studio 2010 as code below:
C#
public void DeletarRegistro (int iId)
        {
            try
            {
                
                if (MessageBox.Show("Confirma exclusão? ", "Excluir", MessageBoxButtons.YesNo) == DialogResult.Yes)
                {
                    sSQLQuery = "DELETE FROM MyTable " + "WHERE _id='" + iId + "';";
                    sqldTemp.ExecSQL(sSQLQuery);
                    sMensagem = "Record is deleted: " + iId;
                    MessageBox.Show("Dados Excluídos com sucesso.");
                }
            }
            catch (SQLiteException ex)
            {
                sMensagem = ex.Message;
            }
        }

I am awaiting help. Confused | :confused:
AnswerRe: Use MessageBox In the Mono for Android in the Visual Studio 2010 Pin
Prasad Khandekar2-May-13 19:35
professionalPrasad Khandekar2-May-13 19:35 
QuestionWhich tablet platform is most secure? Pin
oleg638-Feb-13 8:00
professionaloleg638-Feb-13 8:00 
AnswerRe: Which tablet platform is most secure? Pin
Richard MacCutchan8-Feb-13 22:45
mveRichard MacCutchan8-Feb-13 22:45 
GeneralRe: Which tablet platform is most secure? Pin
oleg6311-Feb-13 4:50
professionaloleg6311-Feb-13 4:50 
GeneralRe: Which tablet platform is most secure? Pin
Richard MacCutchan11-Feb-13 5:06
mveRichard MacCutchan11-Feb-13 5:06 
GeneralRe: Which tablet platform is most secure? Pin
oleg6311-Feb-13 5:09
professionaloleg6311-Feb-13 5:09 
GeneralRe: Which tablet platform is most secure? Pin
Richard MacCutchan11-Feb-13 5:12
mveRichard MacCutchan11-Feb-13 5:12 
GeneralRe: Which tablet platform is most secure? Pin
Richard MacCutchan11-Feb-13 5:13
mveRichard MacCutchan11-Feb-13 5:13 
GeneralRe: Which tablet platform is most secure? Pin
oleg6311-Feb-13 5:49
professionaloleg6311-Feb-13 5:49 

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.