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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.