[python-win32] Sending Keystrokes to Active Windows

2013-07-10 Thread leegold
Hi, I have Python 3.3 installed on XP. I want to send keystrokes to Firefox. I've searched for an answer but my knowledge of Win32 was not enough to make it work. If there was a small example or link to a code snip i could try. Thank you. ___ python-win3

Re: [python-win32] Pythonwin interactive window seems gone ?

2010-11-29 Thread leegold
> > leegold wrote: > > Hi, > > > > The interactive window ( the shell window) in Pythonwin is gone, I open > > it and it's an empty canvas - no window. The buttons are checked to show > > it. Maybe I'm missing something simple, not sure. Pywi

[python-win32] Pythonwin interactive window seems gone ?

2010-11-29 Thread leegold
Hi, The interactive window ( the shell window) in Pythonwin is gone, I open it and it's an empty canvas - no window. The buttons are checked to show it. Maybe I'm missing something simple, not sure. Pywin32 build 214, using Activestate 2.6 on XP. Thanks ___

[python-win32] Keystrokes Python

2008-06-15 Thread leegold
Wondered if Python could solve this problem: I have laptop with XP. To adjust screen contrast I hit FN key then F11. It does not work well - I end up with too little/much contrast - the key combo does not provide the granularity/fine adjustment I want. There's no 0-100 bar graph as well. It's prob

[python-win32] Blob fields

2008-03-06 Thread leegold
Hi, I want to play with blobs in ms-access. Is there any documentation or python examples using ADO for AppendChunk and GetChunk? Would that be the best way to do it - w/ADO? Googling it but so far not much I can find. Thanks, Lee G. ___ python-win32 m

Re: [python-win32] Python ADO and Date Time Field in Access

2008-01-30 Thread leegold
Thank for the stellar explanations and code. You plus the other posters and esp. the code examples make it clear what's going on. It's been very helpful. Thanks, Lee G. On Tue, 29 Jan 2008 10:39:25 +, "Tim Golden" <[EMAIL PROTECTED]> said: > leegold wrote

Re: [python-win32] Python ADO and Date Time Field in Access

2008-01-28 Thread leegold
...snip... > > I want to print exactly what's in the field, ie. "12:00:00 AM". > Do you understand that this is not really what's present in that field? > What's present in the field is a floating point number. The number > happens to represent the number of days since December 30, 1899. Hou

[python-win32] Python ADO and Date Time Field in Access

2008-01-25 Thread leegold
Hi, Given an MS-Access table with a date type field with a value of: 12:00:00 AM - just"12:00:00 AM", there's nothing else in the field. I want to print exactly what's in the field, ie. "12:00:00 AM". What I get printed is: 12/30/0/ 00:00:00 I try: import win32com.client from win32.client imp