Hello, I try without success to get the window of the quickstarter.
Does everybody know its right name ? See my code below. Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal _ lpClassName As long, ByVal lpWindowName As String) As Long Sub Main Print FindWindow(0,"Démarrage rapide de OpenOffice.org 2.0") end Sub Thanks for your help. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
