JebediahKerman Posted February 1, 2014 Share Posted February 1, 2014 How do I display an ImageBox with Scripthook .Net? I tried GTA.Forms.Imagebox imgBox = new GTA.Forms.Imagebox();imgBox.Location = new Point(0, 0);imgBox.Size = Game.Resolution;imgBox.Image = new Texture(imageToByteArray("testImage"));imgBox.Visible = true; even if I place the code into a perFrameDrawing Event nothing will happen. Any Ideas what I did wrong or what I have been missing? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now