wine
23 years agoCheck all Callouts function pointers for NULL before using them.
Alexandre Julliard [Wed, 8 Nov 2000 22:47:53 +0000 (22:47 +0000)] 
Check all Callouts function pointers for NULL before using them.
Don't load USER dll if not needed by the application.

23 years ago- Implemented 73 CRT functions
Jon Griffiths [Wed, 8 Nov 2000 22:42:53 +0000 (22:42 +0000)] 
- Implemented 73 CRT functions
- Reimplemented file I/O using Win32 calls
- Set errno/doserrno in most calls

23 years agoAdd missing #include <netinet/in_systm.h> and #include <netinet/in.h>.
Gerald Pfeifer [Wed, 8 Nov 2000 22:21:54 +0000 (22:21 +0000)] 
Add missing #include <netinet/in_systm.h> and #include <netinet/in.h>.

23 years agoAdded middle mouse button handling.
Alexandre Julliard [Wed, 8 Nov 2000 05:06:58 +0000 (05:06 +0000)] 
Added middle mouse button handling.

23 years agoRemoved .s files.
Alexandre Julliard [Wed, 8 Nov 2000 05:06:32 +0000 (05:06 +0000)] 
Removed .s files.

23 years agoMoved things to the proper rpcxxx.h header.
Francois Gouget [Wed, 8 Nov 2000 05:06:10 +0000 (05:06 +0000)] 
Moved things to the proper rpcxxx.h header.
Added some type definitions used by the MFC.

23 years agoWe must include windef.h before wtypes.h (directly or indirectly).
Francois Gouget [Wed, 8 Nov 2000 05:05:15 +0000 (05:05 +0000)] 
We must include windef.h before wtypes.h (directly or indirectly).

23 years agoAdded DM_REPOSITION.
Francois Gouget [Wed, 8 Nov 2000 05:04:03 +0000 (05:04 +0000)] 
Added DM_REPOSITION.

23 years agoWe must include stdarg.h.
Francois Gouget [Wed, 8 Nov 2000 05:03:45 +0000 (05:03 +0000)] 
We must include stdarg.h.
Added a few missing exception related types.

23 years agoWe must include ctype.h so that applications get isalnum & co.
Francois Gouget [Wed, 8 Nov 2000 05:03:15 +0000 (05:03 +0000)] 
We must include ctype.h so that applications get isalnum & co.

23 years agoAdded CC_SOLIDCOLOR and CC_ANYCOLOR.
Francois Gouget [Wed, 8 Nov 2000 05:02:50 +0000 (05:02 +0000)] 
Added CC_SOLIDCOLOR and CC_ANYCOLOR.

23 years agoMoved builtin dll registration to libwine.
Alexandre Julliard [Wed, 8 Nov 2000 04:33:20 +0000 (04:33 +0000)] 
Moved builtin dll registration to libwine.
Changed process initialization to not load imported dlls too early.

23 years agoImplemented VK_PRIOR and VK_NEXT processing (merged from Corel tree).
Aric Stewart [Wed, 8 Nov 2000 04:30:16 +0000 (04:30 +0000)] 
Implemented VK_PRIOR and VK_NEXT processing (merged from Corel tree).

23 years agoToUnicode: ignore CTRL+number keystrokes.
Aric Stewart [Wed, 8 Nov 2000 04:29:42 +0000 (04:29 +0000)] 
ToUnicode: ignore CTRL+number keystrokes.

23 years agoAdded new library.h header for libwine definitions.
Alexandre Julliard [Wed, 8 Nov 2000 04:28:54 +0000 (04:28 +0000)] 
Added new library.h header for libwine definitions.
Added getpagesize() and wine_anon_mmap() portability functions.

23 years agopthread_atfork: don't call critical section functions before
Alexandre Julliard [Tue, 7 Nov 2000 20:32:52 +0000 (20:32 +0000)] 
pthread_atfork: don't call critical section functions before
initialization is done.

23 years agoFixed 0/-1 mixup for indicating no mapping handle.
Alexandre Julliard [Tue, 7 Nov 2000 20:32:08 +0000 (20:32 +0000)] 
Fixed 0/-1 mixup for indicating no mapping handle.

