Jump to content

Category:PM Articles: Difference between revisions

From EDM2
No edit summary
Replaced content with "Visit also the List of Presentation Manager Articles. This category includes the Presentation Manager related articles: Category:Articles"
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
Visit also the [[List of Presentation Manager Articles]].  
This are the articles related to OS/2 Presentation Manager.


<!--        TABLE WITH COLUMNS        -->
This category includes the Presentation Manager related articles:  
<table>
<tr style="vertical-align:top;">


<!--        FIRST COLUMN        -->
[[Category:Articles]]
<td style="width:30%; border: 1px solid #c6c9ff; padding: .5em 1em 1em; color: #000000; background-color: #f0f0ff">
 
<h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">EDM/2 Wiki Articles</h3>
* [[Implementing Flyout Menus in OS/2]] by [[Mike La Martina]] (May 1999)
* [[Mnemonics in Dialog Boxes]] by [[Stefan Ruck]] (September 1998)
* [[Calling PM from AVIO Applications]] by [[Roman Stangl]] (August 1998)
* How do I? by [[Eric Slaats]]
** [[How do I? - Part 19|Part 19]] (August 16, 1998)
** [[How do I? - Part 18|Part 18]] (July 16, 1998)
** [[How do I? - Part 17|Part 17]] (May 16, 1998)
** [[How do I? - Part 16|Part 16]] (April 16, 1998)
** [[How do I? - Part 15|Part 15]] (16 February 1998)
** [[How do I? - Part 14|Part 14]] (January 16, 1998)
** [[How do I? - Part 13|Part 13]] (16 November 1997)
** [[How do I? - Part 12|Part 12]] (16 October 1997)
** [[How do I? - Part 11|Part 11]] (16 September 1997)
** [[How do I? - Part 10|Part 10]] (16 August 1997)
** [[How do I? - Part 9|Part 9]] (July 16, 1997)
** [[How do I? - Part 8|Part 8]] (16 May 1997)
** [[How do I? - Part 7|Part 7]] (April 16, 1997)
** [[How do I? - Part 6|Part 6]] (March 16, 1997)
** [[How do I? - Part 5|Part 5]] (February 16, 1997)
** [[How do I? - Part 4|Part 4]] (January 17, 1997)
** [[How do I? - Part 3|Part 3]] (December 1996)
** [[How do I? - Part 2|Part 2]] (November 1996)
** [[How do I? - Part 1|Part 1]] (October 1996)
* [[Split Views and Toolbars]] by [[Sergey I. Yevtushenko]] (April 1998)
* [[Dynamic Control Formatting]] by [[Alger Pike]] (December 1997)
* [[The Making of CandyBarZ]] by [[Matt Wagner]] (October 1997)
* [[Disabling a Window (Rectangle)]] by [[Roman Stangl]] (October 1997)
* [[Notebook Key Processing]] by [[Roman Stangl]] (August 1997) 
* [[Fitting a Notebook into a Dialog]] by [[Roman Stangl]] (July 1997)
* [[Assembly Language Programming for OS/2 Presentation Manager]] by [[Micho Durdevich]]
* [[Bubble help]] by [[Eric Slaats]] (December 1995)
* [[OS/2 Frequently Asked Questions]] (PM Related) by [[Dean Roddey]] (November 1995)
* [[Easy Buttonbars]] by [[Eric Slaats]] (September 1995)
* [[Using a DLL for a PM hook]] by [[Roger Orr]] (May 1995)
* [[Programming for the OS/2 PM in C]] by [[Rick Papo]] (November 1998)
* Building an Editor by [[Eric Slaats]] and [[Marc Mittelmeijer]]
** [[Building an Editor - Part 1|Part 1]] (April 1995)
** [[Building an Editor - Part 2|Part 2]] (June 1995)
** [[Building an Editor - Part 3|Part 3]] (November 1995)
* [[The Infinitely Floating Spinbutton]] by [[Marc Mittelmeijer]] and [[Eric Slaats]] (February 1995)
* Introduction to PM Programming by [[Larry Salomon Jr.]] (1993 - 1994 - 1995)
** [[Introduction to PM Programming - Dec 1993|A new intro, Events, Resources and Handles]] (December 1993)
** [[Introduction to PM Programming - Jan 1994|Basic concepts and components of a simple app]] (January 1994)
** [[Introduction to PM Programming - Feb 1994|The window procedure]] (February 1994)
** [[Introduction to PM Programming - Mar 1994|Dialog boxes and resource files]] (March 1994)
** [[Introduction to PM Programming - Apr 1994|Tdialog procedures and its controls]] (April 1994)
** [[Introduction to PM Programming - May 1994|The dialog procedure continued and the first window class (WC_ENTRYFIELD)]] (May 1994)
** [[Introduction to PM Programming - Jun 1994|WC_ENTRYFIELD cont., it's messages and associated concepts]] (June 1994)
** [[Introduction to PM Programming - Jul 1994|WC_LISTBOX class, its use, limitations and messages(some)]] (July 1994)
** [[Introduction to PM Programming - Sep 1994|nameDlgProc() and Listboxes]] (September 1994)
** [[Introduction to PM Programming - Oct 1994|WC_BUTTON class]] (October 1994)
** [[Introduction to PM Programming - Nov 1994|Ownerdrawn control and Button control]] (November 1994)
** [[Introduction to PM Programming - Dec 1994|WC_LISTBOX class]] (December 1994)
** [[Introduction to PM Programming - Jan 1995|Ownerdrawn capabilities of the WC_LISTBOX class.]] (January 1995)
** [[Introduction to PM Programming - Feb 1995|WC_TITLEBAR and WC_STATIC classes]] (February 1995)
** [[Introduction to PM Programming - Apr 1995|WC_MENU class]] (April1995)
** [[Introduction to PM Programming - May 1995|WC_MENU class continued]] (May 1995)
** [[Introduction to PM Programming - Jun 1995|A sample app. with a menu control]] (June 1995)
** [[Introduction to PM Programming - Sep 1995|Popup Menus, interacting messages for the menu control and neat possibilities for menus]] (September 1995)
** [[Introduction to PM Programming - Nov 1995|WC_SCROLLBAR class]] (March 1994)
** [[Introduction to PM Programming - Dec 1995|The use of scrollbars in an application]] (December 1995)
** [[Introduction to PM Programming - Feb 1996|The slider classes]] (February 1996)
* [[Programming the OS/2 Switch List]] by [[Roger Orr]] (December 1994)
* The Design and Implementation of VIOWIN by [[Larry Salomon Jr.]]
** [[The Design and Implementation of VIOWIN - Part 1|Part 1]]
** [[The Design and Implementation of VIOWIN - Part 2|Part 2]]
** [[The Design and Implementation of VIOWIN - Part 3|Part 3]]
** [[The Design and Implementation of VIOWIN - Part 4|Part 4]]
** [[The Design and Implementation of VIOWIN - Part 5|Part 5]]
** [[The Design and Implementation of VIOWIN - Part 6|Part 6]]
** [[The Design and Implementation of VIOWIN - Part 7|Part 7]]
** [[The Design and Implementation of VIOWIN - Part 8|Part 8]]
* Sprites and Animation by [[Larry Salomon Jr.]](May/July 1994)
** [[Sprites and Animation Part 1|Part 1]] (May 1994)
** [[Sprites and Animation Part 2|Part 2]] (May 1994)
** [[Sprites and Animation Part 3|Part 3]] (July 1994)
** [[Sprites and Animation Part 4|Part 4]]
* [[Utilizing Hooks for Added Capabilities]] by [[Larry Salomon Jr.]] (January 1994)
* [[Writing a Direct Manipulation Spy]]  by [[Larry Salomon Jr.]] (December 1993)
* [[Threads in PM Applications]] by [[Larry Salomon Jr.]]  (November 1993)
* [[C++ Encapsulation of PM]] by [[Gordon Zeglinski]] (July/August/September 1993)
* Programming the Container Control by [[Larry Salomon Jr.]] (May/October 1993)
** [[Programming the Container Control - Part 1|Part 1]] (May/June 1993)
** [[Programming the Container Control - Part 2|Part 2]] (July/August/September 1993)
** [[Programming the Container Control - Part 3|Part 3]] (October 1993)
* [[Programming the OS/2 Container Control: By Example]] by [[Peter Haggar]] and [[Peter Brightbill]] (1993)
* [[Programming the OS/2 Container Control: The Basics]] by [[Peter Haggar]] and [[Peter Brightbill]] (1993)
* Development of a New Window Class by [[Larry Salomon Jr.]]
** [[Development of a New Window Class - Part 1|Part 1]] (July/August/September 1993)
** [[Development of a New Window Class - Part 2|Part 2]] (October 1993)
* Introduction and a bare-bones PM application by [[Gavin Baker]]
** [[Introduction and a bare-bones PM application|Introduction]] (March 1993)
** [[Introduction and a bare-bones PM application (Processes and Threads)|Processes and Threads]] (April 1993)
** [[Introduction and a bare-bones PM application (Resources)|Resources]]  (May/June 1993)
* [[Drawing your own listboxes]] by [[Roger Orr]] (April 1991)
 
 
<h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">EDM/2 Classic Articles</h3>
* [http://www.edm2.com/0603/notebook.html OS/2 v4.0 Notebooks] by [[Stephane Bessette]] (March 1998)
* [http://www.edm2.com/0501/hooks.html Hooking: TSRs Invade PM] by [[Michael Shillingford]] (January 1997)
* [http://www.edm2.com/0101/palette.html The Unofficial guide to the Palette Manager] by [[Raja Thiagarajan]] (March 1993)
 
 
 
 
<h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">Related Categories</h3>
* [[:Category:SOM Articles|SOM Articles]]
 
</td>
 
<!--        SECOND COLUMN        -->
<td style="width:30%; border: 1px solid #c6c9ff; padding: .5em 1em 1em; color: #000000; background-color: #f0f0ff">
 
<h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">External Articles</h3>
* [http://www.os2ezine.com/20020216/page_10.html Controlling PM Controls] by [[Alessandro Cantatore]] (February 16, 2002)
* [http://xenia.sote.hu/~kadzsol/pmc/index.htm Programming for the OS/2 PM in C] by [[Rick Papo]], [[Gyetván András]] (November 1998) (English and Hugarian)
* [http://supportline.microfocus.com/documentation/books/oc41books/uipm16cn.htm Microfocus COBOL - Chapter 14: Presentation Manager Applications (16-bit)]
* [http://supportline.microfocus.com/documentation/books/oc41books/uipm32cn.htm Microfocus COBOL - Chapter 15: Presentation Manager Applications (32-bit)]
* [http://www.mactech.com/articles/mactech/Vol.04/04.12/OS2/index.html The Good, the Bad, and the Ugly: OS/2 Presentation Manager for Mac Programmers] by [[Dan Weston]]
* [http://hobbes.nmsu.edu/h-search.php?key=drgmon.zip Sample program for OS/2 Drag/Drop facilities] by [[Rick Fishman]] (December 1993)
* [http://hobbes.nmsu.edu/h-search.php?key=thread2.zip Multi-threading PM Application] by unknown (1993)
 
 
 
<h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">Public Resources</h3>
* [http://cyberkinetica.homeunix.net/os2tk45/pm1/ PM1.INF - Presentation Manager Programming Guide and Reference, Part 1 of 5] by [[IBM]]
* [http://cyberkinetica.homeunix.net/os2tk45/pm2/ PM2.INF - Presentation Manager Programming Guide and Reference, Part 2 of 5] by [[IBM]]
* [http://cyberkinetica.homeunix.net/os2tk45/pm3/ PM3.INF - Presentation Manager Programming Guide and Reference, Part 3 of 5] by [[IBM]]
* [http://cyberkinetica.homeunix.net/os2tk45/pm4/ PM4.INF - Presentation Manager Programming Guide and Reference, Part 4 of 5] by [[IBM]]
* [http://cyberkinetica.homeunix.net/os2tk45/pm5/ PM5.INF - Presentation Manager Programming Guide and Reference, Part 5 of 5] by [[IBM]]
 
 
<h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">Retail Books</h3>
* [http://books.google.com/books?id=HlEIAAAACAAJ OS/2 Warp presentation manager mentor: Foundations of PM programming] - Wiley, 1996 by [[Michael Drapkin]]
* [http://www.amazon.com/exec/obidos/ISBN=0471058394/edm2A/ Os/2 Warp Presentation Manager for Power Programmers] by [[Uri Joseph Stern]], [[James S. Morrow]], - John Wiley & Sons Inc (Computers) (December 1995) - [http://www.edm2.com/0405/codesmith.html Book Review]
* [http://books.google.com.ec/books?id=nnIhAQAAIAAJ OS/2 warp presentation manager API] by [[Joel Barnum]], [[Marc Stock]] - Wiley (23/05/1995)
* [http://www.amazon.com/exec/obidos/ISBN=0442019394 OS/2 Presentation Manager GPI: Graphics Programming Guide to the 32-Bit Operating System] by [[Graham C. Winn]] - Van Nostrand Reinhold Company; 2nd edition (December 1994) - [http://www.edm2.com/0206/codesmith.html Book Review]
* [http://www.amazon.com/Presentation-Manager-Programming-Book-Disk/dp/1562761234 OS/2 Presentation Manager Programming] by [[Charles Petzold]] - Ziff Davis Pr; Pap/Dskt edition (July 1994) - [http://www.edm2.com/0211/codesmith.html Book Review]
* [http://books.google.com.ec/books?id=g8VQAAAAMAAJ OS/2 presentation manager programming for COBOL programmers] by [[Robert B. Chapman]] - John Wiley & Sons (1994)
* [http://www.amazon.com/Advanced-Presentation-Programming-Professional-Computing/dp/047159198X Advanced Os/2 Presentation Manager Programming] by [[Thomas E. Burge]], [[Joseph Celi]] - John Wiley & Sons Inc (Computers) (November 1993)
* [http://books.google.com.ec/books?id=T9A-AAAACAAJ OS/2 2.0 Presentation Manager Graphics Program Guide] by [[IBM]] - Que (01/03/1993)
* [http://books.google.com.ec/books?id=dWW_AAAACAAJ OS/2 2.1 Workplace Shell Programming] by [[Stefano Maruzzi]] - Random House Information Group (1993)
* [http://www.amazon.com/exec/obidos/ISBN=0442012926/edm2A/ Learning to Program OS/2 2.0 Presentation Manager by Example] - Van Nostrand Reinhold; Har/Dis edition (August 1992) by [[Stephen A. Knight]] - [http://www.edm2.com/0204/codesmith.html Book Review]
* [http://books.google.com/books?id=ALZQAAAAMAAJ OS/2 Presentation Manager programming: hints and tips] by [[Bryan Goodyer]] - McGraw-Hill (1993)
* [http://books.google.com.ec/books?id=hcUmAAAAMAAJ Writing scientific programs under the OS/2 presentation manager] by [[James William Cooper]] - Wiley (07-1990)
* [http://books.google.com.ec/books?id=x6wmAAAAMAAJ&q OS/2 presentation manager programming] by [[Paul W. Cheatham]], [[David E. Reich]], [[Robert F. G. Robinson]] - Wiley (01-1990)
* [http://books.google.com/books?id=eBQ0AQAAIAAJ Programmer's guide to the OS/2 presentation manager] by [[Michael J. Young]] - Sybex (1989)
* [http://books.google.com/books/about/Programming_the_OS_2_Presentation_manage.html?id=x8is7COXZ98C Programming the OS/2 Presentation manager] by [[Charles Petzold]] - Microsoft Press (1989)
 
 
</td>
 
</table>

Latest revision as of 04:47, 13 November 2016

Visit also the List of Presentation Manager Articles.

This category includes the Presentation Manager related articles:

Subcategories

This category has only the following subcategory.

Pages in category "PM Articles"

The following 118 pages are in this category, out of 118 total.