Excel,VBA,Windows API

Thumbnail of post image 183

SetWindowText Function

The SetWindowText function changes the text shown in the title bar (the caption) of a specified ...

Excel,VBA,Windows API

Thumbnail of post image 019

GetClassName Function

The GetClassName function retrieves the class name of a specified window.

A window class n ...

Excel,VBA,Windows API

Thumbnail of post image 033

GetWindowText Function

The GetWindowText function retrieves the text shown in the title bar (the caption) of a specifi ...

Excel,VBA,Windows API

Thumbnail of post image 066

FindWindowEx Function

The FindWindowEx function retrieves a handle to a child window inside a given parent window, by ...

Excel,VBA,Windows API

Thumbnail of post image 115

FindWindow Function

The FindWindow function retrieves a handle to a window whose caption (window name) or class name m ...

CATIA,Excel,VBA,Windows API

Thumbnail of post image 151

When developing with VBA, you’ll inevitably run into problems that standard VBA features alone cannot solve. Th ...

Excel,VBA,Windows API

Thumbnail of post image 054

MoveWindow Function

The MoveWindow function moves and resizes a specified window in a single call, changing both its p ...