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!

Recent content by tibord

  1. tibord

    How to read param from html using an ActiveX object

    forgot to mention that i have to do it in C#
  2. tibord

    How to read param from html using an ActiveX object

    Hi, I have a problem with reading the param that is in the html code: <html> <head> <script LANGUAGE="JavaScript1.2"> function Scrape( ) { var objDownload = new ActiveXObject( "TiborActiveX1.Download1" ); try { objDownload.InvokeMethod( ); }...
  3. tibord

    Creating BitBtn from code in Borland 6

    Thank you. Currently I'm not at my computer but as soon as I get back I will try it.
  4. tibord

    Creating BitBtn from code in Borland 6

    The other thing is that if I create them dynamically I could put them in an array so I could manipulate them more easily, because all off them need to implement the same function, just with different parameters that I acquire for the DB.
  5. tibord

    Creating BitBtn from code in Borland 6

    I was thinking about making them invisible but i think that it would be a nicer solution to create them dynamically, but if i don't find the way to do it then I'll have to use the hiding method :(
  6. tibord

    Creating BitBtn from code in Borland 6

    I want to create Bit Buttons on my form. I want to add them from code not from design. I need this because depending on some parameters in the DB I need 8, 16 or 32 of them on a form. Can someone tell me how to do this. Thank you in advance. Edit/Delete Message

Part and Inventory Search

Back
Top