I have a few question for using Notes as an active X object through VB:

1. I can create an instance of a currently running Notes by using Set Notes = GetObject("", "Notes.NotesSession") ,but I want to mak sure it has focus before I act on it. Does anyone know how?

2. Can you verify Notes password through code and not the Enter Password window?

3. Does anyone know how the get to Notes Application object through vb?