> 
> I'm just getting started with Win32::GUI. I have a basic question. I create
> a window, but can't get a Label to show up. Is there another way to put text
> in the window?
> 
> Can you spot what I'm doing wrong? Code is below:

  Add this...

     Win32::GUI::Dialog();

  after the $M->Show;

  -dhiltz

Reply via email to