Basically when you need to load a DLL in vb the dll must be replacing vb strings with BSTR.
The same way I assumet the function you mentioned may be accepting BSTR.
Well the fact is you might not be definite about the specs of the function. The types of the arguments is what am talking about. Are you 100% sure function rtcMsgBox is accepting both arguments of...
There is a security issue in article submissions. I won't disclose it here because some members might take advantage of it and start stealing cookies of others. It is XSS hole in some module. I...
Some library file for example libabc.a, and it is in the folder that contaions your code and is not in library folder. you will supply just the name of...
Actaully am polishing my library to port it to MSVC and instance of parent class passed did not have valid handle, and it was destroyed before being assigned as parent window.
Great PeejAvery thanks for your concern.
I just was interested in quick solution so that I meet deadline and I got class called 'snoopy' http://snoopy.sourceforge.net/, so did not reinvent wheel :)....
Its not my script that needs cookies but the remote site that writes cookie for the first time it is fetched by php, and from second attempt it must load other pages rather than 'agree' page. So...
I resarched some abotu curl.
Unfortunately constant CURLOPT_COOKIESESSION is not defined even in php 4.4.6.
I actually cant go on higher version than this 4.x.x since this is the requirement.
...
1. Select a region? using mouse, if so then it includes drawing, do capture mouse events and draw in WM_PAINT.
2. "invert the contents", I could not follow this.