topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 11:00 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Can someone help  (Read 11967 times)

wesborland012001

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Can someone help
« on: February 10, 2006, 12:48 PM »
I wish to create my own eror messages, but am not so good with computers, how do i create my own ones?

cheers

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Can someone help
« Reply #1 on: February 10, 2006, 01:04 PM »
the easiest way is, go to the drwindows subdirectory called Dialogs.

usually in C:\Program Files\DrWidows\Dialogs

there you will find tons of .cfg files.

each one is a plain text file describing a dialog.

just open them in a text editor like notepad, modify them and save them with a new filename ending in .cfg, and that's all you have to do.

you can test then from the drwindows options page.

wesborland012001

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: Can someone help
« Reply #2 on: February 10, 2006, 02:45 PM »
Thanks