WEB开发网
开发学院软件开发VC VC学习:对话框 阅读

VC学习:对话框

 2010-11-01 08:07:59 来源:WEB开发网   
核心提示:rectSmall.top=rectLarge.top;rectSmall.right=rectLarge.right;rectSmall.bottom=rectSeparator.bottom;}if(str=="收缩<<"){SetWindowPos(NULL,0,0,rectSma

rectSmall.top=rectLarge.top;

rectSmall.right=rectLarge.right;

rectSmall.bottom=rectSeparator.bottom;

}

if(str=="收缩<<")

{

SetWindowPos(NULL,0,0,rectSmall.Width(),rectSmall.Height(),

SWP_NOMOVE | SWP_NOZORDER);

}

else

{

SetWindowPos(NULL,0,0,rectLarge.Width(),rectLarge.Height(),

SWP_NOMOVE | SWP_NOZORDER);

}

}

无模式对话框的创建与使用

http://tech.cncms.com/develop/vc/59084.html

对话框打印预览及打印

http://tech.cncms.com/develop/vc/59008.html

上一页  1 2 3 4 

Tags:VC 对话框

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接