Open an image is synchronous operation?
Hi all.
I have one problem in my project. I open some bitmap with the instruction new Bitmap().
I would like to know if this operation is synchronous or asynchronous. I think the second because there are some problem in the application when it run.
Thanks a lot!
Enrico.
Answers (2)
0
excelSheets = excelWorkBook.Sheets("Sheet1")
excelSheets.Activate()
excelSheets.Shapes.Item(1).ControlFormat.ListLike this way you can find the different shapes (controls). Put a break point and check the values..