Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(18) | Call(18) | Derive(0) | Import(0)
src/t/r/TrustRouter-HEAD/client/packaging/Windows/Python32/Lib/site-packages/win32/Demos/win32gui_dialog.py TrustRouter(Download)
0) # cGrow shell_dll = os.path.join(win32api.GetSystemDirectory(), "shell32.dll") large, small = win32gui.ExtractIconEx(shell_dll, 4, 1) win32gui.ImageList_ReplaceIcon(il, -1, small[0])
src/m/a/main-HEAD/External.LCA_RESTRICTED/Languages/IronPython/27/Lib/site-packages/win32/Demos/win32gui_dialog.py main(Download)
0) # cGrow shell_dll = os.path.join(win32api.GetSystemDirectory(), "shell32.dll") large, small = win32gui.ExtractIconEx(shell_dll, 4, 1) win32gui.ImageList_ReplaceIcon(il, -1, small[0])
src/e/i/einstein-HEAD/Python25Einstein/Lib/site-packages/win32/Demos/win32gui_dialog.py einstein(Download)
0) # cGrow shell_dll = os.path.join(win32api.GetSystemDirectory(), "shell32.dll") large, small = win32gui.ExtractIconEx(shell_dll, 4, 1) win32gui.ImageList_ReplaceIcon(il, -1, small[0])
src/s/u/SublimeSpeech-HEAD/lib/pywin64bit/win32/Demos/win32gui_dialog.py SublimeSpeech(Download)
0) # cGrow shell_dll = os.path.join(win32api.GetSystemDirectory(), "shell32.dll") large, small = win32gui.ExtractIconEx(shell_dll, 4, 1) win32gui.ImageList_ReplaceIcon(il, -1, small[0])
src/s/u/SublimeSpeech-HEAD/lib/pywin32bit/win32/Demos/win32gui_dialog.py SublimeSpeech(Download)
0) # cGrow shell_dll = os.path.join(win32api.GetSystemDirectory(), "shell32.dll") large, small = win32gui.ExtractIconEx(shell_dll, 4, 1) win32gui.ImageList_ReplaceIcon(il, -1, small[0])
src/t/r/TrustRouter-HEAD/client/packaging/Windows/Python32/Scripts/pywin32_postinstall.py TrustRouter(Download)
return shell.SHGetSpecialFolderPath(0,shellcon.CSIDL_SYSTEM) except (pythoncom.com_error, win32process.error): return win32api.GetSystemDirectory() except ImportError: return win32api.GetSystemDirectory()
src/e/i/einstein-HEAD/Python25Einstein/Scripts/pywin32_postinstall.py einstein(Download)
return shell.SHGetSpecialFolderPath(0,shellcon.CSIDL_SYSTEM) except (pythoncom.com_error, win32process.error): return win32api.GetSystemDirectory() except ImportError: return win32api.GetSystemDirectory()
src/e/i/einstein-HEAD/Python25Einstein/Lib/site-packages/wx-2.8-msw-unicode/wx/lib/activexwrapper.py einstein(Download)
if hasattr(sys, "frozen"): import os, win32api dllpath = os.path.join(win32api.GetSystemDirectory(), 'MFC71.DLL') if sys.version[:3] >= '2.4' and not os.path.exists(dllpath): message = "%s not found" % dllpath
src/p/y/PyObjC-PyInstaller-HEAD/pyinstaller/PyInstaller/utils/winutils.py PyObjC-PyInstaller(Download)
try: import win32api sys_dir = win32api.GetSystemDirectory() except ImportError: sys_dir = os.path.normpath(os.path.join(get_windows_dir(), 'system32'))
src/p/y/PyInstaller-2.1/PyInstaller/utils/winutils.py PyInstaller(Download)
try: import win32api sys_dir = win32api.GetSystemDirectory() except ImportError: sys_dir = os.path.normpath(os.path.join(get_windows_dir(), 'system32'))
1 | 2 Next