Documents And Specifications
Forum Post

Assigning address of a VC# variable to one in VC++.

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...
Forum Post

Re: Portable Exe

: : 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...
Forum Post

Re: Stop Annoying Beeps

: 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...
Forum Post

Re: DirectShow - Analyze audio stream from AVI - as fast as possible

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...
Forum Post

Re: Portable Exe

: 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...
Forum Post

Portable Exe

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...
Forum Post

How to loader a Dos exe program in Assembly

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!
Forum Post

DLL Trouble

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...
Forum Post

Re: AJAX accordion panels

: 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...
Forum Post

executing dos command error

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...
Forum Post

Bypass "Close Confirmation Dialog Box"

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...
Forum Post

Upload doesn't work

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...
Forum Post

Re: jpeg embedded delete code.

: 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...
Forum Post

jpeg embedded delete code.

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...
Forum Post

pass interface pointer to exe server

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?...
Forum Post

Database connection in server without VB

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)...
Forum Post

Hide Dial-up Tray Icon?

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.
Forum Post

Delphi Compiler

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...
Forum Post

Re: Reading Bitmap data

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...
Forum Post

Re: Reading Bitmap data

: 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...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.