Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*ej18_MostrarImagenDeInternet
- Como mostrar una imagen directamente desde internet */
- #include <radc++.h>
- Form form1("Mostrar imagen de internet - RAD C++ Ejemplo");
- ImageBox ibox(AUTO_ID,0,50,50,300,200,form1); //2nd arg : 0 = no image by default
- rad_main()
- ibox.loadImage("http://lamordida.net/wp-content/uploads/2011/03/Dev-Cpp-4.9.9.2.jpg");
- rad_end()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement