This is a migrated thread and some comments may be shown as answers.

To open a new tab in the already opened application if clicked through ClickOnce

3 Answers 200 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ramya
Top achievements
Rank 1
Ramya asked on 06 Oct 2014, 11:39 AM
Hello All,

I am struggling with one issue related to the click once and to open a new tab in the application when already application is opened.

Briefly My application can copy the click once link which opens from any of the client machines, if already the application is opened it needs to be opened as new tab in WPF windows application.

For clear understanding, if we take Internet explorer or google chrome when we do Ctrl + Click on any urls it opens the new tab in the already opened browser but not a new window like wise I would like to have same feature in the application ,
Is this feasible in windows application ? if yes how can we implement this?

Thanks and Regards,
Ruth Ramya

3 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 08 Oct 2014, 12:27 PM
Hi Ruth,

The description that is provided in your post sounds like you can use our RadTabControl in your particular scenario. You can add and remove tabs at runtime. You can implement logic to detect when the Ctrl+Click combination occurs and trigger method that will add new tab to the items of the RadTabControl.

You can see how this can be achieved on a button click in our DataBinding demo project. Please evaluate this control and let us know if you need any further assistance.

Regards,
Pavel R. Pavlov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Ramya
Top achievements
Rank 1
answered on 08 Oct 2014, 01:35 PM
Hello Pavlov,

Actually the link we are providing will be different,
 There will be a click once like this  https://ClickOnce/ExApp.Client.Application?proposalLink=476aacd9-f108-452d-a3a0-f4b240cc964f
which would be copied from other client machines , and link pasted in browser, if the application is already opened then it should be opened in a new tab in the opened instance.
Main issue is to open the existence through click once link
0
Pavel R. Pavlov
Telerik team
answered on 09 Oct 2014, 10:32 AM
Hello,

The additional information sounds like requirement targeting your custom application. Detecting if a ClickOnce application is already opened has nothing in common with our RadTabControl.  

If you have questions how to use any of our controls, we will be happy to assist you on your way.

Regards,
Pavel R. Pavlov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Ramya
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Ramya
Top achievements
Rank 1
Share this question
or