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 strongm 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: s0s
  • Order by date
  1. s0s

    F-KEYS support in TELNET

    Hello I wrote a program to handle F(unction) Keys (in C). It's a simple code so I can compile it on UNIX and Windows platform without any problem. The problem is that F-Keys under windows are coded different then under Unix. In my program I have simple if/elseif clause which detects F-Keys and...
  2. s0s

    window.open and problems with content-type

    Hi I'm trying to generate site source dynamically at the server side (PHP) and show it in new window in client browser. In javascript I have new window creation: var winref = window.open('', 'Form', 'left=20, top=20); winref.document.writeln(response); winref.document.close(response); and the...
  3. s0s

    Cooperation between VB and C++

    Hello I wrote a universal (methods like addNode, addAttribute, etc.) tree in C++ (class QTree). Then I wrote ATL wrapper to this tree and now I can use my tree under VB. Problem is that I need to add to my tree method QTree * clone(); How should I return the class ATLQTree to VB? I have a...
  4. s0s

    activex on activex (created dynamically)

    hello i'm trying to put one OCX in other ActiveX control. in external ocx i have line AfxEnableControlContainer() in InitInstance function and in OnDraw handler i'm trying few versions: 1) RECT rc = {10, 10, 100, 30}; // TODO: Add your specialized creation code here...

Part and Inventory Search

Back
Top