|
-
Oct 7th, 2002, 08:10 PM
#1
Thread Starter
Fanatic Member
-
Oct 8th, 2002, 06:03 AM
#2
Frenzied Member
What do you mean by picturebox? I assume you don't just mean <img src="IMAGE.png" alt="">?
-
Oct 8th, 2002, 06:17 PM
#3
Thread Starter
Fanatic Member
im new to c++ and javascript, so it probably has a dif. name. in vb there is a control called the picturebox, but really all i need is something to apply my apis to.
-
Oct 9th, 2002, 04:42 AM
#4
Frenzied Member
Do you want to know how to create a picturebox in C++? You're in the wrong forum if you do
-
Oct 9th, 2002, 03:20 PM
#5
Thread Starter
Fanatic Member
i want it for a javascript program, but the languages are alot alike
-
Oct 9th, 2002, 05:11 PM
#6
Frenzied Member
I'm not really sure what you mean. Is it for embedding in a web page, or a stand-alone JavaScript file or what?
-
Oct 10th, 2002, 06:40 PM
#7
Thread Starter
Fanatic Member
i want to embed it in my web page
-
Oct 11th, 2002, 05:24 AM
#8
Frenzied Member
Well I think you can only do that like I said earlier:
Code:
document.write('<img src="image.png" alt="" id="imageID">');
-
Oct 11th, 2002, 05:56 PM
#9
Thread Starter
Fanatic Member
but i dont have an image, i want to draw to it, does an image control have an hdc?
-
Oct 12th, 2002, 05:40 AM
#10
Frenzied Member
Don't think so, I don't think JavaScript/HTML is that powerful. I would have thought you would have to use a Java Applet to acheive something like that.
-
Oct 13th, 2002, 03:25 PM
#11
Thread Starter
Fanatic Member
all right, ill look into java. thanks for the help
-
Oct 14th, 2002, 04:24 AM
#12
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|