Device Manage for OS/2

DevCon for OS/2 - Developer Connection

Operating systems:
ArcaOS, eComStation, IBM OS/2 Warp
eComStation myths 

(Unsorted)  
 
 
Compilers  
 
 
Tools  
 
 
REXX  
 
 
Drivers/kernel  
 
 

 

 

/ Guidelines: Base control elements / Frame controls

Frame-controls

Q: How to hide Titlebar of frame window?

Collect HWND of title, maxmin button, ..

To hide the title bar:

   BarTitle=WinWindowFromID( BarHWND, FID_TITLEBAR );
   WinSetParent( BarTitle, HWND_OBJECT, FALSE );

   WinSetParent( hWndTitle, HWND_OBJECT, TRUE );
   WinSetParent( hWndSysMenu, HWND_OBJECT, TRUE );
   WinSetParent( hWndMinMax, HWND_OBJECT, TRUE );
   //WinInvalidateRect(hwndFrame,NULL,TRUE);

To restore title bar:

   WinSetParent( hWndTitle, hwndFrame, TRUE );
   WinSetParent( hWndSysMenu, hwndFrame, TRUE );
   WinSetParent( hWndMinMax, hwndFrame, TRUE );

Q: How to change the title of frame-window?

not translated

Q: How to restrict maximal / minimal size of frame window?

Example of code

 


 

 

ArcaOS 5.1.1 - DOS works again

DOS virtual machine works again (it was working on Core 2 Duo, and didn't for i5). Install ArcaOS in UEFI mode to use DOS VM.

"SVISTA a-la Vista"

We have released SVISTA/2 virtual machine in 2004,

Eugene Gorbunoff have combined "Serenity Virtual Station" to spanish "Vista".

2004, 2005, there were several announcements on all major computer web-sites.
later Microsoft released OS named Vista

// надо на ENG!!
Blonde Guy

Buy OS/2 application: OS/2 Doctor to analyze what is broken in OS/2 (15$)

 
Every conference is important.

Warpstock Europe 2017

Interview with Roderick Klein
What do we discuss? I don't remember.

What was happening at that conference?

 

(C) OS2.GURU 2001 -- 2025