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

    problem with storing data in an array

    Hi guys, I've got a problem on how to store a set of data in a simple array. I am using the Sub Form_KeyDown(Keycode as Integer, Shift as Integer) API function, and my intention is to store the kestroke into an array. So basically hit one key then the keycode is stored in array(1), then hit...
  2. mfm

    how to use ToUnicode() function?

    Hi guys, I am looking for any example source code on how to use one of the VB API function ToUnicode(). Example declaration: Public Declare Function ToUnicode Lib "user32" Alias "ToUnicode" (ByVal wVirtKey As Long, ByVal wScanCode As Long, lpKeyState As Byte, ByVal...
  3. mfm

    how to detect data on few keys on a USB keyboard

    hi guys, I am trying to detect these few keys from a USB keyboard. The keys are CUT, PASTE, COPY, HELP, and STOP. I have tried two aproaches in tackling this problem, which is detecting their ASCII code by using the keyboard hook method. The API function that I used including GetKeyboardState()...
  4. mfm

    MFC: scanning in a file to get the last value

    Hi, I'm trying to find what function do i need to use in scanning in a hex file, to find the last value and return that value; and I think I need to use CFile class (or is it the CStdioFile class do i need to use instead?) any idea? thx a lot
  5. mfm

    USB programming - need guidance

    Hi guys, Does anyone know on how to program the USB port? Especially what MFC classes or API functions are needed to read the USB device port.
  6. mfm

    '=' : left operand must be 1-value

    what does this means when the error message coming out from the program?
  7. mfm

    Application Error message box

    Hi guys, At the moment I'm trying to edit my project, after checking the whole thing alright... it can be compiled and built, even there is no problem when I execute the program, however, when I close the application file (*.exe), an 'Application Error' message box appeared and I don't know how...
  8. mfm

    Need Info On Building A Boot Server!!

    I am building a boot server (probably on an Ultra 60). Any good instructions or good sites with good instructions would be extremely helpful :)

Part and Inventory Search

Back
Top