![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
Join Date: Jun 2005
Location: Helltown
Posts: 162
Rep Power: 4
![]() |
Omg!
What is right with this piece of code!
class CustomizeDialog :
public nContainerWindow
{
nStatic LabelNick;
nStatic LabelQutMessage;
nEdit TextNick;
nEdit TextQuitMessage;
nTickBox CheckRecordNoIncChat;
nTickBox CheckRecordAll;
nStatic LabelRecording;
nTickBox CheckRecNoIncUserInfo;
nStatic LabelGameplay;
nComboBox CmbGameMode;
nButton ButtionDone;
nButton ButtonAdvanced;
class SW_SpecialLabel : public nStatic {
void initialize();
} SpecialLabel;
public:
void on_initialize();
};
__________________
Spread your wings and fly! Chicken! |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|