Greetings,
Using SetBitmap changes one of my ImageView bitmap image from a circle shape to a square shape. That caught me by surprise. Please check my usage of SetBitmap and please let me know how I messed up the displaying of my image.
This is what the play-circle icon looked like before and...
Hi, Guys
I must of do something to my project - the following code has just started throwing a compiler error
pictureBitMap = LoadBitmap(File.DirAssets, "ImageNotAvailableSmall.png")
The compiler complains about this line of code
Application_Start
Error occurred on line: 139...
Hello guys,
I have the following code:
bg = LoadBitmapResize(File.DirAssets, wWordOK & ".jpg", ImageView1.Width, ImageView1.Height, True)
What happen if the file is missing?
I'd like to test file existance and if the image is not there, load a default image instead.
Same doubt (file not...
Hello Guys,
I'm using Imageview/LoadBitmap/LoadBitmapResize to present .JPG files based on program logic.
My question is: Do I have to load every single .JPG file to the project at design time? What If I just add new .JPG to file directory? Will my app find these new files or do I have to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.