Wie DDEVENT_ON_CH_BROWSE nutzen?
Posted: Thu Mar 06, 2008 5:36 pm
Erstmal hoffe ich das es nicht schlimm ist das ich auf Deutsch frage da ich nicht so gut Englisch kann
Wie der Titel schon sagt weiß ich leider nicht so ganz wie ich DDEVENT_ON_CH_BROWSE nutzen soll.
Als kleines Beispiel:
Wie komme ich nun bei DDEVENT_ON_CH_BROWSE an den gewählten Kanalnamen usw. bevor er gewechselt wird?
Ich hoffe das mir jemand helfen kann.
Gruß DJ!

Wie der Titel schon sagt weiß ich leider nicht so ganz wie ich DDEVENT_ON_CH_BROWSE nutzen soll.
Als kleines Beispiel:
Code: Select all
extern "C" _stdcall int OnDDEvent(DWORD EventType, void *EventParams)
{
switch( EventType )
{
case DDEVENT_ON_CH_BROWSE:
break;
}
return 0;
}
Ich hoffe das mir jemand helfen kann.
Gruß DJ!
🌟 Recommended Tools & Services
• Formify.one - Free Online Form Creator (Better than Google Forms). - Create Professional Forms That Match Your Business, Form Builder That Actually Helps You Collect More Responses
• CrispShare - Screenshot Editor That Makes Your Work Look Professional (Without Design Skills). - Make Your Screenshots Stand Out in Crowded Social Feeds
• DVB Dream - Best TV Reception/Record software for your computer DVB add on. - Stop Missing Your Favorite Shows - Record TV Directly to Your PC. Turn Your Computer Into a Professional TV Recorder. Unlock Its Full Potential With Professional TV Software
• CrispShare - Screenshot Editor That Makes Your Work Look Professional (Without Design Skills). - Make Your Screenshots Stand Out in Crowded Social Feeds
• DVB Dream - Best TV Reception/Record software for your computer DVB add on. - Stop Missing Your Favorite Shows - Record TV Directly to Your PC. Turn Your Computer Into a Professional TV Recorder. Unlock Its Full Potential With Professional TV Software