23 years agoFixed typos in comments.
Francois Gouget [Tue, 7 Nov 2000 20:30:50 +0000 (20:30 +0000)] 
Fixed typos in comments.

23 years agoImplemented toolbar customization dialog.
Eric Kohl [Tue, 7 Nov 2000 20:30:11 +0000 (20:30 +0000)] 
Implemented toolbar customization dialog.

23 years agoImplemented new messages.
Eric Kohl [Tue, 7 Nov 2000 20:29:50 +0000 (20:29 +0000)] 
Implemented new messages.

23 years ago- Take OMAP records into account to correct symbol addresses.
Ulrich Weigand [Tue, 7 Nov 2000 20:29:20 +0000 (20:29 +0000)] 
- Take OMAP records into account to correct symbol addresses.
- Understand CodeView data embedded in the PE file itself.
- Understand NB11 signature CodeView data.
- No more bogus 'timestamp mismatch' errors.
- General cleanup / removal of duplicate code.

23 years agoAdded missing IMAGE_DEBUG_MISC definition.
Ulrich Weigand [Tue, 7 Nov 2000 20:29:00 +0000 (20:29 +0000)] 
Added missing IMAGE_DEBUG_MISC definition.

23 years agoSend the local ip address with the PORT command and not that of the
Huw D M Davies [Tue, 7 Nov 2000 20:28:34 +0000 (20:28 +0000)] 
Send the local ip address with the PORT command and not that of the
server.
Fix handling of multi-line responses.
Read a response after the STOR command.

23 years agoImplemented the RedrawItems message for a listview.
Aric Stewart [Tue, 7 Nov 2000 20:28:11 +0000 (20:28 +0000)] 
Implemented the RedrawItems message for a listview.

23 years agoNew path for AFM documentation on the net.
Dmitry Timoshkov [Tue, 7 Nov 2000 20:27:40 +0000 (20:27 +0000)] 
New path for AFM documentation on the net.

23 years agoFix the include path handling in get_real_include_name
Francois Gouget [Tue, 7 Nov 2000 20:27:16 +0000 (20:27 +0000)] 
Fix the include path handling in get_real_include_name
Modified get_real_include_name so that it can follow an include path
starting with $(TOPSRCDIR)
Indent the debug messages a bit more so that winemaker's is still
readable when they are on
The ATL_INCLUDE_ROOT variable was set wrong (configure.in)
The MFC include path must contain the path to the ATL headers
(configure.in)

23 years agoUse DrawFocusRect to draw the focus rectangle.
Francois Gouget [Tue, 7 Nov 2000 20:26:51 +0000 (20:26 +0000)] 
Use DrawFocusRect to draw the focus rectangle.

23 years ago- fortify ASPI /proc file parsing (SCSI_getprocentry()) against
Andreas Mohr [Tue, 7 Nov 2000 20:26:14 +0000 (20:26 +0000)] 
- fortify ASPI /proc file parsing (SCSI_getprocentry()) against
  CD-ROM drives that are doing mad things with spaces
- add ERR()s in case of parsing problems

23 years agoAdded 16x16 wine logo.
Aric Stewart [Tue, 7 Nov 2000 20:25:54 +0000 (20:25 +0000)] 
Added 16x16 wine logo.

23 years agoRemoved SUBDIRS in winmm Makefile.
Alexandre Julliard [Mon, 6 Nov 2000 20:26:43 +0000 (20:26 +0000)] 
Removed SUBDIRS in winmm Makefile.

23 years agoAdded stubs and setupapi.h.
James Hatheway [Mon, 6 Nov 2000 20:24:43 +0000 (20:24 +0000)] 
Added stubs and setupapi.h.

23 years agoCBEM_SETITEMW done by example from SETITEMA, converted SETITEMA to use
Marcus Meissner [Mon, 6 Nov 2000 20:22:06 +0000 (20:22 +0000)] 
CBEM_SETITEMW done by example from SETITEMA, converted SETITEMA to use
it.

23 years agoWinemaker's man page initial release.
Francois Gouget [Mon, 6 Nov 2000 05:41:23 +0000 (05:41 +0000)] 
Winemaker's man page initial release.

