Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
using DevExpress.Utils;
using DevExpress.XtraEditors;
using System;
namespace XtraMessageBox_HyperLink
{
public partial class Form1 : XtraForm
{
public Form1()
{
InitializeComponent();
}
private void btnMesaj_Click(object sender, EventArgs e)...
Imports DevExpress.XtraEditors
Partial Public Class Form1
Public Sub New()
InitializeComponent()
End Sub
Private Sub args_Showing(sender As Object, e As XtraMessageShowingArgs)
e.Buttons(DialogResult.Yes).Text = "Kaydet"
e.Buttons(DialogResult.No).Text = "Sil"...