picturebox
C# How to display a wait gif over the screen for 5 seconds when i click on the screen
hi How to display a wait gif over the screen for 5 second i want to show a loading image(Gif) over a picturebox. eg when i click on the picturebox , before load another image in开发者_如何学Pythonto t[详细]
2023-01-31 12:44 分类:问答Open a Image File into a Picturebox making it a Bitmap
I want to be able to open either a .jpg, .gif or .bmp into a picturebox and make it a bitmap so i can draw on it, but at the moment it comes up with an error of \'Parameter is not valid\' when i run m[详细]
2023-01-31 06:57 分类:问答c# load image into PictureBox without slowing down UI
I am trying to load 720x480 bitmaps into a picturebox very quickly and while loading the images into the picturebox, the UI of my application slows down considerably.[详细]
2023-01-31 04:16 分类:问答Convert a PictureBox to an array in C#
how can i convert and save PictureB开发者_JAVA百科ox into an array, i want to save the place of a PictureBox into an array. Thanks.[详细]
2023-01-28 08:44 分类:问答whats the problem of this code?
I wrote some code to move the king in chess game; can you tell me where is the problem of this code that king doesn\'t move? Thanks.[详细]
2023-01-28 03:05 分类:问答Save a Bitmap with Text from a textbox in C#
I want to be able to save a bitmap image with text from a text file so when i open it both the text and bitmap file open and can be viewed at a later date. This is my current code for saving a bitmap[详细]
2023-01-27 16:43 分类:问答using property of a class in another [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its c开发者_StackOverflowurrent[详细]
2023-01-26 20:44 分类:问答Draw lines on a PictureBox
My question is related to Stack Overflow question Draw lines on a picturebox using mouse clicks in C#, but when the mouse button is up, the drawn line disappears. How do I fix this?[详细]
2023-01-26 12:49 分类:问答using pic in picturebox in code
how can i use a pic i inserted in picturebox into mycodes?thanks public KingPiece(Image image, ChessColor color)[详细]
2023-01-26 06:12 分类:问答Auto Rotate Picture in Picture Box
My project has a picturebox control for loading pictures, it\'s working fine. 开发者_如何转开发However, some vertical jpg pictures are shown horizontally in Windows Explorer and also in my picturebox[详细]
2023-01-26 05:57 分类:问答