23 years agoBetter error message when an include file is not found by makedep.
Alexandre Julliard [Mon, 6 Nov 2000 05:32:59 +0000 (05:32 +0000)] 
Better error message when an include file is not found by makedep.
Added support for .mc extension.
Do not try to open *.tab.h and *.mc.rc include files.

23 years agoAdded missing dependency for 16-bit resource files.
Alexandre Julliard [Mon, 6 Nov 2000 05:31:14 +0000 (05:31 +0000)] 
Added missing dependency for 16-bit resource files.

23 years agoUse .mc.rc extension for rc files generated by the message compiler.
Alexandre Julliard [Mon, 6 Nov 2000 05:30:48 +0000 (05:30 +0000)] 
Use .mc.rc extension for rc files generated by the message compiler.

23 years agoGet ELF_LoadLibraryExA back into a working state.
Andreas Mohr [Mon, 6 Nov 2000 05:26:27 +0000 (05:26 +0000)] 
Get ELF_LoadLibraryExA back into a working state.

23 years agoEnable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
Stefan Leichter [Mon, 6 Nov 2000 05:26:00 +0000 (05:26 +0000)] 
Enable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
AddPrinterDriverA, WINSPOOL_EnumPrinterDrivers to distinguish the
registry entrys of Win9[58] and WinNT printer drivers.

23 years agoTake into account the sunken border for Win98 look.
Francois Gouget [Mon, 6 Nov 2000 05:25:29 +0000 (05:25 +0000)] 
Take into account the sunken border for Win98 look.
Leave a 1 pixel gap to the left of menu bitmap items for symetry (and
because Win9x does it).
Leave a 1 pixel gap above menu bar items for symetry (and because
Win9x does it).

23 years ago- reorganized DInput DLL
Lionel Ulmer [Sun, 5 Nov 2000 20:25:02 +0000 (20:25 +0000)] 
- reorganized DInput DLL
- added stubbing for DInput 7a
- 'fixed' the mouse problem in Fallout

23 years agoAdded DnD cursors as ole32 resources.
Huw D M Davies [Sun, 5 Nov 2000 20:16:15 +0000 (20:16 +0000)] 
Added DnD cursors as ole32 resources.

23 years agoAdded the ability to see names of the virtual key codes.
Dmitry Timoshkov [Sun, 5 Nov 2000 20:07:59 +0000 (20:07 +0000)] 
Added the ability to see names of the virtual key codes.

23 years agoAdded a winelauncher shell script which makes the process of running
Jeremy White [Sun, 5 Nov 2000 20:06:56 +0000 (20:06 +0000)] 
Added a winelauncher shell script which makes the process of running
Wine a little nicer for an end user.  The intent of winelauncher is to
be used inside of a distribution package.

23 years agoNew script for porting Windows source code to WineLib.
Francois Gouget [Sun, 5 Nov 2000 05:23:39 +0000 (05:23 +0000)] 
New script for porting Windows source code to WineLib.

23 years agoDeclare debug channels in all dlls that need them; added imports of
Alexandre Julliard [Sun, 5 Nov 2000 04:53:07 +0000 (04:53 +0000)] 
Declare debug channels in all dlls that need them; added imports of
ntdll where necessary.

23 years agoNew debug channel mechanism allowing decentralized channel
Alexandre Julliard [Sun, 5 Nov 2000 04:51:34 +0000 (04:51 +0000)] 
New debug channel mechanism allowing decentralized channel
declarations.

23 years agoAdded debug_channels support.
Alexandre Julliard [Sun, 5 Nov 2000 04:49:13 +0000 (04:49 +0000)] 
Added debug_channels support.

23 years agoOptimized {,p}MoveTo{,Ex}{,16}.
Patrik Stridvall [Sun, 5 Nov 2000 03:28:18 +0000 (03:28 +0000)] 
Optimized {,p}MoveTo{,Ex}{,16}.

23 years agoAdded comment explaining why we have an ERR rather than a WARN.
Francois Gouget [Sun, 5 Nov 2000 03:20:02 +0000 (03:20 +0000)] 
Added comment explaining why we have an ERR rather than a WARN.

