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...
Is here someone who also use the GID Forums ???
I am not able to login anymore. It comes with the following message:
Bachatero, you do not have permission to access this page. This could be due to one of several reasons:
Your user account may not have sufficient privileges to access this...
Hi all,
My program contains a mainform with 5 tabpages and 3 other forms. I would like to split up my code that belongs to the mainform into different units, for every tabpage a seperate unit. However, I noticed that if you create a new form it creates a new unit as well.
So, the general...
Hi all,
How can I allign the text so that "FloatToStrF(out[x],ffFixed, 10, 3)" starts at the same lefthand position without using spaces in ("Ave: ") at every line?
Now, FloatToStrF(out[x],ffFixed, 10, 3) has no fixed position on the x-axis.
ShowMessage( "Ave: " +...
Hi all,
If I call the fastcall below for the first time, nothing is displayed in the listbox(remains empty). If I call the fastcall for a second time the values (Index, EnergyX, and EnergyY) are displayed in the listbox.
Any idea why ?
Thanks in advance
Johan...
Hi all,
What do I do wrong ???
I have an energy spectrum displayed in a TChart. On the Y-axis the counts are displayed. On the X-axis the Energy (KeV's) are displayed. So far so good. Now I use a fastcall::EnergyChartMouseMove() to locate where the mouse pointer is displayed in the Chart with...
Hi,
I would like to change the color of a curve in TChart by:
Energy->SetSeriesColor(GetDefaultColor(16));
however the following error message is displayed:
[C++ Error] Main.cpp(647): E2247 '_fastcall TChartSeries::SetSeriesColor(TColor)' is not accessible
Anay idea why?
Thanks in advance...
Hi all,
My horizontal axis is not visible in a TChart. However, if I print the chart the axis is visible on paper. I checked the font color and the color is white and the background color of the chart is black, so it should be visible. The vertical axis is visible.
Any idea why ???
Thankls...
I am able to print some text to the printer, but how can I print a complete form or dialog that contains text and a graph. I use Borland C++ 6.0 VCL. Or where can I find some info about using the printer.
Thanks in advance,
Johan
What is the simplest way to display text with data in a Borland C++ VCL environment. I would like to make a debug page where I can display the contens of an array during runtime. Can I use the printf command in a seperate window under Borland C++. Now, I use the ShowMessage command to display...
Hi,
If I run my program.exe on another computer the following error message is displayed:
This application has failed to start, because ****.bpl was not found. Reinstalling the application may fix this problem.
I use Borland C++ builder. On the computer where C++ builder has been installed...
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.