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 IamaSherpa 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: kfhee
  • Order by date
  1. kfhee

    How do i display a section on the w

    How do i display a section on the window form into a secondary display adapter? Basically the first display is for the monitor, while the second display is for the LCD projector.
  2. kfhee

    Passing Msg to ActiveX Control

    Hi, can i pass a parameter/data from other application to an activeX control ? what are the tips / methods? Is it possible to open a socket port in the control? Can i send data to the control via this port? Thanks for your assistance
  3. kfhee

    I am new to Microsoft MFC ActiveX.

    I am new to Microsoft MFC ActiveX. I noticed there is a OnTimer (WM_TIMER) on the Message Maps, for my MFC ActiveX class. I would appreciate to know how to 1) Set the Start timer routine. 2) How come there is no OnIdle maps for the ActiveX class.
  4. kfhee

    Can i return a value from an exe, which is run from a script file

    It works, i have tested on csh, thanks a lot
  5. kfhee

    Can i return a value from an exe, which is run from a script file

    Guys, the exe still does not return value to the var, like set var=`exec ret.exe` still does not work
  6. kfhee

    Can i return a value from an exe, which is run from a script file

    example, ret.exe int main() { return 7; } scr.csh set num = `ret` echo $num The return value is not set into num Thanks for assistance.
  7. kfhee

    Hi all, for Informix ESQLC, i

    Hi all, for Informix ESQLC, if a file open is called fopen, before a connect to database, SQLCODE always return -461. Does ESQL allow intermixing of C library function with its ESQL code? Thanks for your assistance.

Part and Inventory Search

Back
Top