|
// if RadioButton2.Checked then
// begin
// if MsgBox('If you do not have DirectX 9.0c or highter, the game will not run properly.'#13+
// +'Are you sure you do not want to install DirectX 9.0c at this time?', mbConfirmation,MB_YESNO)=IDNO then
// Result:=False
// end
|