Hallo zusammen,
nachdem ich die MSDN mal wieder nicht versteh
oder dort nix find, muss ich euch mal fragen ob ihr da weiter wisst?
So viel hab ich schon zusammengebracht:
CButton *tempControl = new CButton ;
tempControl -> Create ("Text", BS_RADIOBUTTON | WS_VISIBLE | WS_TABSTOP, CRect (x1, y1, x2, y2), this, ID) ;
Wenn ich Optionsfelder dynamisch Erzeugen möchte muss ich ja auch die "Gruppen"-Option und die int Variable für diese Gruppe setzen! Wie mache ich das?
Gruß Dirk
nachdem ich die MSDN mal wieder nicht versteh

So viel hab ich schon zusammengebracht:
CButton *tempControl = new CButton ;
tempControl -> Create ("Text", BS_RADIOBUTTON | WS_VISIBLE | WS_TABSTOP, CRect (x1, y1, x2, y2), this, ID) ;
Wenn ich Optionsfelder dynamisch Erzeugen möchte muss ich ja auch die "Gruppen"-Option und die int Variable für diese Gruppe setzen! Wie mache ich das?
Gruß Dirk