I get error “Access violation at 06402A80 in module “VIEWPICT.EXE” read of address FFFFFFFF.” When I execute the following:
In the Unit1.cpp file:
void __fastcall TMainForm::Copy1Click(TObject *Sender)
{
TChild* child = dynamic_cast<TChild*>(ActiveMDIChild);
if(!child)
{
return...
In Internet Explorer 6 target="_blank" in a link opens the window but the contents of the window will not display. Also when JavaScript pop-up windows open the contents of the page will not display. HELP....
How do you get the browser to display web pages with the <!-- #INCLUDE FILE="logo.inc" --> tag in them when you are offline? The web page displays but the .inc file will not open when I am offline. My web page files have a .stm extenstion so my server will display the .inc file in my...
How to see if a program is open from a different program? What I need to know is: when I open program 1 it will check to see if program 2 is open, if program 2 is not open then program 1 will open program 2. The idea I have in mind is to keep a person from closing a program and keeping it closed...
The following code returns this error when it trys to print a jpg image: Cannot assign a TPicture to a Bitmap.void __fastcall TForm1::PrintphotoClick(TObject *Sender)
{
unsigned int BitmapInfoSize, BitmapImageSize;
long DIBWidth, DIBHeight;
PChar BitmapImage;
Windows::PBitmapInfo...
How do you make a window open in a frame with JavaScript. TARGET="HOME" does not work. My frame windows keep opening in the same frame my list box is in, I want them to open in the other frame window.
Here is the JavaScript I am using:
function showpage(form)
{ var item =...
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.