1. Пользуйтесь тегами кода. - [code] ... [/code] 2. Точно указывайте язык, название и версию компилятора (интерпретатора). 3. Название темы должно быть информативным. В описании темы указываем язык!!!
Нужно получить полный путь к файлу, который кидаю на форму. Не срабатывает DragDrop: Создаю WinForm Application, форме присваиваю AllowDrop = True. Запускаю. При перетаскивании файла на форму не появляется значок разрешающий это сделать.
Спасибо, читал эту статью, даже на русском, но почему-то все же решил пропустить обработчик DragEnter. Так же есть такой момент:
Цитата
Note You must add the common language runtime support compiler option (/clr:oldSyntax) in Visual C++ 2005 to successfully compile the previous code sample. To add the common language runtime support compiler option in Visual C++ 2005, follow these steps: Click Project, and then click <ProjectName> Properties.
Note <ProjectName> is a placeholder for the name of the project. Expand Configuration Properties, and then click General. Click to select Common Language Runtime Support, Old Syntax (/clr:oldSyntax) in the Common Language Runtime support project setting in the right pane, click Apply, and then click OK.
т.к. на
public ref class Form1 : public System::Windows::Forms::Form //вот это { public: Form1(void) { InitializeComponent(); // //TODO: Add the constructor code here // }
пишет такое : error C2059: syntax error : 'public'
Добавлено через 10 мин. Решился вопрос заменой String *s[] на array<String^>^s.