Questions tagged as 'contents'

1
answer

Difference between the contents () and html () methods

I had to get the content of an iframe (which was in the same domain on the same page) with html() , but without success. I saw that there was a method called contents() , and it worked fine using it. Why a goddamn one and not...
asked by 09.04.2015 / 22:31
1
answer

"button" with invisible content [closed]

Is there a way to set a content for a button in WPF, but that it is invisible to the user?     
asked by 14.10.2015 / 18:42
2
answers

Get project content in MonoDevelop

I'm trying to insert a PNG image in my game, but I'm not getting it, the image is in Content/alien.png , with the code below: Texture2D alien; . . . protected override void LoadContent () { spriteBatch = new SpriteBatch (GraphicsDevi...
asked by 11.11.2016 / 04:42