Bros,
How to code the network speed detection?
What i mean is I want to detect the upload and download using clickbutton. When I press a button it will show to textbox1 the upload speed and textbox2 the download speed.
example:
TextBox1 = 42 kbps
TextBox2 = 54 kbps
Is anybody here how to do...
Maybe this code snippet can help your problem.
Currently, I`m working on my project using .ini file and I have my code using this.
put this on your ini.cpp or what you want.
ChildMax= IniFile->ReadBool(sct,"ChildWinMaximize");
IniFile->WriteBool( sct,"ChildWinMaximize",ChildMax);
then,
in...
Hi programmers,
Do you know how to fix this bug issue "Canvas does not allow drawing". I get this error when I draw to my canvas by moving many times, ie: draw a line many times. Sometimes this will appear and application crash.
I`m using Borland C++ 2006 version. Is this a bug on borland? Im...
Maybe my snippet can help to you.
In formshow, apply this;
if (!StartFile.IsEmpty())
CreateMDIChild(StartFile);
else
if ((EV->OpenLastFile)&&(!EV->LastFile.IsEmpty()))
CreateMDIChild(EV->LastFile);
else
if (!EV->HomeWindow.IsEmpty()) {
TMDIChild *cp = CreateMDIChild(EV->HomeWindow)...
Hi programmers,
Do you know how to fix this bug issue "Canvas does not allow drawing". I get this error when I draw to my canvas by moving many times, ie: draw a line many times. Sometimes this will appear and application crash.
I`m using Borland C++ 2006 version. Is this a bug on borland? Im...
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.