博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python调用windows api
阅读量:5814 次
发布时间:2019-06-18

本文共 152 字,大约阅读时间需要 1 分钟。

 

import ctypes# 方式一ctypes.windll.user32.MessageBoxA(None, 'message', 'title', 0)# 方式二ctypes.WinDLL('user32.dll').MessageBoxA(None, 'message', 'title', 0)

 

转载地址:http://frmbx.baihongyu.com/

你可能感兴趣的文章
又拍云沈志华:如何打造一款安全的App
查看>>
dubbo源码分析-架构
查看>>
Windows phone 8 学习笔记
查看>>
我的友情链接
查看>>
LeetCode--112--路径总和
查看>>
感悟贴2016-05-13
查看>>
参加婚礼
查看>>
Java重写equals方法和hashCode方法
查看>>
Spring ’14 Wave Update: Installing Dynamics CRM on Tablets for Windows 8.1
查看>>
MySQL 备份与恢复
查看>>
TEST
查看>>
PAT A1037
查看>>
(六)Oracle学习笔记—— 约束
查看>>
[Oracle]如何在Oracle中设置Event
查看>>
top.location.href和localtion.href有什么不同
查看>>
Gradle之module间依赖版本同步
查看>>
java springcloud版b2b2c社交电商spring cloud分布式微服务(十五)Springboot整合RabbitMQ...
查看>>
Windwos Server 2008 R2 DHCP服务
查看>>
d3 v4实现饼状图,折线标注
查看>>
微软的云策略
查看>>