彩色按鈕的顯示程式

2021-04-01 23:56:32 字數 665 閱讀 9097

彩色按鈕的顯示程式

這是乙個彩色按鈕的顯示程式,執行時需要有bgi驅動程式

#include

#include

#include

#include

#include

void initgraph();

void quit();

void threedbx(int,int,int,int);

void chgcolor(int,int,int,int);

int main()

void initgraph()

void quit()

void threedbx(int x,int y,int l,int h)

setfillstyle(1,3);bar(x+6,y+6,x+l-6,y+h-6);

line(x+l-1,y+h-1,x+l-6,y+h-6);

setcolor(2);line(x+1,y+1,x+6,y+6);

setcolor(1);rectangle(x+20,y+20,x+l-20,y+h-20);

setcolor(2);rectangle(x+19,y+19,x+l-21,y+h-21);

}void chgcolor(int colorno,int red,int green,int blue)

console程式顯示彩色文字

console 程式顯示彩色文字 1 概要 相信大部分關注本篇文章的你們都曾經寫過 console 程式,那麼你們是否面厭煩了一層不變的 黑底白字 的螢幕,是否有曾想過要給 console 程式的螢幕畫畫 彩妝 呢?本篇文章就是介紹如何給 console 程式顯示彩色文字。2 給 console 程...

用VC 實現Console程式顯示彩色文字

用vc 寫console程式時,整天對著黑紙白字的螢幕,感覺很鬱悶吧?很多人想用conio.h graphics.h中的一些函式來實現,卻發現 vc 根本沒有這些標頭檔案。當然了conio.h graphics.h是borland tc bc專有的標頭檔案,所以vc 中根本沒有這些檔案。把這兩個標頭...

用VC 實現console程式顯示彩色文字

用vc 寫console程式時,整天對著黑紙白字的螢幕,感覺很鬱悶吧?很多人想用conio.h graphics.h中的一些函式來實現,卻發現vc 根本沒有這些標頭檔案。當然了conio.h graphics.h是borland tc bc專有的標頭檔案,所以vc 中根本沒有這些檔案。把這兩個標頭檔...