Tdj
Gebruiker
- Lid geworden
- 7 dec 2007
- Berichten
- 125
Hallo,
Ik heb deze functie toegevoegd in een Windows Form Application programma:
Maar als ik hem gebruik dan krijg ik deze error:
Error C3867: 'Bot::Form1::handle_avatar_add': function call missing argument list; use '&Bot::Form1::handle_avatar_add' to create a pointer to member.
Er staat dat ik de functie moet definiëren, maar hoe?
Ik heb deze functie toegevoegd in een Windows Form Application programma:
Code:
private: System::Void handle_avatar_add(System::Object^ sender, System::EventArgs^ e)
{
}
Maar als ik hem gebruik dan krijg ik deze error:
Error C3867: 'Bot::Form1::handle_avatar_add': function call missing argument list; use '&Bot::Form1::handle_avatar_add' to create a pointer to member.
Er staat dat ik de functie moet definiëren, maar hoe?