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

    full unlimited memory access in plain c

    Hi, I spent a whole day trying to understand how programs like debuggers can "simply" scan all the physical memory of the system without limitations. I could find only some api functions to specifically address a single process and deal with it, but nothing about how to address physical memory...
  2. kingraoul

    access is very slow in "navigating" linked ODBC table

    Hi, I have a strange problem with Microsoft Access 2000. I have a database with some tables linked via ODBC to a MySQL server (same machine). All is nice, the tables are opened and I can filter and order 10000 records in no time, but navigating the table, going to the last record, or going to a...
  3. kingraoul

    filling and retrieving text from a field in internet explorer

    Hi, I would like to know how some programs are able to fill automatically the fields in html forms. I tried to get the text of the controls with a WM_GETTEXT message, but could not find a way to get the window handle of the various controls inside the explorer window. I searched the net, but...
  4. kingraoul

    form index (form number)

    Hi, it seems strange, but i cannot recall (and cannot find in the docs) how to retrieve the index(number) of a form to later addressing a form with his ID/Index/number or whatever name you want to use. It's late tonight here and i can only think i'm veeeery sleepy. :) Thank you very much.
  5. kingraoul

    mysql_fix_privileges_table

    Hello everyone, can someone tell me where to get the latest version of this script (the one in mysql 4.0.12) modified for working under windows? Or maybe a translator to change unix shell syntax to windows-like batch commands? Thank you very much
  6. kingraoul

    problem with mysql auto increment column and MS Access

    Hi, first of all, i'm new to the forum and maybe this question has been answered, i did some searching but find nothing useful. Well, the problem is that i use mysql with MS Access and when i save a record that has an auto increment column (in this case is the primary key) MS access marks the...

Part and Inventory Search

Back
Top