MsgBoxResult.YesToString Not Using SystemLanguage

Nov 1, 2011

I'm using a Messagebox, which shows the Yes-button using my local language. However the use of MsgBoxResult.Yes.ToString returns "Yes", which is not what I was expecting.

View 6 Replies


ADVERTISEMENT

How To Respond To Msgboxresult Events

Jan 13, 2011

I have a datagrid and I want to delete selected row from that grid. It is working fine upto this. but I want to add some advance functioning with msgbox YES-No buttons. If user select some row and click on delete button, A msgbox with YES/No options appears. If user clicks YES, row should be deleted but if No is clicked then that row should not be deleted.I have tried it many ways,

Below is the code:
Private Sub btnDeleteSitting_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDeleteSitting.Click

[code]....

View 1 Replies

Change The Text Of MsgBoxResult In Afrikaans

Jul 18, 2010

For those who know by now the project I am bussy with is done in Afrikaans. Thus my qwestion, how can I change the text of MsgBoxResult (Yes, No) to (Ja, Nee)? Is it even poseble? Hendri Bissolati noviceprogrammer@vodamail.co.za

View 3 Replies

Error - Method Not Found Microsoft.visualbasic.msgboxresult

Apr 18, 2012

When I start my application I get the following error:

method not found microsoft.visualbasic.msgboxresult

I have tried repairing my .NET installation.

Note: This error only occurs on one machine. On every other machine it works fine which makes me think something with the .NET assemblies was corrupted. It was working fine on the broken machine a few days ago.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved