new problems
I am tring to do a Modeless Dialog but when I have write this code:
IDD_TOOLBAR DIALOGEX 0, 0, 98, 52
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
EXSTYLE WS_EX_TOOLWINDOW
CAPTION "My Dialog Toolbar"
FONT 8, "MS Sans Serif"
BEGIN
PUSHBUTTON "&Press This Button",IDC_PRESS,7,7,84,14
PUSHBUTTON "⩔ This One",IDC_OTHER,7,31,84,14
END
into my rc file and then tring to save it I get this massage:
Resource compiler Erroe:
Expecting signed long integer
And I am using BC++
Mullvad
Mullvad
Kneelz: be careful. We can ban both your username and your IP address. In fact, we can speak to your ISP. Kindly desist from your pattern of misleading and unhelpful behavior in a forum specifically for beginners.
[ GDNet Start Here | GDNet FAQ | MS RTFM | STL | Google ]
Thanks to Kylotan for the idea!
[ GDNet Start Here | GDNet FAQ | MS RTFM | STL | Google ]
Thanks to Kylotan for the idea!
GCC = GNU Compiler Collection, perhaps the worlds most ported and freely available collection of development tools. GNU = GNU''s Not Unix, which is a recursive acronym.
Ignore it.
[ GDNet Start Here | GDNet FAQ | MS RTFM | STL | Google ]
Thanks to Kylotan for the idea!
Ignore it.
[ GDNet Start Here | GDNet FAQ | MS RTFM | STL | Google ]
Thanks to Kylotan for the idea!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement