- Tham gia
- 13/6/06
- Bài viết
- 7,199
- Được thích
- 24,656
Trong quá trình dịch nghĩa đối số của hàm dưới đây, tôi thấy đoạn được tô đỏ ở phần dưới dịch ra không ổn lắm, nhờ mọi người giúp nhé.
The second argument, wait, is optional. This is a Boolean value (True or
False) that specifies when Visual Basic activates the application. The value
of False in this position immediately activates the specified application,
even if the calling application does not have the focus. If you place True in
the position of the wait argument, the calling application waits until it has
the focus. Then it activates the specified application.
Xin cám ơn!
AppActivate title [, wait]
The second argument, wait, is optional. This is a Boolean value (True or
False) that specifies when Visual Basic activates the application. The value
of False in this position immediately activates the specified application,
even if the calling application does not have the focus. If you place True in
the position of the wait argument, the calling application waits until it has
the focus. Then it activates the specified application.
Xin cám ơn!