23 years agoAdded missing #include <sys/types.h>.
Gerald Pfeifer [Sun, 5 Nov 2000 03:19:33 +0000 (03:19 +0000)] 
Added missing #include <sys/types.h>.

23 years agoForward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass WM_SETTEXT and
Marcus Meissner [Sun, 5 Nov 2000 03:19:06 +0000 (03:19 +0000)] 
Forward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass WM_SETTEXT and
WM_GETTEXT down to combo box.

23 years agoCleanup SystemParametersInfo<16|A|W>.
James Abbatiello [Sun, 5 Nov 2000 03:18:47 +0000 (03:18 +0000)] 
Cleanup SystemParametersInfo<16|A|W>.

23 years agoDon't reset MF_POPUP flag in SetMenu().
James Abbatiello [Sun, 5 Nov 2000 03:18:11 +0000 (03:18 +0000)] 
Don't reset MF_POPUP flag in SetMenu().

23 years agoFix test for pending message in QUEUE_ReceiveMessage().
James Abbatiello [Sun, 5 Nov 2000 03:17:41 +0000 (03:17 +0000)] 
Fix test for pending message in QUEUE_ReceiveMessage().

23 years agoAllocate DC objects on the process heap, and removed WIN_DC_INFO
Alexandre Julliard [Sun, 5 Nov 2000 02:05:07 +0000 (02:05 +0000)] 
Allocate DC objects on the process heap, and removed WIN_DC_INFO
structure (based on a patch by Ken Coleman).

23 years agoRemoved leftover debug output.
Alexandre Julliard [Sat, 4 Nov 2000 02:57:51 +0000 (02:57 +0000)] 
Removed leftover debug output.

23 years ago- fix inf file open/close
Andreas Mohr [Sat, 4 Nov 2000 02:57:18 +0000 (02:57 +0000)] 
- fix inf file open/close
  - do NOT return handles based on list offset
  - we might want to use HEAP_strdupA instead of assigning string pointers...
- implement (more or less) GenFormStrWithoutPlaceholders

23 years agoProtect the backslashes we mean to have show from groff.
Lawson Whitney [Sat, 4 Nov 2000 02:56:57 +0000 (02:56 +0000)] 
Protect the backslashes we mean to have show from groff.

23 years agoFixed off by one error in DPA handling, added some warnings.
Marcus Meissner [Sat, 4 Nov 2000 02:56:38 +0000 (02:56 +0000)] 
Fixed off by one error in DPA handling, added some warnings.

23 years agoUse debugging API instead of outputing to stderr directly.
Dimitrie O. Paun [Sat, 4 Nov 2000 02:55:54 +0000 (02:55 +0000)] 
Use debugging API instead of outputing to stderr directly.

23 years agoAvoid division by zero.
Andreas Mohr [Sat, 4 Nov 2000 02:55:08 +0000 (02:55 +0000)] 
Avoid division by zero.

23 years agoPass up WM_DRAWITEM messages to parent.
Marcus Meissner [Sat, 4 Nov 2000 02:54:32 +0000 (02:54 +0000)] 
Pass up WM_DRAWITEM messages to parent.

23 years agoCreate Gnome/KDE desktop and menu entries from IShellLink
Alexandre Julliard [Thu, 2 Nov 2000 20:22:07 +0000 (20:22 +0000)] 
Create Gnome/KDE desktop and menu entries from IShellLink
interface. Based on the work of James Thomson and Dusan Lacko.

23 years agoTreeview item sorting could mess up the visibleOrder of the items.
Aric Stewart [Thu, 2 Nov 2000 20:09:43 +0000 (20:09 +0000)] 
Treeview item sorting could mess up the visibleOrder of the items.

23 years agoAuthors: Gerard Patel <g.patel@wanadoo.fr>, Marcus Meissner <marcus@jet.franken.de>
Alexandre Julliard [Thu, 2 Nov 2000 20:08:59 +0000 (20:08 +0000)] 
Authors: Gerard Patel <g.patel@wanadoo.fr>, Marcus Meissner <marcus@jet.franken.de>
Move focus recalculation out of the window destroy recursion
so we do not send WM_SETFOCUS to already destroyed windows.

