Re: [perl-win32-gui] Open and Save a file

2000-01-30 Thread Jens Luedicke
Hi there ... I implemented those fuctions into a menu (File: Load and Save) and saved the contents of a simple RichEdit Window into a file. Then I existed my little program, and started it again. When I wanted to load the particular file, my program crashed, with the output in the console

Re: [perl-win32-gui] Open and Save a file

2000-01-30 Thread David Hiltz
Is there an option to open and save a file ? you mean a file open/save dialog window? If so, $file_spec = "*.bmp\0" . " " x 256; $dir = cwd; $file = GUI::GetOpenFileName( -owner = $Win, -directory = "$dir", -title = "Load/Save File", -file =

[perl-win32-gui] Open and Save a file

2000-01-30 Thread Jens Luedicke
Hi there Is there an option to open and save a file ? with friendly regards Jens Luedicke [EMAIL PROTECTED]

Re: [perl-win32-gui] Looking for additional win32::GUI docs

2000-01-30 Thread Reini Urban
Lyndon Rickards wrote: Now I'm looking for a good book or FAQ to explain some of those cryptic win32 defines like WS_BORDER DS_MODALFRAME etc. Any pointers? The relisoft tutorials are the best. http://www.relisoft.com/win32/index.htm for the Win32 API and OLE