Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Beginner Help Pin
Jörgen Sigvardsson8-Sep-05 12:37
Jörgen Sigvardsson8-Sep-05 12:37 
QuestionStatus codes for CHtmlView Pin
vicel8-Sep-05 8:08
vicel8-Sep-05 8:08 
AnswerRe: Status codes for CHtmlView Pin
David Crow8-Sep-05 8:27
David Crow8-Sep-05 8:27 
GeneralRe: Status codes for CHtmlView Pin
vicel8-Sep-05 15:22
vicel8-Sep-05 15:22 
QuestionError c2061 Pin
fenixk198-Sep-05 7:15
fenixk198-Sep-05 7:15 
AnswerRe: Error c2061 Pin
PJ Arends8-Sep-05 8:10
professionalPJ Arends8-Sep-05 8:10 
AnswerRe: Error c2061 Pin
Chris Losinger8-Sep-05 8:14
professionalChris Losinger8-Sep-05 8:14 
AnswerRe: Error c2061 Pin
fenixk198-Sep-05 10:30
fenixk198-Sep-05 10:30 
Error message
d:\Documents and Settings\Phoenix\Мои документы\My_app\autonapominalka\main.cpp(138): error C2061: syntax error : identifier 'form1'
I've already looked up in MSDN. I won't be there if i found solution in MSDN.


listbox:
System::Windows::Forms::ListBox * listbox = new ListBox;
listbox->BackColor = System::Drawing::SystemColors::Control;
listbox->Location = System::Drawing::Point(96, 8);
listbox->Name = S"listBox1";
listbox->Size = System::Drawing::Size(208, 56);
listbox->TabIndex = 2;

PS Sorry for my English
QuestionDifference between visual c++ and visual c++.net Pin
Ming Luo8-Sep-05 7:03
Ming Luo8-Sep-05 7:03 
AnswerRe: Difference between visual c++ and visual c++.net Pin
David Crow8-Sep-05 7:29
David Crow8-Sep-05 7:29 
AnswerRe: Difference between visual c++ and visual c++.net Pin
Christian Graus8-Sep-05 12:27
protectorChristian Graus8-Sep-05 12:27 
GeneralRe: Difference between visual c++ and visual c++.net Pin
Ming Luo8-Sep-05 21:45
Ming Luo8-Sep-05 21:45 
GeneralRe: Difference between visual c++ and visual c++.net Pin
Christian Graus11-Sep-05 11:15
protectorChristian Graus11-Sep-05 11:15 
QuestionMS Hierarchical FlexGrid Pin
pjhenry12168-Sep-05 5:31
pjhenry12168-Sep-05 5:31 
Questionhow to accessing std:map (index)th element Pin
yccheok8-Sep-05 4:42
yccheok8-Sep-05 4:42 
AnswerRe: how to accessing std:map (index)th element Pin
Maximilien8-Sep-05 5:54
Maximilien8-Sep-05 5:54 
GeneralRe: how to accessing std:map (index)th element Pin
garbash8-Sep-05 7:06
garbash8-Sep-05 7:06 
AnswerRe: how to accessing std:map (index)th element Pin
Bob Stanneveld8-Sep-05 10:42
Bob Stanneveld8-Sep-05 10:42 
QuestionEdit a record in a DB table opened with ODBC Pin
sirtimid8-Sep-05 4:32
sirtimid8-Sep-05 4:32 
AnswerRe: Edit a record in a DB table opened with ODBC Pin
David Crow8-Sep-05 4:35
David Crow8-Sep-05 4:35 
GeneralRe: Edit a record in a DB table opened with ODBC Pin
sirtimid8-Sep-05 4:51
sirtimid8-Sep-05 4:51 
GeneralRe: Edit a record in a DB table opened with ODBC Pin
David Crow8-Sep-05 5:53
David Crow8-Sep-05 5:53 
QuestionRedefinition Pin
Babto8-Sep-05 4:13
Babto8-Sep-05 4:13 
AnswerRe: Redefinition Pin
Cedric Moonen8-Sep-05 4:17
Cedric Moonen8-Sep-05 4:17 
GeneralRe: Redefinition Pin
Babto8-Sep-05 5:41
Babto8-Sep-05 5:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.