23 years agoDo not invert "magic" bitmap menu items.
Dmitry Timoshkov [Thu, 2 Nov 2000 20:08:34 +0000 (20:08 +0000)] 
Do not invert "magic" bitmap menu items.

23 years agoMake sure to carefully quote file names.
Francois Gouget [Thu, 2 Nov 2000 20:07:53 +0000 (20:07 +0000)] 
Make sure to carefully quote file names.

23 years agoSwap CalcToolbar and paint rectangle computation to the correct order.
Marcus Meissner [Thu, 2 Nov 2000 20:07:25 +0000 (20:07 +0000)] 
Swap CalcToolbar and paint rectangle computation to the correct order.

23 years agoPause command interpreter while executing a console-mode app.
Dave Pickles [Thu, 2 Nov 2000 20:07:07 +0000 (20:07 +0000)] 
Pause command interpreter while executing a console-mode app.

23 years agoFixed SearchPath to handle a ';'-separated path as first argument.
Alexandre Julliard [Wed, 1 Nov 2000 21:48:38 +0000 (21:48 +0000)] 
Fixed SearchPath to handle a ';'-separated path as first argument.

23 years agoChanged NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
Andreas Mohr [Wed, 1 Nov 2000 21:38:09 +0000 (21:38 +0000)] 
Changed NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
admin privileges.

23 years agoDrawIconEx: when flags=0 use flags=DI_NORMAL instead.
Marcus Meissner [Wed, 1 Nov 2000 21:36:35 +0000 (21:36 +0000)] 
DrawIconEx: when flags=0 use flags=DI_NORMAL instead.

23 years agoExport SHGetSettings by name. New stub for shell.68.
Juergen Schmied [Wed, 1 Nov 2000 21:36:11 +0000 (21:36 +0000)] 
Export SHGetSettings by name. New stub for shell.68.

23 years agoHave Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO
Marcus Meissner [Wed, 1 Nov 2000 21:35:28 +0000 (21:35 +0000)] 
Have Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO
to RB_GETBANDINFOA.

23 years agoUse GDISelectPalette16 instead of SelectPalette and
Andreas Mohr [Wed, 1 Nov 2000 21:35:00 +0000 (21:35 +0000)] 
Use GDISelectPalette16 instead of SelectPalette and
GDIRealizePalette16 instead of RealizePalette in order to get rid of
possible deadlocks.

23 years agoAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto...
Alexandre Julliard [Wed, 1 Nov 2000 03:11:12 +0000 (03:11 +0000)] 
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se>
Various warning fixes.

23 years agoMake the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
Mark Dufour [Wed, 1 Nov 2000 02:12:52 +0000 (02:12 +0000)] 
Make the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
Ellipse work with an open path.

23 years agoMake bitmap menu items look like in windows when selected,
Dmitry Timoshkov [Wed, 1 Nov 2000 02:11:41 +0000 (02:11 +0000)] 
Make bitmap menu items look like in windows when selected,
i.e. inverted and hilited (in Win98 look).

23 years agoCheck for SB_CTL before displaying a caret.
Francois Gouget [Wed, 1 Nov 2000 01:52:37 +0000 (01:52 +0000)] 
Check for SB_CTL before displaying a caret.

23 years agoDo not truncate high word of message id.
Alexandre Julliard [Wed, 1 Nov 2000 01:51:12 +0000 (01:51 +0000)] 
Do not truncate high word of message id.

23 years agoBetter handling of custom templates and hooks.
Juergen Schmied [Wed, 1 Nov 2000 01:50:21 +0000 (01:50 +0000)] 
Better handling of custom templates and hooks.
Bug fixes.

