Recent content by Raj BD

  1. R

    Fit image to picture box size... vb6?

    hello. I am using Visual Basic 6.0 Since few days, i was dealing with pictures. I was loading a picture to a form using: LoadPicture(filename,size...) But in case the files are bigger only part can be seen. I want to fit the image to the size of picturebox. Lets assume the height and width of...
  2. R

    How to break a .avi file in flash?

    You can use Flash Website Design Pro or Coffeecup GIF Animator.
  3. R

    How do you put html on another page?

    let you have two pages, index1.html & index2.html. You are working in index.html and if you want to get in to index2.html then.. Have a button or image (let it be image.jpg) in a same location.. n use following code. <a href="index2.html><img src="image.jpg"></a>
Back
Top