Home > Archive > Visual Basic > April 2006 > PictureBox's Image, asp.net, windows application
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
PictureBox's Image, asp.net, windows application
|
|
| msmeerkat@gmail.com 2006-04-27, 6:56 pm |
| Hello:
I have a ASP.NET web application that needs to open a .exe file and
display, on a picture box, the image that is located in a cache
variable. I'm trying to do this, on Form_Load of the .exe:
PictureBox1.ImageLocation =
System.Windows.Forms.Application.StartupPath & "\showcropim.aspx"
Where showcropim.aspx returns the image.
The page returns the image (I've tested it in a ASP.NET page), but the
logic is not working inside of the windows application's pictureBox.
I would like to know if there are any other options or if the logic I'm
following will not work.
Thank you,
MMS
| |
| Jeff Johnson 2006-04-27, 6:56 pm |
|
<msmeerkat@gmail.com> wrote in message
news:1146169277.646328.11130@j33g2000cwa.googlegroups.com...
> I have a ASP.NET web application
This is a VB "classic" newsgroup. Questions about VB.NET (including VB 2005,
which has dropped .NET from its name) are off-topic here.
Please ask .NET questions in newsgroups with "dotnet" in their names. The
*.vb.* groups are for VB6 and earlier. If you don't see the *.dotnet.*
groups on your news server, connect directly to the Microsoft server:
msnews.microsoft.com.
| |
| Bob Butler 2006-04-27, 6:56 pm |
| <msmeerkat@gmail.com> wrote in message
news:1146169277.646328.11130@j33g2000cwa.googlegroups.com
> Hello:
>
> I have a ASP.NET web application that needs to open a .exe file and
look for newsgroups with "dotnet" in the name; this group is for VB 6.0 and
earlier
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
|
|
|
|
|