Documents And Specifications
Language
Any
Platform
Any
License
Any
ReturnAddressPositionUpdate();
(where c is the instance of the VC# class, and NewPosition is the local VC++ variable, both are declared as int)
When I debug the code, I get the same address for...
: : I have an exe which I created using an old version of Turing and I
: : want to change its icon. I've tried a few programs, but they tell me
: : that in order to change the icon the exe must...
: I have serached up, down, high and low but have not been able to
: stop the beeping during data entry. I've incorporated the Keydown
: sub with the keys.enter.. ex.
:
: Private sub...
The solution for this matter is quite simple (thanks to Mark Salsbery): the use of a NULL Renderer filter on the outputs of the grabber and the AVI Splitter (instead of the default renderers).
I'm...
: I have an exe which I created using an old version of Turing and I
: want to change its icon. I've tried a few programs, but they tell me
: that in order to change the icon the exe must be...
I have an exe which I created using an old version of Turing and I want to change its icon. I've tried a few programs, but they tell me that in order to change the icon the exe must be portable. Is...
I want to use a Assembly Language (NASM) to develop a .exe loader
but I can't How to.
I hope somebody can help me, to give me a source code for this
Thanks! Everybody!
Hi guys,
Having some trouble with a DLL, it is supposed to gather information from an external device, by passing a pointer to an array of double.
What I am getting back though is garbage
Here...
: I am trying to use the accordion panels in a project.
: Whenever the code tries to reference a control I get the exception:
: “Object reference not set to an instance of an object.”
:
: This...
hello ,
first i want to say that im very new at c++ , i managed to create a very simple program through searching the internet , this little program involves running a certain exe file with...
My VB program shells out to start an external EXE program which creates an open window. When I close this window in VB code, an "are you sure you want to close this program" confirmation dialog box...
I'm trying to upload files to my site's server, but it only creates an empty file with the same name. Text and HTML files are uploaded correctly. The upload DLL works fine on another server.
What...
: I will explain what I am looking for and then perhaps someone can
: tell me if this already exists.
:
: I would like to be able to send clients a jpeg file and then have
: that file...
I will explain what I am looking for and then perhaps someone can tell me if this already exists.
I would like to be able to send clients a jpeg file and then have that file self-delete once it's...
Connect((IClientInterface*)&mysink);
...
}
When I wrote DLL server, all was OK, only for EXE server I get this error:(
I understand this is marshal problem?
How can I resolve this issue?...
Hi
I've writen an VB project that retreives data from database with SQL. The Connection to the database is created with this kind of statement:
Set zSample = DBEngine.Workspaces(0)...
Hi, i was wondering if its possible to hide the try icon of the dial-up dialog after i called it with RasDial(), choosing a phonebook entry.
Is there a way to compile a 64bit version of a dll in delphi so that it runs on windows 2003 64bit. if there is can you please point me in the right direction and can you tell me what version of...
Height;
for (int y = 0; y != maxy; ++y)
{
unsigned char * const myLine = static_cast(bitmap->ScanLine);
for (int x = 0; x != maxx; ++x)
{
myLine = (x+0) % 256; //Red...
: Try using ScanLine on a TImage with a bitmap loaded in it, see
: http://www.codepedia.com/1/CppVclScanLine
: or
: http://www.codepedia.com/1/CppVclGraphics
:
: Good luck,
: bilderbikkel...