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 TouchToneTommy 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: Sjobba
  • Content: Threads
  • Order by date
  1. Sjobba

    Properties not usable in ActiveX control

    I have made a simple button control that I converted to ActiveX using the wizard in bcb4. When I use this control in an HTML page i cannot set the properties with the PARAM tag ! Does anyone have a solution to this, or any hint at all ?<br><br>/Sjöbba <p>Anders Sjöberg<br><a...
  2. Sjobba

    Can not set a cookie !

    This problem is so strange I have to examine my head.<br> <br> This function sets the cookie !<br> <br> function SetCookie(sName, sValue)<br> {<br> var expires = new Date(3E13);<br> alert(); //completely empty alert box !<br> document.cookie = sName + &quot;=&quot; + escape(sValue)+&quot...
  3. Sjobba

    Recorder in C++Builder is great

    1: Press Ctrl+Shift+R to start recording keystrokes<br> 2: Press it again to stop<br> 3: Press Ctrl+Shift+P to play the recording<br> <br> This is a great help if you have huge lists of varables you want to make into properties. Use your imagination. I discovered this feature some weeks ago and...

Part and Inventory Search

Back
Top