代码搜索:SetConsoleTextAttribute
找到约 36 项符合「SetConsoleTextAttribute」的源代码
代码结果 36
www.eeworm.com/read/228086/14401214
txt 新建 文本文档 (2).txt
能否把VC6的代码编辑窗口的背景色,前景色改变
编号:QA003460
建立日期: 2000年10月24日 最后修改日期:2000年10月24日
所属类别:
C/C++ - 其他方面
wangpk:
操作系统: win98
编程工具: vc6
问题: 能否把VC6的代码编辑窗口的背景色,前景色改变?
回答:
www.eeworm.com/read/208599/15242880
txt 用vc++实现console程序显示彩色文本.txt
用vc++写console程序时,整天对着黑纸白字的屏幕,感觉很郁闷吧?很多人想用CONIO.H/GRAPHICS.H中的一些函数来实现,却发现VC++根本没有这些头文件。当然了CONIO.H/GRAPHICS.H是BORLAND TC/BC专有的头文件,所以vc++中根本没有这些文件。把这两个头文件COPY过来,然后用??答案当然是否定的。其实VC++中也有相关的函数来实现console彩色文本 ...
www.eeworm.com/read/474068/6829320
c testapp.c
/*++
Copyright (c) 1990-98 Microsoft Corporation All Rights Reserved
Module Name:
testapp.c
Abstract:
Author:
Eliyas Yakub
Environment:
Win32 console multi-thre
www.eeworm.com/read/355933/10241251
h msoftcon.h
//msoftcon.h
//declarations for Lafore's console graphics functions
//uses Window's console functions
#ifndef _INC_WCONSOLE //don't let this file be included
#define _INC_WCONSOLE //twice
www.eeworm.com/read/275985/10778366
dpr getsys.dpr
program GetSys;
{$APPTYPE CONSOLE}
uses
Windows,
Classes,
SysUtils,
MSI_Console,
MiTeC_Routines,
MiTeC_AccountsNT,
MiTeC_Datetime,
MSI_Network,
MiTeC_StrUtils,
MSI_
www.eeworm.com/read/349276/10838712
dpr getsys.dpr
program GetSys;
{$APPTYPE CONSOLE}
uses
Windows,
Classes,
SysUtils,
MSI_Console,
MiTeC_Routines,
MiTeC_AccountsNT,
MiTeC_Datetime,
MSI_Network,
MiTeC_StrUtils,
MSI_
www.eeworm.com/read/410932/11264050
c px_rs_ui.c
/* must been first include begin */
#include "..\ProjectX_Common\ProjectX_Copyright.h"
#include "..\ProjectX_Common\ProjectX_Common.h"
/* must been first include end */
/* std and common include
www.eeworm.com/read/105951/15651791
inc console.inc
Comment % Console.inc (C) Acp/UCF
%
Init_Console Proc Near
PushA
Push -11 ; nStdHandle [(dword)-11]
Call GetStdHandle
Cmp EAX,-1
JE Console_Error
Mov [ConH
www.eeworm.com/read/100376/15875729
inc console.inc
Comment % Console.inc (C) Acp/UCF
%
Init_Console Proc Near
PushA
Push -11 ; nStdHandle [(dword)-11]
Call GetStdHandle
Cmp EAX,-1
JE Console_Error
Mov [ConH