Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

[2167] Making a picture browser in VB 6

Last post 04-30-2007 11:28 AM by aldutt01. 26 replies.
Page 2 of 2 (27 items) < Previous 1 2
Sort Posts: Previous Next
  • 08-15-2002 3:47 AM In reply to

    • silv0523
    • Not Ranked
    • Joined on 08-15-2002
    • New Member
    • Points 10

    picture browser

    im making a picture browser, how can you combine the save and open functions in one form (with different form name?)
    • Post Points: 0
  • Advertisement

    • Red Gate Software

    Advertisement

    Want to boost your .NET application performance?

    Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.

    Try it for yourself now.

  • 09-29-2002 11:15 PM In reply to

    • Smartfx
    • Not Ranked
    • Joined on 09-29-2002
    • New Member
    • Points 5

    FM20

    If your using FM20 in your Api, only the people who have microsoft office will be able to use it.
    The fm20 dll and ocx familly belong to microsoft and you can't distibute it.

    The only advise that Microsoft give about FM20 is avoid it.

    smartfx
    • Post Points: 0
  • 09-30-2002 3:15 AM In reply to

    My Software

    All my software that is complete is avalible on my home page:
    http://mysite.freeserve.com/CombatGold1/index.html

    Click on the Files tab.
    Beer <b>Thanks,

    Adam.
    • Post Points: 0
  • 10-25-2002 3:00 PM In reply to

    I can help

    I am only an amature so i can only give u so much advice............there is a dialog, like the open and save on.....create a button and insert the code to launch the open thingy..........you can fine the code if you create a project with the wizard........it will create the code for you....all you have to do is copy and paste......................................................enjoy!!
    • Post Points: 0
  • 04-01-2003 7:37 PM In reply to

    Using the picture Browser in an Application

    Hi
    I have carried out this tutorial and it was xtremely helpful.  It worked perfectly on its own.
    When I connected it to a command button on my application using the code
    Private Sub cmdAddLogo_Click()
    Image.Show
    End Sub

    Image being the name I gave to the form

    I got this error runtime error 438 Object doesnt support this property or method

    Can u help with this
    thanx a mil
    Sabrina
    • Post Points: 0
  • 04-25-2003 1:06 PM In reply to

    • jawsper
    • Not Ranked
    • Joined on 04-11-2003
    • Junior Member
    • Points 25
    You cant call a form image because it's a reserved name.
    VB will think you mean an image and not your form.
    It's recommended to give a form a name which begins with 'frm' and then then name.
    ----------------------------------
    so, why arent you reading my extremely interesting post above? ;)
    • Post Points: 0
  • 05-08-2003 8:33 PM In reply to

    • Balue
    • Not Ranked
    • Joined on 05-08-2003
    • New Member
    • Points 5

    code for image browser

    Quote:
    [1]Posted by CombatGold1 on 26 Jul 2002 01:52 PM[/1]
    Look at my program - I've done all you want and more on there. I'll send you the project files if you want?
    I am new to VB, and would certainly like to take a look at how you coded these functions into your image viewer. thanks a whole bunch.
    • Post Points: 0
  • 05-10-2003 12:49 PM In reply to

    i've put up www.combatgold1.co.uk/VB for all my VB projects (with source files) - its not finished yet, but when i have time i'll finish it off
    Beer <b>Thanks,

    Adam.
    • Post Points: 0
  • 11-19-2003 8:37 AM In reply to

    Picture Viwer

    Ellos

    i am making a picture view i have a list of file, o n a the F drive i need to change the driver letter?

    i also need to be able to view the pictures?

    Confus ed
    • Post Points: 0
  • 11-28-2004 10:13 PM In reply to

    • mocolt
    • Not Ranked
    • Joined on 11-28-2004
    • New Member
    • Points 25

    Question

    I have a few problem with my VB and I'm hoping someone can help me.


    I want to add a Preview in a dlg box when a user is selecting an image.   I have been searching for a code but it's so hard.


    Another question is,  I want to add a form page with 3 panels, 1 on the left side and 2 on the right (1 is above one another).   Can someone help me with that?  
    • Post Points: 0
  • 06-01-2005 11:39 AM In reply to

    • twostars
    • Not Ranked
    • Joined on 06-01-2005
    • New Member
    • Points 5

    VB Pic Preview

    I am but a newbie to VB but I think you can only do text on dialog boxes.... if it were a picture on the form then I would do it the same as viewing it - only small....
    • Post Points: 0
  • 04-30-2007 11:28 AM In reply to

    • aldutt01
    • Not Ranked
    • Joined on 11-21-2006
    • India
    • New Member
    • Points 5
    I am really interested in your project. would you please mail the project  to  me.

    Thanking in anticipation.

    Anand Dutta
    aldutt01@gmail.com
    aldutt01@yahoo.com









    • Post Points: 5
Page 2 of 2 (27 items) < Previous 1 2