topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 9:58 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: .Net SDK - How to tell enter is pressed?  (Read 4830 times)

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
.Net SDK - How to tell enter is pressed?
« on: August 27, 2008, 05:39 PM »
Hi all, I am writing a plugin for FARR using C# and .net framework and it would be very nice to know when enter is pressed in the search box. So is that possible or do I have to use && or something?

Thanks
It is impossible to make anything foolproof because fools are so ingenious.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: .Net SDK - How to tell enter is pressed?
« Reply #1 on: August 27, 2008, 05:57 PM »
yay another plugin!!!

im not sure the c# wrapper has the new search functions which pass the triggermode parameter which is 1 if Enter was pressed.  take a look at the c++ wrapper and see if you need some help adding those functions for the c# wrapper.  if so we can try to help.

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
Re: .Net SDK - How to tell enter is pressed?
« Reply #2 on: August 27, 2008, 06:14 PM »
yay another plugin!!!

Don't be so enthusiastic, it's not so innovative :)
It is very similar to gcal_quickadd but supposed to work just with ics calendars. Anyway, I'll take a look at the c++ wrapper and see if I can modify the c# wrapper but it will take some time...
It is impossible to make anything foolproof because fools are so ingenious.