Hi !
I have a problem.
I have a little tool that can get data about filesystems and I wrote it in
python.
The main user asked me a GUI for this software.
This user is needed a portable program, so I create this kind of the
software with Py2Exe.
But it have very big size: 11 MB... :-(
The dist
Hi !
I want to call mciSendCommand to record a music in Windows.
I want to do same thing like in this code (Delphi):
procedure TForm1.OpenMedia;
var
MyOpenParms: TMCI_Open_Parms;
begin
Flags:=mci_Wait or mci_Open_Element or mci_Open_Type;
with MyOpenParms do
begin
dwCallback:=Han
Hi !
I want to convert my mid files to way files in MS Windows.
I know that I can play the mid files, and I can record them as wav -
with MMSystem unit.
I need to play a midi file and record it in in-line. But how can I do it ?
Anybody can help me ? I need some informations to start this work.
Hi!
I'm trying to make an explorer clone using python-win32.(not the tree.
just the folderview on the right side.)
I know that I have to use the IShellFolder&IShellView, but don't know
how to.
Could someone show me an example. or is there anyone that has already
done it?
Thank you for any kind of