PView95 -   Windows 9x.
     (  ).
      Borland C++ (5.02)
    ,    .

===[ ZAdd_MyComp.reg -  ""
-    !

===[   "Init.c" :  x(100) y(20),
: (700) (640).

	// Create a main window for this application instance.
	hwnd = CreateWindow(szAppName,	// See RegisterClass() call
	szTitle,			// Text for window title bar
	WS_OVERLAPPEDWINDOW,	// Window style
	100,			//CW_USEDEFAULT, // Use default horizontal position
	20,			//CW_USEDEFAULT, // Use default vertical position
	700, 640,		// Initial size
	NULL,		// Overlapped has no parent
	NULL,		// Use the window class menu
	hInstance,	// This instance owns this window
	NULL		// Don't need data in WM_CREATE

 ListView "listview.c"

APPCOLUMNDEF acdProcess[] = 
{
	{IDS_PROCESS,	110},
	{IDS_PID,	100},
	{IDS_PRIORITY,	90},
	{IDS_THREADCNT,	60},
	{IDS_PROCESSTYPE,60},
	{IDS_FULLPATH,	400}
};

