Just realise that I'm about as thick as they come!

From: Genome (ilike_spam_at_yahoo.co.uk)
Date: 02/03/05


Date: Thu, 03 Feb 2005 04:18:05 GMT

I want to write a thing called TestXYZ.

It comes up with a form that has a 'begin' button on it.

I'm not trying to be fancy here.

When you click on the 'begin' button the form turns into TestXYZ.1 with some
bits and pieces on it.

(An instruction panel and a picture thing to demonstrate what to do. With
some edit boxes that display values, and perhaps an up/down thing that lets
the user see what's going on. A done button and a 'next' button.)

When you click on the 'next' button (I might call it TestXYZ1Done) the form
turns into TestXYZ.2 with some different bits and pieces on it.

(An instruction panel and a picture thing to demonstrate what to do. With
some edit boxes that display values, and perhaps a left/right thing that
lets the user see what's going on. A couple of extra edit boxes for the user
to put some values back in along with a done button and a 'next' button.)

When you click on the 'next' button (I might call it TestXYZ2Done) the form
turns into TestXYZ.3 with some even more different bits and pieces on it.

And so on.

Now, there's probably some extra bit of underlying recording results to
files and some such stuff but, I'll try to beat me bollocks over that later.

I might, just, be able to do the bits in brackets.

At the moment I am messing about with MDI forms and that's getting a bit
aimless. I tend to do that. I really don't speak the language and I don't
know how to use it.

By the way, I've got Delphi4 Standard.

Please feel free to slap me about the face a bit.

Thanks

DNA



Relevant Pages

  • Re: Just realise that Im about as thick as they come!
    ... > (An instruction panel and a picture thing to demonstrate what to do. ... > some edit boxes that display values, and perhaps an up/down thing that lets ... A couple of extra edit boxes for the user ...
    (alt.comp.lang.borland-delphi)
  • Re: Just realise that Im about as thick as they come!
    ... > some edit boxes that display values, and perhaps a left/right thing that ... A couple of extra edit boxes for the ... > By the way, I've got Delphi4 Standard. ...
    (alt.comp.lang.borland-delphi)
  • Re: OK, Im finally stumped...
    ... | ) I can either draw the edit boxes or call CDialog::OnPaint, ... | the display after they are drawn OK. ... | UINT m_nRgbColor; ... The unused state controls remain grayed-out as expected. ...
    (microsoft.public.vc.mfc)
  • Re: Using CListCtrl in CPropertyPage
    ... Well, take head from it, at least you know what causes it to fail. ... It comes in handy when you want to use some specialized control you find on ... I can get the edit boxes to work and the headers of the ListCtrl ... >>to display, but none of the rows in the list box are displayed. ...
    (microsoft.public.vc.mfc)