Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about win32con

Read more about win32con

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - win32con

What is the purpose of 'win32con.SRCCOPY'?

In the code of answer of this question, there is a line cDC.BitBlt((0,0),(w, h) , dcObj, (0,0), win32con.SRCCOPY). Here what is the purpose of win32con.SRCCOPY? I have looked for documentation everywh...
test-img

user541396

python

screenshot

pywin32

bitblt

win32con

Votes: 0

Answers: 1

Latest Answer

It's a symbolic integer constant defined in the win32con module that specifies what raster operation (rop) to perform when calling the win32gui.BitBlt() function. The official BitBlt function (wingdi....
test-img

martineau

How to hide a program with the ability to open it again?

I have a console application written in python using pyinstaller. I need the program window to be hidden (if the user specified it), but at the same time it continued to work in the background, and wh...
test-img

Neizvestnyj

python

pyinstaller

win32gui

win32con

Votes: 0

Answers: 0

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved