
vb中怎样设置command程序使得回车键相当于是宋体?
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励20(财富值+成长值)
4个回答
展开全部
Private Sub Command1_Click()
With Text1
.Text = "测试"
.FontSize = 20
.FontName = "黑体"
End With
End Sub
With Text1
.Text = "测试"
.FontSize = 20
.FontName = "黑体"
End With
End Sub
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2016-03-29
展开全部
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;
}
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;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2016-03-26
展开全部
VB 默认宋体,无需设置吧。Me.Font = "宋体"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2016-03-26
展开全部
奴才平身.............
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询