Msgbox help

how can i create a msgbox with custom "dialog button", i mean, not a form, a msgbox with custom dialog buttons
4 Replies
230V
230V4mo ago
if the options from here are not sufficient for you, you'll need to create a Form for this
MessageBoxButtons Enum (System.Windows.Forms)
Specifies constants defining which buttons to display on a MessageBox.
Lex Li
Lex Li4mo ago
You can feel free to use the new TaskDialog since Windows Vista, https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.taskdialog?view=windowsdesktop-8.0 which supports many kinds of customization.
TaskDialog Class (System.Windows.Forms)
A task dialog allows to display information and get simple input from the user. It is similar to a MessageBox (in that it is formatted by the operating system) but provides a lot more features.
Sir Rufo
Sir Rufo4mo ago
GitHub
GitHub - ookii-dialogs/ookii-dialogs-winforms: Awesome dialogs for ...
Awesome dialogs for Windows Desktop applications built with Microsoft .NET (WinForms) - ookii-dialogs/ookii-dialogs-winforms
Ultimate Riser
Ultimate Riser4mo ago
I don't understand how to use it Damn Simply how to import it The methods are pretty simple and similar to show() of Messagebox
Want results from more Discord servers?
Add your server
More Posts
how can I make it so that it doesn't need to open up a whole new MainWindow when I try to go back?https://cdn.discordapp.com/attachments/169726357331378176/1209213220758364281/unknown_2024.02.19-19.Trying to understand this abstract code (and use it elsewhere)``` using System; using System.Collections; using System.Collections.Generic; using UnityEngine; puBlazor Server: Cannot access a closed StreamI'm trying to export a list of objects to a csv and then make the user download it. I'm getting an eMediatR in Class LibraryI have an application that's broken up in 3 parts: API, Blazor, and Class Library. The Class Library2 actions in one methodHey there, I am new to C# and ASP.NET, what I am trying to accomplish now is to make account area whMathPlugin in skprompt.txt file [Semantic kernel]What is proper way to set params in skprompt.txt file to call MathPlugin.Add function: ``` Console.Nuget Package: Project Reference Mutli Runtime TargetingHey Folks, I have a nuget package that wraps an exe, which I need to run on both linux and windows.interfacing with google cloud api for cloud translate, getting error for bad requestas title says, when calling my api key i get an error "invalid uri the uri string is too long"I followed a guide and I can't get it to work!So I followed a guide https://www.youtube.com/watch?v=tsQiYlPGPdA&t=11s&ab_channel=PrettyFlyGames anEvent handling in different views in WPFHello. So I have a button in my main window, And i would like for it to change controls in a differe