Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DoNotEven
  • Content: Threads
  • Order by date
  1. DoNotEven

    I am trying to copy Image->Picture to the clipboard.

    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...
  2. DoNotEven

    Bulider6 - with TNMSMTP how to use Authentication for a host

    How do you use Authentication for a host that requires it with TNMSMTP? I know how to use the function AuthenticationFailed.
  3. DoNotEven

    In Internet Explorer target=&quot;_blank&quot; in a link will not dispaly

    In Internet Explorer 6 target=&quot;_blank&quot; 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....
  4. DoNotEven

    How do you get the browser to displ

    How do you get the browser to display web pages with the <!-- #INCLUDE FILE=&quot;logo.inc&quot; --> 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...
  5. DoNotEven

    How to see if a program is open from a different program?

    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...
  6. DoNotEven

    How to print a jpg image? How to convert a jpg to bmp?

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

    using frames in JavaScript

    How do you make a window open in a frame with JavaScript. TARGET=&quot;HOME&quot; 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 =...

Part and Inventory Search

Back
Top