Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: McGregor80
  • Content: Threads
  • Order by date
  1. McGregor80

    Handle for other aplication

    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
  2. McGregor80

    Indy TCPServer problem with threads.

    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...
  3. McGregor80

    Indy TCPClient and OnDisconnect event

    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)...
  4. McGregor80

    Polish charset in BCB 6.0 Ent

    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
  5. McGregor80

    StringGrid Delete Row

    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...
  6. McGregor80

    IP adress field with mask and AnsiString output

    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...
  7. McGregor80

    windows tray baloon. Who can help me?

    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...

Part and Inventory Search

Back
Top