DvbDream Community

- No topics related to illegal ways of watching TV ! -
It is currently Mon Jun 17, 2013 8:13 pm

All times are UTC - 7 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Thu Mar 06, 2008 5:36 pm 
Offline

Joined: Thu Mar 06, 2008 5:31 pm
Posts: 2
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:
Code:
extern "C" _stdcall int OnDDEvent(DWORD EventType, void *EventParams)
{
     switch( EventType )
     {
          case DDEVENT_ON_CH_BROWSE:

          break;
     }
     return 0;
}


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!

_________________
SkyStar 2
Athlon 64 X2 DualCore 6600+
2046 MB DDR2
GeForce 8500


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 08, 2008 4:55 am 
Offline
love DVB Dream!

Joined: Tue Aug 28, 2007 3:02 pm
Posts: 114
Location: Bulgaria
Use THIS

translated text

Quote:
First, I hope that it is not bad at the German I ask because I am not so good in English can

As the title suggests, unfortunately, I do not know quite how I DDEVENT_ON_CH_BROWSE use.

As a small example:

Code:
extern "C" _stdcall int OnDDEvent(DWORD EventType, void *EventParams)
{
     switch( EventType )
     {
          case DDEVENT_ON_CH_BROWSE:

          break;
     }
     return 0;
}


How do I now DDEVENT_ON_CH_BROWSE elected to the channel name, etc. before he changed?

I hope someone can help me.
Greeting DJ!

_________________
Image
Pinnacle PCTV-SAT, Twinhan VP1030 CI (yellow) & DVB-T MobiDTV Pro
Sappire X1950Pro 512Mb DDR3 256bit (AGP)
140 cm parabola with inverto 0.3dB SRT-V50 30E<->57W
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 08, 2008 9:49 am 
Offline

Joined: Thu Mar 06, 2008 5:31 pm
Posts: 2
The solution:

Code:
extern "C" _stdcall int OnDDEvent(DWORD EventType, void *EventParams)
{
     switch( EventType )
     {
          case DDEVENT_ON_CH_BROWSE:
          SendMessage(hwndDD, WM_MODULE_MSG, DDMODAPI_CHL_GET_POINTER, (LPARAM)&CHL);
          break;
     }
     return 0;
}

_________________
SkyStar 2
Athlon 64 X2 DualCore 6600+
2046 MB DDR2
GeForce 8500


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 7 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group