Results 1 to 2 of 2

Thread: Java Programmer -> VB Programmer

  1. #1
    Join Date
    Feb 2005
    Posts
    139
    Rep Power
    0

    Talking Java Programmer -> VB Programmer

    Hey all!
    Im a Java programmer learning VB for my 5th form class at glenmuir. Anyway, enough of the formalities lets get to business!

    1) I want to write/find the function that is used to capture the screen. Any ideas.
    2) Is it possible to use BitBlt(Bit Block Transfer) and save the Picture above the Source Piucture box by calling a method on the Destination Picture Box. I've tried PicDest.Picture and PicDest.Image and they dont seem to work.
    Any advice is accepted. Thanks in advance.

  2. #2
    Join Date
    Feb 2003
    Posts
    3,184
    Rep Power
    0

    Default

    Quote Originally Posted by BloodLust_89
    Hey all!
    Im a Java programmer learning VB for my 5th form class at glenmuir. Anyway, enough of the formalities lets get to business!

    1) I want to write/find the function that is used to capture the screen. Any ideas.
    2) Is it possible to use BitBlt(Bit Block Transfer) and save the Picture above the Source Piucture box by calling a method on the Destination Picture Box. I've tried PicDest.Picture and PicDest.Image and they dont seem to work.
    Any advice is accepted. Thanks in advance.

    1) I don't know you might have to read up on some win32 api calls

    2) with vb I've always taken the lazy approach and saved stuff to files. Then setting the the controls to file paths. I never went into the hardcore stuff.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •