private: System::Void bgw_DoWork(System::Object^ sender, System::ComponentModel::DoWorkEventArgs^ e) {
MessageBox::Show("start");
txtlog->Text += "asdf"; //error
MessageBox::Show("doworkfin");
}
private: System::Void start_Click(System::Object^ sender, System::EventArgs^ e) {
bgw->RunWorkerAsync();
}
private: System::Void stop_Click(System::Object^ sender, System::EventArgs^ e) {
bgw->CancelAsync();
}
Neuling - C# - Visual Studio 2008 Express - Frage bzgl. eines Pop-Ups
mctommson 12.03.2009 - 306 Hits - 2 Antworten
Internet Login via Batch-Datei
amazZzing 31.03.2009 - 1747 Hits - 23 Antworten
Anfängerfrage - XML erstellen unter C# - Datei bleibt leer
mctommson 25.03.2009 - 1122 Hits - 3 Antworten
application
finnland 25.03.2009 - 133 Hits - 1 Antwort
Brauche VBA-Hilfe für Media Player
Conny_M 29.03.2009 - 157 Hits - 1 Antwort