Реферат: Системне програмне забезпечення С
//find out name of selected element
lbd->GetText(inde,listStr);
MessageBox(listStr,"Selection is");
}
void CMyDialog::OnLIST3()
{
//here we are getting list pointer with indentifier IDC_LIST1
CListBox* lbk=(CListBox*)GetDlgItem(IDC_LIST3);
//after obtaining the pointer,we are defining index of selected element
ind=lbk->GetCurSel();
//find out name of selected element
lbk->GetText(ind, listStr);
MessageBox(listStr,"Selection is");
}
float C;
const char szPashaWndTitle[] = "Pasha's application uses MFC";
const StepNum = 20;
bool bRunned;
class CPashaWnd : public CFrameWnd
{
public:
_int16 *NewArray16;
CPashaWnd()
{
NumOfRow = 2;
bRunned = false;
RECT r;
r.top=r.left=50;
r.bottom=r.right=500;