Hello
I'm are trying to dynamically invoke a COM interface using the InvokeMember method but I'm having problems with the output parameters; they're not being returned. It works fine for input and...
sorry about that, i just noticed that i'm using arParams instead of arParams2.
both arrays are declared, but arParams is for somehthing else, so that's why it's not working. (I hope i didn't make...
I've been told to go with ATL, I found a few articles(which i have not read yet)
here on codegure, i wonder if they're what i need, this one looks promising, not sure though..
...
Hello Jim , I'm still looking for an answer.
I don't believe that you can protect software forever, the
only thing you can hope for is to make it harder to crack. This
will only buy you time....
My sitituation is similar to Radius' old situation, I work for a company that sells an expensive software package, we don't sell to 1000's , not even hudreds of companies. I'm trying to do what...
Thanks, i did use both escapement and orientation, I'm still trying
to write the names of streets on a map. Streets are made up of segments and each segment needs the name written next to it, and...
thank you that was very helpful. I managed to pass/return types
I didn't know how to pass/return before. There are still some that
I'm having problems with, such as user defined types. I did see...
Hi
Is there a simple way to rotate text using GDI?
I know I know write to a Buffer or Memory DC and rotate then
display, I wanna know if there's a faster way.
Hi
I'm using Visual C++ 6.0
I need to put an OCX(displays images) inside an OCX(will act as a wrapper), is it a good idea to use a Dialog inside the wrapper OCX or should I create the child OCX...
go to MSDN and search for OnHScroll, there's an example at
the bottom , just copy/paste the example. That will get the
horizontal scrollbar working, just a little modification will get the...