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 Wanet Telecoms Ltd 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: gapla
  • Order by date
  1. gapla

    Shortcut keys into a webpage

    Hello I've found this script to enable shortcut keys into a webpage http://www.snwebs.20m.com/scripts/keycode.htm It only works right in IE please, some help to get it work in Firefox?
  2. gapla

    getElementById

    Hi, i'm new to using DOM How could i retrieve the content of a span without id ? As in <span class="blabla"> I know how to get it if it had an id, for example getElementById("myHeader")
  3. gapla

    Perspective in GDI

    I'm trying to give a perspective effect to a billiard ball using GDI The farther the ball, the smaller it would be look and seem to head towards one point on the horizon Any orientations?, please
  4. gapla

    gdi pie

    Hey man Set pen to PS_NULL and draw your pies
  5. gapla

    midi code from within vb

    Hey! This could be useful to process sound streams on realtime, like the online radio ones How could i capture sound, and process it on real time ? I'm thinking of capturing, sampling, applying some algorithms, resampling and letting the processed sound out
  6. gapla

    midi code from within vb

    Hi Hypetia, Fine!! Could you explain that algoritm? How Does the for bucle work?
  7. gapla

    pid

    How can i get the window's process id number from its hwnd?
  8. gapla

    cblparam + wm_mousemove

    I'm a newbie on winapi stuff. Could you explain what do CBLPARAM, CBWPARAM, CBCTLMSG, CBHWND mean ? I've run into this pseudocode and don't grasp it Case WM_mousemove if x>cblparam goto Exit x=cblparam
  9. gapla

    GUI

    oops, www.fbsl.net will be offline for a few days due to server maintenance. It's made with c and greatly simplifies GUI development
  10. gapla

    Label transparent to its form

    oops, i made a mistake typing the url. It should be www.fbsl.net but this site will be offline for a few days due to server maintenance Yes, i meant FreeStyle Basic Scripting Language
  11. gapla

    wrong avi length

    I've recovered succesfully an avi file which i couldn't read from a dvd-rw LG. The multimedia player reads it without problems but it doesn't detect the very video length, wherever it gets to the supposed final keeps reading until the end I dont know how to fix this problem so that i can burn...
  12. gapla

    GUI

    You might be interested in FBSL. Take a peek at www.fbsl.net
  13. gapla

    Label transparent to its form

    How can i make a static control transparent to its form? I want label color to be the same as the form's one
  14. gapla

    java Path

    I'm very newbie on linux I've installed azureus on something like /home/sesk/programs/azureus/ and jre 1.4.2_04 on /home/sesk/programs/j2re1.4.2_04/ I type ./azureus inside /home/sesk/programs/azureus/ to run azureus and linux shouts: Starting Azureus... Java exec found in PATH. Verifying...
  15. gapla

    Fatal error: Call to undefined function: socket_create()

    SO: W98 and linux Web server: Abyss and Apache cgi I'm proving the next trick before compiling Find your PHP.INI file, find the line with "php_sockets.dll" and remove the semi colon (;) at the start of the line.
  16. gapla

    Fatal error: Call to undefined function: socket_create()

    I'm an absolute novice How do i compile?
  17. gapla

    Fatal error: Call to undefined function: socket_create()

    I get an error when running this script with sockets $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); socket_bind($socket,'localhost',1337); socket_listen($socket); while($connection = socket_accept($socket)) { socket_write($connection,'You\'ve successfully connected to my...
  18. gapla

    http bidirectionality by means of php ?

    0nce a page has been loaded by a client the conection between server and client is closed. I had thought of an alternative solution to applets or sockets. So new data on server is downloaded by the client by refreshing html wherever server command it
  19. gapla

    http bidirectionality by means of php ?

    Is it possible that a page have just updated warn its copy on a known ip to be refreshed?
  20. gapla

    Undefined variable

    Yes, i am Thanks for your help

Part and Inventory Search

Back
Top