Derived ListView Class to eliminate Flickering.
Tue, 01 Jul 2008 15:46:47 -0700
Hello,
**
I'm trying to eliminate the listview flicker. A created a class derive
from listview and set the properties for optimizeddouble buffer etc.
*********
public ref class myFFlistview : System::Windows::Forms::ListView
{
public:
myFFlistview(void);
};
myFFlistview::myFFlistview(void)
{ ...
|
expose an enum type through wmi
Wed, 25 Jun 2008 09:39:16 -0700
I have a class I've exposed through wmi. one of the properties I want to
expose is an enum type. Is this possible? I keep getting an unsupported
type exception.
[ManagementEntity(Singleton = true)]
[ManagementQualifier("Runtime", Value = "Runtime information.")]
public class RuntimeData
{
public enu ...
|
WMI Query on Cluster_Resource does not return a full collection
Fri, 6 Jun 2008 07:24:00 -0700
I'm running the standard scriptomatic vbscript query on a 3 node cluster
running on Windows 2003 enterprise R2.
On Error Resume Next
Const wbemFlagReturnImmediately = &h10
Const wbemFlagForwardOnly = &h20
arrComputers = Array("WARPREXN03")
For Each strComputer In arrComputers
WScript.Echo
WScript. ...
|
Missing WMI classes
Mon, 02 Jun 2008 18:02:25 -0700
I have a program that used the WMI root\CIMV2 namespace and
Win32_PerfRawData* classes to query information from WMS running on
Server 2003. Something has happened as I can no longer find any
Win32_PerfRawData classes on my server at all. I'm guessing a patch
changed something by either moving these classes, ...
|
select * from win32_printer hangs
Tue, 20 May 2008 04:02:00 -0700
Hi
We have two print servers and one of them can´t enumerate printers in
wbemtest. i have tested "select * from win32_printer" on both servers
(locally) but it hangs on one server.
I then tested wmiadap /F on the failing server but it didn´t solve the
problem.
Any ideas?
Thanks in advance
Reg ...
|
WMI problems
Mon, 19 May 2008 23:30:34 +0100
Hi all,
Hope this is the right place for this question.
I have a 187 node cluster at the moment (all server 2003) up and running at
my company and we are using WMI for monitoring via Solarwinds.
the problem im having in is although all the nodes are set up the same 8 of
them give me DCOM errors.
Runnin ...
|
t domain de
kostenlose domain werbefrei
nic de vu domain
domaene registrieren
domain namen kaufen
Sun, 18 May 2008 17:27:01 -0700
t domain de
kostenlose domain werbefrei
nic de vu domain
domaene registrieren
domain namen kaufen
+
+
+
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAI ...
|
|
|
Getting error executing the Win32Shutdown method C++
Tue, 13 May 2008 01:32:00 -0700
Hi,
Can any one tell me what did i do wrong in the following code: I'm getting
WBEM_E_INVALID_METHOD_PARAMETERS (0x8004102F) error code from ExecMethod
Code:
//pCimv2 is succesfully connected to : \\\\\.\\root\\cimv2
BSTR clsname = SysAllocString(L"Win32_OperatingSystem");
BSTR MethodName = SysAllocStrin ...
|
Find localized name of a the LocalSystem account (NT AUTHORITY\SYSTEM)
Mon, 5 May 2008 18:55:22 +0200
We need to find the localized name of the LocalSystem account. Onenglish
windows it is 'NT AUTHORITY\SYSTEM', but on other OSs it is something else.
(e.g. In German it is 'NT AUTHORITÄT\SYSTEM )
The SID of the LocalSystem account is S-1-5-18', so we tried using
Win32_Group class/table with SID='S-1-5-18' (On ...
|
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Thu, 10 Apr 2008 12:26:15 -0700
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
...
|