Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: Any code snippets for the region tool on the screen capture filter?
Started by cruton at 04-23-2008 15:31. Topic has 3 replies.

Print Search « Previous Thread
  04-23-2008, 15:31
cruton is not online. Last active: 4/23/2008 8:25:13 PM cruton

Not Ranked
Joined on 04-23-2008
Posts 3
Any code snippets for the region tool on the screen capture filter?
Reply Quote
Hi,  I'm trying to write a custom user interface to the screen capture 2.0 filter.  One of the items I'd like to include is the region tool.  But when I call SelectRegionTool nothing happens even though the function returns with a success.  Does anyone have a code snippet showing how to properly do this?  Thanks in advance.

   Report 
  04-24-2008, 12:54
Adam Boulad is not online. Last active: 6/22/2008 2:09:06 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 335
Re: Any code snippets for the region tool on the screen capture filter?
Reply Quote
You must call ChangeSettings(TRUE), then SelectRegionTool(), then ChangeSettings(FALSE). The full details of this filter's interface can be found in the Multimedia Filters Help file, under the help topic 'ILMScrCap Interface'.
Adam Boulad
LEADTOOLS Technical Support

   Report 
  04-24-2008, 13:14
cruton is not online. Last active: 4/23/2008 8:25:13 PM cruton

Not Ranked
Joined on 04-23-2008
Posts 3
Re: Any code snippets for the region tool on the screen capture filter?
Reply Quote
I've tried that.  Nothing seems to come up still.

   Report 
  04-24-2008, 13:31
cruton is not online. Last active: 4/23/2008 8:25:13 PM cruton

Not Ranked
Joined on 04-23-2008
Posts 3
Re: Any code snippets for the region tool on the screen capture filter?
Reply Quote
Nevermind.  Found out I have to implement the callback functions or the region tool won't appear.

   Report 
Post
LEAD Support Fo... » Developer » Multimedia Filt... » Re: Any code snippets for the region tool on the screen capture filter?

Powered by Community Server, by Telligent Systems