Windows Mobile组框问题 [英] windows mobile group box problem

查看:83
本文介绍了Windows Mobile组框问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Windows Mobile应用程序.我想设计一个设置对话框,在该对话框中放置两个分组框,然后在单选框中放置单选按钮和组合框.问题是我运行程序时未出现在组框中的那些控件.我正在使用c ++,它是MFC应用程序.我不希望发生此问题.
我使用了很多视觉c ++ 6.0的控件,却从未见过这种情况.
此问题是在Visual Studio 2008,smartdevice MFC应用程序中发生的.

I am working on a windows mobile application. I want to design a setting dialog in which I placed two group box and I placed radio button and combo box in group box. problem is those controls I placed in group box did not appear when I run the program. I am using c++ and it is MFC application. I don''t hwy this problem occurs.
I used those controls a lot visual c++6.0 and never see that kind of situation.
this problem is occured visual studio 2008 ,smartdevice MFC application.

is there anyone know how to fix it?

推荐答案

阿利姆扬,
问题是我运行程序时没有出现在组框中的控件.
您的控件很可能在组框下,因此处于隐藏状态.在对话框编辑器中,更改选项卡/Z顺序,并在开始时将控件设置在组框中(最小的值).

欢呼声,
AR
Hi Alimjan,
problem is those controls I placed in group box did not appear when I run the program.
It is very likely that your controls are under the group box and so hidden. In your dialog editor, change the tab/Z order and set the controls in groupboxes at the very beginning (smallest values).

cheers,
AR


检查您的资源以查看是否已添加控件来更正对话框资源.该向导可能创建了两个对话框资源,一个的ID为"IDD_ projname _DIALOG",另一个的ID为"IDD_ projname _DIALOG_WIDE".
Check your resource to see if you have added your controls to correct dialog resource. The wizard might have created two dialog resources one with ID ''IDD_projname_DIALOG'' and the other with ''IDD_projname_DIALOG_WIDE''.


:-D
我知道这个问题.广告首先我将分组框放置,然后将其他控件放置在分组框内.当我更改这些顺序时,它们就会出现.

谢谢阿兰,你是对的,那些控件隐藏在组框下.
:-D
I know the problem. ad first I placed the group box ,then I placed other controls inside group box. when I change these order they appeared.

thanks Alain, you are right, those controls is hidden under group box.


这篇关于Windows Mobile组框问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