vb中怎样设置command程序使得回车键相当于是宋体?

2025-03-23 09:31:07
推荐回答(4个)
回答(1):

Private Sub Command1_Click()
With Text1
.Text = "测试"
.FontSize = 20
.FontName = "黑体"
End With
End Sub

回答(2):

string dir = basename(fullPath);
if(!_fileUtils->isDirectoryExist(dir)) {
if(!_fileUtils->createDirectory(dir)) {
// Failed to create directory
CCLOG("AssetsManagerEx : can not create directory %s\n", fullPath.c_str());
unzClose(zipfile);
return false;
}

回答(3):

VB 默认宋体,无需设置吧。Me.Font = "宋体"

回答(4):

奴才平身.............