2
Answers

Open an image is synchronous operation?

Enrico

Enrico

14y
2.6k
1
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
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 13y

excelSheets = excelWorkBook.Sheets("Sheet1")
excelSheets.Activate()
excelSheets.Shapes.Item(1).ControlFormat.List

Like this way you can find the different shapes (controls). Put a break point and check the values..