by: Bart Simpson |
last post by:
Hi,
I want to control 'Scheduled Tasks' in Windows 2003 by python program.
But I couldn't find any Python module about win32 'Scheduled Tasks'.
I could find only Perl module about it. (see...
|
by: martin z |
last post by:
Hey, all. I'll get to the point: project for class, got most of my needs
figured out, just unsure about one detail: this is a large-scale design
course, so it has to be a complete win32 app. That...
|
by: asdf sdf |
last post by:
i'm interested in using python for win32 COM automation and sysadmin
scripts.
many recommendations for Mark Hammond's Python Programming on Win32.
but it was published four and half years ago....
|
by: Jed R. Mallen |
last post by:
Hello,
Can anyone point me to a nice tute on making python apps for win32?
TIA
|
by: Brian Beck |
last post by:
As far as I can tell, both maintainers of the Windows builds of
Python-LDAP haven't updated in about a year. This doesn't exactly
make the builds ancient or obsolete, but it would be nice to start...
|
by: Gabriel B. |
last post by:
Anyone has any info if there's something similar to Newt lib for win32?
Thanks
Gabriel
|
by: Cliff Wells |
last post by:
For various sundry reasons, I find myself needing to deliver a
Windows-based Python app. I also chose Python 2.5 for this platform.
The app has several requirements, all of which are available...
|
by: bartonc |
last post by:
http://images.barnesandnoble.com/images/4700000/4700547.gif
Python Programming on WIN32 Looks very promising. It's not quite as expensive as Mark Hammond's first book. It's taking a surprisingly...
|
by: frikk |
last post by:
Hey everyone. I have been working with python for a couple years now,
but just recently built my first program with a GUI. I decided to
start with Tkinter since it is included with the base...
|
by: mclaugb |
last post by:
Hello ALl,
I have a compiled program "conv.exe" that works as follows:
-----------------------------
Please selection from the following options. press "h" for help, "p" for
print, "r" for...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: SueHopson |
last post by:
Hi All,
I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...
|