• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

[C#] Custom MessageBox Source

Elite_Modz

Active Poster
Retired Staff
Active Member
Console ID Poster
Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Threading;
using System.IO;

namespace WindowsFormsApplication1
{
  public partial class MessageBox1 : Form
  {

  public MessageBox1()
  {
  InitializeComponent();
  }

  #region MessageBox
  static MessageBox1 MsgBox; static DialogResult result = DialogResult.No;
  public static DialogResult Show(string Text, string Caption, string btnOK, string btnCancel, bool action)
  {
  MsgBox = new MessageBox1();
  MsgBox.label1.Text = Text;//Text
  MsgBox.button2.Text = btnOK;//OK
  MsgBox.button1.Text = btnCancel;//Cancel
  MsgBox.label2.Text = Caption;//Caption
  result = DialogResult.No;
  MsgBox.ShowDialog();
  return result;

  if (action == true)
  {
  MessageBox_Action();
  }
  else if (action == false)
  {

  }
  else
  {

  }
  }

  public static void MessageBox_Action()
  {
  MsgBox.timer1.Start();
  }
  #endregion
  }
}

Call:
Code:
MessageBox1.Show("", "", "", "", true);

View Code:
 
Last edited:
General chit-chat
Help Users
  • @ QM|T_JinX:
    there is a tool for not sure what it was called but if you type that in google you will find something
  • Chat Bot:
    Mushi1380 is our newest member. Welcome!
  • Chat Bot:
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ God:
    Hey what’s up everybody! Hope all is having a great blessed day!
  • @ QM|T_JinX:
    hey how you doing
  • @ QM|T_JinX:
    all good here watching a movie lol
  • @ God:
    What’s up man, long time no talk! Hope you are doing well. I’m doing pretty decent living the dream you know. What movie are you watching
  • @ QM|T_JinX:
    yea im doing great bro thanks for asking yea has been a long long time that i seen you on here hahha
  • @ QM|T_JinX:
    james bond hahah
  • @ God:
    Forsure man, I will never forget this amazing site! This is like a home for me just just can’t get it out of my blood you know lol. James Bond is always good and great movies. How old are you know if you don’t mind me asking bro
  • @ QM|T_JinX:
    well if your asking if im a kid then no lol
  • @ QM|T_JinX:
    im from 1985
  • @ QM|T_JinX:
    lol i was on this site when you was staff here wanted to become staff too haha
  • @ God:
    Nah bro I know you ain’t a kid lol me and you have a lot of great memories and conversations. I was just asking because it’s been a while. No hard feelings, I’m 24 I’ll be 25 in December 2nd
  • @ QM|T_JinX:
    non takin im closer to 40 bro im old as f*ck
  • @ God:
    Nah you still have a long great life left, you are a good person bro. You are one of the most active person on this site maybe the top active one. I want to get the site back going like it was in the good ole days you remember I have resources and ways to get it back going
  • @ QM|T_JinX:
    i do remember and that would be awesome if that works
  • @ QM|T_JinX:
    yea i like to be active staff should always be online right and befor that i was active bc i wanted to be staff like you guys hahah
  • @ QM|T_JinX:
    i try to get it active again with xploit on ps4 but it didnt go all that well so here we are lol
  • @ God:
    You are right bro Staff should definitely be active and doing all they can to help and promote the site! I know I did I always done giveaways Premium fourms and I stayed active. Maybe we can bring it back that would be amazing! I think I can and we all can together as one
  • @ QM|T_JinX:
    im in for that bro
  • @ QM|T_JinX:
    yea i saw the giveaways back then great job on that too
      @ QM|T_JinX: yea i saw the giveaways back then great job on that too
      Back
      Top