how can i make one
Printable View
how can i make one
What do you mean by picturebox? I assume you don't just mean <img src="IMAGE.png" alt="">?
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.
Do you want to know how to create a picturebox in C++? You're in the wrong forum if you do ;)
i want it for a javascript program, but the languages are alot alike
I'm not really sure what you mean. Is it for embedding in a web page, or a stand-alone JavaScript file or what?
i want to embed it in my web page
Well I think you can only do that like I said earlier:
Code:document.write('<img src="image.png" alt="" id="imageID">');
but i dont have an image, i want to draw to it, does an image control have an hdc?
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.
all right, ill look into java. thanks for the help:)
No problem.