[python-win32] running an Access VBA procedure fails

2006-10-21 Thread mchl gdbt
Hi, I have a VBA sub routine in an access file that I need to run from python. let's say Public Sub test(arg1 As String) MsgBox ("test succeeded" + arg1) End Sub ok from excel I do this Sub MyTest() strDbName = "C:\db1.mdb" Dim ObjAccess As Object Set ObjAccess = GetObject(strD

Re: [python-win32] disable mouse/keyboard input

2006-10-21 Thread James Matthews
Here is the case whats the issue when you have an app and you don't use stdin... or inputOn 10/20/06, Gabriel Genellina < [EMAIL PROTECTED]> wrote:At Friday 20/10/2006 12:51, Axiom X11 wrote: >I'd like to be able to ignore all user input while a vidoe is>playing, and then be able to allow the u