Click here to Skip to main content
15,892,537 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Overriding an indexer Pin
N a v a n e e t h29-Jun-09 17:50
N a v a n e e t h29-Jun-09 17:50 
QuestionRead Write Excel spreadsheet Pin
mikobi29-Jun-09 0:01
mikobi29-Jun-09 0:01 
AnswerRe: Read Write Excel spreadsheet Pin
N a v a n e e t h29-Jun-09 1:21
N a v a n e e t h29-Jun-09 1:21 
QuestionTimeZoneInfo class in C++.net Pin
parth_patel25-Jun-09 13:27
parth_patel25-Jun-09 13:27 
AnswerRe: TimeZoneInfo class in C++.net Pin
N a v a n e e t h25-Jun-09 15:33
N a v a n e e t h25-Jun-09 15:33 
GeneralRe: TimeZoneInfo class in C++.net Pin
parth_patel26-Jun-09 11:25
parth_patel26-Jun-09 11:25 
Questionsaving listbox text to an ini file. Pin
Yane8724-Jun-09 2:40
Yane8724-Jun-09 2:40 
AnswerRe: saving listbox text to an ini file. Pin
led mike24-Jun-09 4:22
led mike24-Jun-09 4:22 
Yane87 wrote:
error C2039: 'WritePrivateProfileString' : is not a member of 'IniFileHandling::IniFile


That message is very clear. The object in your code iniFile1 is of type IniFile and you are attempting to call a method of the class named WritePrivateProfileString which does not exist as a method of that class.
AnswerRe: saving listbox text to an ini file. Pin
Yane8725-Jun-09 0:22
Yane8725-Jun-09 0:22 
GeneralRe: saving listbox text to an ini file. Pin
led mike25-Jun-09 4:38
led mike25-Jun-09 4:38 
GeneralRe: saving listbox text to an ini file. Pin
Yane8726-Jun-09 2:35
Yane8726-Jun-09 2:35 
GeneralRe: saving listbox text to an ini file. [modified] Pin
led mike26-Jun-09 4:26
led mike26-Jun-09 4:26 
Questionerror C2664 with VS 2005 Pin
Nandu_77b24-Jun-09 1:42
Nandu_77b24-Jun-09 1:42 
AnswerRe: error C2664 with VS 2005 Pin
led mike24-Jun-09 4:17
led mike24-Jun-09 4:17 
QuestionCString behaving strangely Pin
Richard Andrew x6418-Jun-09 18:47
professionalRichard Andrew x6418-Jun-09 18:47 
AnswerRe: CString behaving strangely Pin
led mike19-Jun-09 4:41
led mike19-Jun-09 4:41 
QuestionSystem::Drawing namespace is not found Pin
Richard Andrew x6418-Jun-09 12:24
professionalRichard Andrew x6418-Jun-09 12:24 
AnswerRe: System::Drawing namespace is not found Pin
Richard Andrew x6418-Jun-09 13:08
professionalRichard Andrew x6418-Jun-09 13:08 
QuestionAssign EventHandler of one button to another Pin
TheBerk18-Jun-09 12:04
TheBerk18-Jun-09 12:04 
AnswerRe: Assign EventHandler of one button to another Pin
Luc Pattyn18-Jun-09 13:20
sitebuilderLuc Pattyn18-Jun-09 13:20 
GeneralRe: Assign EventHandler of one button to another Pin
TheBerk19-Jun-09 3:09
TheBerk19-Jun-09 3:09 
GeneralRe: Assign EventHandler of one button to another Pin
N a v a n e e t h19-Jun-09 3:24
N a v a n e e t h19-Jun-09 3:24 
GeneralRe: Assign EventHandler of one button to another Pin
TheBerk19-Jun-09 3:34
TheBerk19-Jun-09 3:34 
GeneralRe: Assign EventHandler of one button to another Pin
Luc Pattyn19-Jun-09 3:46
sitebuilderLuc Pattyn19-Jun-09 3:46 
GeneralRe: Assign EventHandler of one button to another Pin
TheBerk19-Jun-09 4:19
TheBerk19-Jun-09 4:19 

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.