web....

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Supra

    #1

    web....

    i added image control to web form....but how do i add picture to image
    control?
    regards,

  • Cor Ligthert

    #2
    Re: web....

    Supra,

    An image control wants in a web page an URL it is completly different than
    with a windowform.

    Can you tell something more about the problem.

    Cor


    Comment

    • Supra

      #3
      Re: web....

      sorry. i'm into asp

      Cor Ligthert wrote:
      [color=blue]
      >Supra,
      >
      >An image control wants in a web page an URL it is completly different than
      >with a windowform.
      >
      >Can you tell something more about the problem.
      >
      >Cor
      >
      >
      >
      >[/color]

      Comment

      • Cor Ligthert

        #4
        Re: web....

        Hi Supra,

        That I did understand, however what is special on the way you want to show
        the image, you are not the first one who shows an image on a webpage.

        Is it a blob from a database or something?

        Cor


        Comment

        • Supra

          #5
          Re: web....

          don't worry car. i spent 20 minutes readung microsoft press book. i
          just added jpg to image1.imageurl

          Cor Ligthert wrote:
          [color=blue]
          >Hi Supra,
          >
          >That I did understand, however what is special on the way you want to show
          >the image, you are not the first one who shows an image on a webpage.
          >
          >Is it a blob from a database or something?
          >
          >Cor
          >
          >
          >
          >[/color]

          Comment

          • Cor Ligthert

            #6
            Re: web....

            Hi Supra,

            When I see how you dealing with it, watch that you do not add C:\myimage.jpg
            or something to it, that looks in your testsituation nice however gives in
            real live a nice rectangle box with img in it.

            It has to be a relative adres to your webserver or whatever relative URL.

            Cor


            Comment

            • Supra

              #7
              Re: web....

              thank u.

              Cor Ligthert wrote:
              [color=blue]
              >Hi Supra,
              >
              >When I see how you dealing with it, watch that you do not add C:\myimage.jpg
              >or something to it, that looks in your testsituation nice however gives in
              >real live a nice rectangle box with img in it.
              >
              >It has to be a relative adres to your webserver or whatever relative URL.
              >
              >Cor
              >
              >
              >
              >[/color]

              Comment

              • Supra

                #8
                Re: web....

                thank u. btw i just added screenshot to image1.imageurl . yes i just
                added jpg that what i'm looking for. i almost finished my gdi graphics
                games:
                mastermind, picture puzzle and 15 puzzzle. but working on checker,
                chinese checker later on.
                regards

                Cor Ligthert wrote:
                [color=blue]
                >Hi Supra,
                >
                >When I see how you dealing with it, watch that you do not add C:\myimage.jpg
                >or something to it, that looks in your testsituation nice however gives in
                >real live a nice rectangle box with img in it.
                >
                >It has to be a relative adres to your webserver or whatever relative URL.
                >
                >Cor
                >
                >
                >
                >[/color]

                Comment

                Working...