I am able to create a dialog box and display a message using the code below
but am unable to add a button to the Alert Dialog Box.  Would like for the
button to navigate to the users wireless settings page so they can enable
their bluetooth adapter  Any Help?

AlertDialog.Builder builder = new AlertDialog.Builder(this);
            builder.SetMessage("Please Enable Bluetooth Adapter");
            builder.SetTitle("Unable to Connect");
            builder.Show();

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Alert-Dialog-Box-Button-tp4858102p4858102.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to