finchie_88
Hi everyone. I want to display a picture (a jpeg if that make any difference) inside a dialog box, how do I do it?
The discussion revolves around how to display a JPEG image in a dialog box using C++. Participants explore various contexts, programming environments, and libraries that may facilitate this task, particularly in the context of developing a Tetris game.
Participants do not reach a consensus on the best approach to display images in a dialog box, with multiple suggestions and tools being discussed. The discussion remains unresolved regarding the most effective method for the specific context of the user's project.
Limitations include the lack of specific details about the image display requirements and the potential complexity of using the Win32 API for beginners.
Evo said:Is it an online journal? It would depend on what has been disabled. You can try <img src="http://xxxxxxxxxxxxxxxxxxxxx"border=0> to upload a picture that is hosted on a website.
Mattara said:<img src="http://xxxxxxxxxxxxxxxxxxxxx.extension" border="0" alt="alt_text_here" />
*cough*
![]()
finchie_88 said:I'm writing in C++, and want to make a tetris game. It's going ok, I just wanted to add a few pictures that's all.