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 Chriss Miller 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: KBBJ
  • Content: Threads
  • Order by date
  1. KBBJ

    Use of users clipboard in AS

    Hi there Does anybody know if it's posible for a flashscript to cooperate with the users clipboard? I am making some kind of a texteditorprogram in Flash and would like to make buttons for Copy, clip and paste. Thanks From KBBJ (-:
  2. KBBJ

    Environment Generator

    This script makes building of enviroment very easy. Download it at: http://tdp.nu/cgi-bin/plugread_r4.pl?Type=Enviroment&sort_a=Author From KBBJ
  3. KBBJ

    Can i set a cookie and afterwards use a header?

    <?php setcookie(&quot;cookie&quot;,&quot;something&quot;); header(”Location: http//www.somewhere.com”); ?> A little amateur-question: How can I get this tiny script to work? I think it has something to do with: ob_start() ... ob_end_flush() ...But it just fails for me. From KBBJ (-:
  4. KBBJ

    Will .mdb crash when it is being used of many users?

    I am building a forum with functionality a bit like this forum. It will be for approximately 100 users. Much of the storing will be in a .mdb Access database. I don’t know if it would be wise of me to use another kind of database. Do you guys think that it will crash?… From KBBJ (-:
  5. KBBJ

    What program do you guys use?

    I now have to learn to write VBscripting. Are you using a simple notepad or a part of the program Visual Basic? Perhaps there are third way? Help From KBBJ (-:
  6. KBBJ

    Floating text problem

    I need to place text different places on the screen. I wrote this code: <span id=Te> Hello </span> <script language=&quot;jscript&quot;> document.all.Te.style.position = &quot;absolute&quot;; document.all.Te.style.posLeft = 84; document.all.Te.style.posTop = 72; </script> But it can’t be done...
  7. KBBJ

    Find fonts here

    1572 fonts, each one represented by an image. Easy to pick and download Its a Danish site, but all you need to know is that: “Frem” = Forward “Tilbage” = backward. http://www.royaltyfree.dk/ From KBBJ (-:
  8. KBBJ

    Can I write my own plugin?

    Could someone tell me how I could get started on writing my own plugin? Can I use Visual Basic and end up with a plugin with the well-known extension &quot;8bf&quot; ? KBBJ (-:
  9. KBBJ

    Secret Shortcut discovered

    By an accident, I learned a new shortcut-key “Space + Tab”. It removes all floating windows until you repeat the shortcut. Kanon! (That’s Danish and means cool) Use it with “F” to get the largest view as possible on your screen. While talking the greatest shortcuts, there are some others I...
  10. KBBJ

    What is cbSize?

    I want to use an Api, called DrawTextEx. If I should be able to use this Api, I must declare a Type as DRAWTEXTPARAMS. It looks like this: Public Type DRAWTEXTPARAMS cbSize As Long iTabLength As Long iLeftMargin As Long iRightMargin As Long uiLengthDrawn As Long End Type On Microsoft’s...

Part and Inventory Search

Back
Top