I want to do handle for Form1. Reason is that other program has to manipulate using this handle with my Form1(ex. Minimizie, Restore from try icon and other methods aviliable in Form).
Is it enough to make standart HANDLE or it's some special for other aplications???
Thanks
Hallo Everyone
I'm writing client server aplications using indy (BCB6) commponents. I was shure that it's everything working when i noticed that TCPServerOnExecute() doesn't work all the time. It seems that after execution thread is suspent or something else is going wrong with it. I've used...
Hallo
I have problem with this event becouse there is no reaction when i shot down the serwer. I expected some action but it seems there is nothing going on.
I even tried to set timer for constant checking if connected property is false/true.:
if(TCPClient->connected==false)...
Hallo.
Does anyone know how to use Polish(any charset with ALT+key) charset in BCB? I know that "Alt" key is used to some BCB elements. In BCB 5 whas some patch file to change the keyboard shortcuts. How to do it on BCB 6
Thanks
How to delete whole row from StringGrid. I meen not only the text but also cells.
I tried like this:
StringGrid->Rows[2]->Delete(some index-for what?);
and i got message : Program couldn't insert or delete row (something like that).
Is it possible to delete rows anywhay? Maybe it will be...
How should i use MaskEdit to input IP adress. I used mask "000.000.000.000" but when i write IP (ex) 10.0.0.5
on output i get then AnsiString " 10. 0. 0. 5"
Prolem is that i don't want those space char becouse when i put this AnsiString to Socket->Host it doesn't interprete it correctly...
Hallo everyone.
I have to use popuping baloons from tray icon. I tried to do something with tray icon Hint but i didn't menage to make it work.
Can someone help me with this?
How to show baloon with info?
Are those baloons also visible under w98 or only NT and ME?
Please help. best would...
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.