Results 1 to 6 of 6

Thread: [2008] Customer Message box buttons

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2007
    Posts
    520

    Cool [2008] Customer Message box buttons

    heya guys

    Is it possible to create a messagebox however state what the buttons on it say rather than using the standard ones?

    Thank you in advance

    Frosty

  2. #2
    Frenzied Member CoachBarker's Avatar
    Join Date
    Aug 2007
    Location
    Central NY State
    Posts
    1,121

    Re: [2008] Customer Message box buttons

    Can you explain a little clearer what you want to do. You can create your own message box as a form and put whatever you want on the buttons for text.
    Thanks
    CoachBarker

    Code Bank Contribution
    Login/Manage Users/Navigate Records
    VB.Net | C#

    Helpful Links: VB.net Tutorial | C Sharp Tutorial | SQL Basics

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2008] Customer Message box buttons

    Glad to see I am not the only one who types "customer" when they mean to type "custom".

    Anyways, the only way to change the buttons from the possible defaults is using some subclassing which I know I did in VB6 to accomplish that.

    However it is really just easiest to make your own form and use that as a messagebox, then you get 100% customizability with it.

  4. #4
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: [2008] Customer Message box buttons

    I'm still confused.... Does he mean a custom message box? That is pretty easy it would just be a custom modal window that has a static type so you don't have to instantiate to class to use it. Having said that im still not 100% sure what he needs.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2007
    Posts
    520

    Re: [2008] Customer Message box buttons

    ok brilliant thank you
    yea i will have to make sure that i check my posts before i submit them in future haha

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: [2008] Customer Message box buttons

    Quote Originally Posted by frosty16
    ok brilliant thank you
    yea i will have to make sure that i check my posts before i submit them in future haha
    Why bother? Nobdy else does.
    My usual boring signature: Nothing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width