deminizer Posted March 28, 2017 Author Share Posted March 28, 2017 How to edit my main screen in which some part of the picture is out of the frame and it has to be transparent no background likt thisSee that girls head is out of the GUI but its still transparent.Thank you. Link to comment Share on other sites More sharing options...
Officer Johnson Posted March 28, 2017 Share Posted March 28, 2017 @'deminizer':> How to edit my main screen in which some part of the picture is out of the frame and it has to be transparent no background likt this> > > > See that girls head is out of the GUI but its still transparent.> > Thank you.If i'm understanding what your asking, the girls head is apart of a single graphic image that creates the frmMenu image. It is then loaded in and used as the games menu image. You would have to just create and image make it transparent like they had done then load it in through the graphics folders.Hope this helps (kind of fuzzy on what your asking).~Officer Johnson Link to comment Share on other sites More sharing options...
Kemono Posted March 28, 2017 Share Posted March 28, 2017 I'm not giving all the solution but here is a way to followClient side :Create an image with a color background(In photoshop or something like that) (Like green or pink) , it will be considered as a transparent background … but you'll have to create a transparency module , then add this code into your picture :```Call YOUR_TRANSPARENCY_SUB(Me, 255, RGB(R, G, B))```Replace R and G and B with the amount of R(Red) G(Green) B(Blue) in your image background good luck ! Link to comment Share on other sites More sharing options...
PhenomenalDev Posted March 29, 2017 Share Posted March 29, 2017 2/10 Not enough tits. Link to comment Share on other sites More sharing options...
deminizer Posted March 29, 2017 Author Share Posted March 29, 2017 Is there a tutorial for this kinda stuff ?Or could tell me what should i google for to find a tutorial ?Thanks in advance. Link to comment Share on other sites More sharing options...
Kemono Posted March 29, 2017 Share Posted March 29, 2017 There is no tutorial for this actually , not even in Google . You must custom your source with your manner Link to comment Share on other sites More sharing options...
Vince Posted March 29, 2017 Share Posted March 29, 2017 Quick search on MSDN , and there is the function you're looking for :https://msdn.microsoft.com/fr-fr/library/windows/desktop/ms633540(v=vs.85).aspx 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