we had unix sun solaris machine on which tmfs file system is
created in spite of that swapping is nor working, if i use
swap -l command the used size is same as dedicated for swapping. i tried cre...
http://www.experts-exchange.com/OS/Unix/Setup/Q_10004574.html
Zones:
Unix SetupDate Answered: 03/07/1997 Rating: 6.6 Views: 0
For part of my program, I need to find out how many bytes per cluster are used on any of the disks. So far, I have used the Win32 API function GetDiskFreeSpace(), which worked well under normal ve...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10018449.html
how to define the size and position of a new window when i open it? for example, i installed netscape 3.01 and when i try to open the news reader window it just fill the whole screen(well not exac...
http://www.experts-exchange.com/OS/Linux/Q_10032291.html
Zones:
LinuxDate Answered: 12/12/1997 Rating: 7.6 Views: 0
I have a static splitter window which contains a CFormView-derived class in one pane. I want to create a property sheet on this view so that it completely fills the pane by default. I would als...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10074868.htm...
Zones:
Windows MFCDate Answered: 08/24/1998 Rating: 8.2 Views: 0
When I try to print a CDC object the result is what I wanna to print..... the only problem is that the result is a "tiny" version of the CDC. What's going on??? How can I do to print in the normal...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10113006.htm...
Zones:
Windows MFCDate Answered: 01/01/1999 Rating: 6.2 Views: 0
When a person changes the virtual memory paramaters and no longer allows windows to manage this aspect, what is the proper settings? A knowledgable friend says to double the actual ram and put thi...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_10133384.html
Zones:
Windows 98Date Answered: 02/27/1999 Rating: 7.4 Views: 0
hello all !
i have a form view and on it list control, this list is subclassed. what i m trying to do is when i resize the view i want the list to resize as well with no luck nothing happed.
pLi...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10179340.htm...
Zones:
Windows MFCDate Answered: 07/07/1999 Rating: 5.8 Views: 0
How do you determine proper virtual memory size? Should a page file be set up on every hard drive installed in the server.
What would be considered good real world configuration?
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/WinNT_Setup/Q_10...
Zones:
Win NT SetupDate Answered: 03/16/2002 Rating: 7.4 Views: 0
I want to limit the window sizing so that it maintains it size at least as large as a fixed RECT.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10193670.htm...
Zones:
Windows MFCDate Answered: 08/12/1999 Rating: 8.4 Views: 0
My question/problem is this:
Interface
TSomething = Class
Private
Max : integer;
A : Array[1..max] of Tobject;
Public
constructor Create(M:integer);
end;
Implem...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10293258.html