23 years agoRemoved unnecessary calls of TOOLBAR_CalcToolbar() (which would be
Marcus Meissner [Wed, 1 Nov 2000 01:49:01 +0000 (01:49 +0000)] 
Removed unnecessary calls of TOOLBAR_CalcToolbar() (which would be
recalculated due to InvalidateRect()->WM_PAINT anyway).

23 years agoFixed issue found by winapi_check.
Patrik Stridvall [Wed, 1 Nov 2000 01:48:22 +0000 (01:48 +0000)] 
Fixed issue found by winapi_check.

23 years agoMinor API files update.
Patrik Stridvall [Wed, 1 Nov 2000 01:48:03 +0000 (01:48 +0000)] 
Minor API files update.

23 years agoAdded Latin American layout.
Gabriel Garcia [Wed, 1 Nov 2000 01:47:39 +0000 (01:47 +0000)] 
Added Latin American layout.

23 years agoStubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
Lawson Whitney [Wed, 1 Nov 2000 01:46:24 +0000 (01:46 +0000)] 
Stubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
Redirected forward of shlwapi.54 to gdi32.CreateICW.

23 years agoUse PS_ALTERNATE rather than PS_DOT.
Francois Gouget [Tue, 31 Oct 2000 02:05:11 +0000 (02:05 +0000)] 
Use PS_ALTERNATE rather than PS_DOT.
Use Rectangle to draw focus rectangles.

23 years agoAllow pens with styles greater than PS_INSIDEFRAME to be created with
Francois Gouget [Tue, 31 Oct 2000 02:03:56 +0000 (02:03 +0000)] 
Allow pens with styles greater than PS_INSIDEFRAME to be created with
CreatePenIndirect and ExtCreatePen.

23 years agoUse sizeof for maintainability.
Francois Gouget [Tue, 31 Oct 2000 02:02:42 +0000 (02:02 +0000)] 
Use sizeof for maintainability.

23 years agoIgnore RBBS_BREAK style on first band.
Guy L. Albertelli [Tue, 31 Oct 2000 01:49:00 +0000 (01:49 +0000)] 
Ignore RBBS_BREAK style on first band.

23 years agoFixed a few device caps values.
Francois Gouget [Tue, 31 Oct 2000 01:48:34 +0000 (01:48 +0000)] 
Fixed a few device caps values.

23 years ago_nt_parse_nk() should not close keys that it does not open.
David Elliott [Tue, 31 Oct 2000 01:36:50 +0000 (01:36 +0000)] 
_nt_parse_nk() should not close keys that it does not open.

23 years agoSet the thickness of stock pens to 0 so that they are not scaled.
Francois Gouget [Tue, 31 Oct 2000 01:36:09 +0000 (01:36 +0000)] 
Set the thickness of stock pens to 0 so that they are not scaled.

23 years agoFixed cancels editing of a listview label if the listview is
Aric Stewart [Tue, 31 Oct 2000 01:35:50 +0000 (01:35 +0000)] 
Fixed cancels editing of a listview label if the listview is
scrolled.

23 years agoFixed the value of some system colors.
Francois Gouget [Tue, 31 Oct 2000 01:35:30 +0000 (01:35 +0000)] 
Fixed the value of some system colors.

23 years agoFix for avoiding subtraction from unsigned zero.
Hidenori Takeshima [Tue, 31 Oct 2000 01:34:27 +0000 (01:34 +0000)] 
Fix for avoiding subtraction from unsigned zero.

23 years agoAdded/upgraded Slovak messages, and Slovak and Czech keyboard layout.
Peter Ivanyi [Tue, 31 Oct 2000 01:19:11 +0000 (01:19 +0000)] 
Added/upgraded Slovak messages, and Slovak and Czech keyboard layout.

23 years agoHide the caret only on the first WM_KEYDOWN.
Francois Gouget [Tue, 31 Oct 2000 01:03:15 +0000 (01:03 +0000)] 
Hide the caret only on the first WM_KEYDOWN.

23 years agoChanged mouse UnAcquire to NOT unacquire it on multiple unacquires.
Andreas Mohr [Tue, 31 Oct 2000 01:02:43 +0000 (01:02 +0000)] 
Changed mouse UnAcquire to NOT unacquire it on multiple unacquires.
Implemented DIPROP_AXISMODE for SysMouseAImpl_SetProperty.

23 years agoUnder some conditions its necessary to explicitly show the
Susan Farley [Tue, 31 Oct 2000 01:02:05 +0000 (01:02 +0000)] 
Under some conditions its necessary to explicitly show the
scrollbars.