Thanks for the information.
Hi Glenn,
I used the code that was posted on the: Get System information from WMI faq102-7315
I have just a question:
The function below generates the following error code:
function WMIRowFindFirst(ObjectSet: ISWbemObjectSet; var ENum: IEnumVariant; var tempobj...
Hi all,
I use VBS (Visual Basic Script) to automate some tasks. However, sometimes I miss some nice and handy features in VBS.
As well I use Borland C++. Now I will try to use borland to perform these tasks. Do somebody know were I can find some simple examples how to implement the WMI Win32...
Hi All,
I use the following command to read the contens of the field: driverdiscription:
For Each subkey In arrSubKeys
My script returns two subkeys 0000 and 0001
But if I use regedit I can see that there are 9 subkeys. The subkeys 0000 - 0008.
My first nic has the key 0001 and my second...
Is it posible to detect the speed of a network card in VBS.
e.g., is the speed of the network card set to auto, 100BM/full, etc.
I tried to find it in the windows register, but I did not find something.
Is this anayway posible with VBS.
Thanks in advance,
Johan
I would like to use my left hand monitor for all my toolbars and my right hand monitor for all my units and forms.
Does anyone know how to configure this, because I always have to rearange the toolbars if C++ Builder is finished during started up.
Johan
I use my original created project in Borland C++6 now in Borland C++ 2007. This works perfect. But, I would like to use the new style buttons.
If I created a button in B C++ 6, I always got buttons with rectangular corners. If I create a new project in B C++ 2007, I got the new style button...
Hi all,
I use in my program the following command to open a file:
(OpenDialog->Execute())
I am able to select a file.
But, what should I do if I want to select more than one file at a time in the open dialog, e.g. with the shift key pressed.
This does not work. I can now only open one...
Hi all,
I would like to rename a lot of file names.
I use the following command to extract the file name:
MyFileName = ExtractFileName(OpenDialog->FileName);
So, if I change the variable MyFileName, how can I update the filename of the file itself.
My idea is:
1) Open the file.
2) Extract...
Hi All,
I tried to fill some data in my ListView, but I don't see anything. It adds the text to the colums but I dont see the items.
Any idea why ???
Thanks in advance.
Johan
void TUniformity::ShowTags()
{
Uint16 BeginAdres;
Uint16 groep[3000];
Uint16 element[3000];
Uint16...
Hi all,
Since I did spit up my code into different units I got the following error:
[Linker Error] Unresolved external '_GainValues' referenced from I:\C++_PROJECTS_JOHAN\NEMA_REVIEW\MAIN.OBJ
Any help is very appreciated!
Thanks in advance,
Johan
Ok,
I solved it. No compiler errors anymore however, if I load a file my program crasshes. Before I moved the code to a seperate unit it didn't crash.
The following message is displayed:
---------------------------
Debugger Exception Notification
---------------------------
Project...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.