Hi, i wish if everyone is having a good day
My question is about
I am reading the selected text from the listview
String ^ItemSelected = listView1->SelectedItems[0]->Text;
But i wanted to write the result to an ini file but since the Writeprivateprofilesection needs an parameter of type LPCWSTR i cannot pass ItemSelected to it
WritePrivateProfileSection(ItemSelected,L"Key = Value", L".//Text.txt");
↧