Click here to Skip to main content
15,905,563 members

Comments by Walby (Top 14 by date)

Walby 16-May-13 10:43am View    
Hi pradeep manne, do you know the phrase you are looking for in the string, that is repeated, or is it all repeated words in a string. i.e. "abcdabcd" return "ab" and "cd".
Walby 14-May-13 4:26am View    
No you won't be able to drag and drop controls onto the frame, straight out of the box.

But you could implement this yourself. Here's a good tutorial on implementing drag and drop functionality: http://wpftutorial.net/DragAndDrop.html. Then you need to check what control the user is dragging, then insert it onto the page programmatically and decide where the control should be placed in the visual tree.

Once you have made the required changes, you will have to re-load the frame's source though.

Alternatively you could look at a XAML designer framework to achieve this.
Walby 29-May-12 11:41am View    
I know this is a dead question now, but I was reviewing the questions I've asked over the years and saw this one hadn't been marked as accepted. The reason I was asking this question, was that one of the Windows Mobile devices I was working on at the time, had a sliding keyboard, which changed the orientated when the user extended the keyboard.
Walby 29-May-12 11:39am View    
Sorry for the extremely late accept, I was reviewing all my questions and noticed I hadn't accepted a solution for this question.
Walby 29-May-12 11:37am View    
Sorry for the extremely late accept, I was reviewing all my questions and noticed I hadn't accepted a solution for this question.