-
Borland C++ Builder 6에서 폼의 기본 폰트 바꾸기
C++ 빌더 6에서 폼의 기본 폰트를 바꾸려면 regedit를 실행하고, [HKEY_CURRENT_USER\Software\Borland\C++Builder\6.0\FormDesign] “DefaultFont”=”굴림,9” 와 같이 문자열 값을 새로 만들고 이름을 ‘DefaultFont’로 하고, 값에 원하는 폰트와 크기(포인트 단위)를 지정한 다음, C++ Builder를 새로 시작하면 다음에 만들어지는 폼은 지정한 폰트를 기본으로 해서 만들어진다. 주의할 점은 Form Design이란 키가 이미 만들어져 있을텐데, 그 키 아래에 위의 문자열 값을 만드는게 아니고 FormDesign이라고 다 붙여서 쓴 키 밑에 위의 문자열 값을 만들어야 한다는 것이다.
-
[펌] Borland C++Builder Links
원문 링크 : [펌] Borland C++Builder Links Borland C++Builder Links I’m slowly going thru all my bookmarks for C++Builder and adding some comments. Of course, the Internet being what it is, this means that I no sooner check something before it disappears for good. Ah well… The links below will pop up in another window, so you can try and explore them all without losing your place. Please let me know if you find a busted link or a new link that I should check out. Main Borland Support Pages These are the main Borland web sites for C++Builder. Please be sure to check out the FAQ before asking any…