Bing/Google Search or URL suggestion feature , implement search provider - silverlight

I'm trying to make edit box which can provide URL/Search keyword suggestion when use type it. Do you guys have any idea where should I start ? I've review the BING API but I couldn't find it...

For your edit box I'd recommend using the AutoCompleteBox from the toolkit.
Google has a custom serch API which may be a good place to start looking for a data source for your searches.

Related

Create an ASync Searchable input with templating

I'm trying to create an async search box with templating possibilities in order to create something similar as the search box on Microsoft's website, i.e. with a picture, title and subtitle for each item.
I'm using PrimeReact library with an component, but it seems too limited. So I checked other components (https://react-select.com/home, https://www.algolia.com/), but was not able to find something similar.
Does someone have a suggestion to create such a search box?
Thank you!

Google Apps Script : how to resize an image present on Google Drive?

I want to resize some images present on Google Drive thanks to a Google script. How can I do that ?
Thanks !
Unfortunately, there is no native method to do this using Apps Script.
But luckily, you can do this fairly easily thanks to this external library. As explained in the provided link, once you import it, you can access its methods with ImgApp.
One of those methods, doResize(), is what you're looking for. But please be aware of the limitations associated with this method.
I hope this is of any help.

User Customizing Bing Map Infobox Description

I am currently developing an app using bing map v8 web control in react.js. I intend to add an input box in the info box so that users can enter their own description for the infobox. Just wondering is it possible to do it? If yes, can someone give me some hint on how to do it, and if not, is there other ways that I could let the users enter their own title for the pushpin?
I am new to Bing Map api and any help would be appreciated. Thanks in advance!
Not at this time. For some reason textboxs in the infobox can't get focused. I'll have the dev team look into this to see if there is a way around this.
Update (8/26/2016): The team has now added support for HTML in descriptions. Textboxes work in infoboxes too. This is currently available in the experimental branch of V8 and will be in the main release branch in a couple of weeks.

does salesforce "extended mail merge" feature offer functionality?

I would like to add functionality to the extended mail merge feature on salesforce,
Does anybody know if I can add some apex code to it? Or if it already has built in functionality I could use to apply a template based on the value of a field?
Thank you in advance :)

How to generate numeric paging control in wpf

please someone share the idea of developing numeric paging control like web pages. which look like 1,2,3....10 Next> and when user will click on the link then a even will fire from where we can bind grid again and also the control will have some property like TotalData, no of data perpage etc. i search google but found nothing so if anyone already developed this type of control in WPF then please share some idea or give me url from where i can get the similar article.......thanks.
Check the below links and see if that helps
http://www.codeproject.com/KB/WPF/WPF_Paging.aspx
http://www.eggheadcafe.com/tutorials/aspnet/8a2ea78b-f1e3-45b4-93ef-32b2d802ae17/wpf-datagrid-custom-pagin.aspx

Resources