Click here to Skip to main content
15,892,737 members
Home / Discussions / WPF
   

WPF

 
QuestionDrawing Lines Dynamically Pin
velkumar_in30-Jun-13 23:44
velkumar_in30-Jun-13 23:44 
QuestionRe: Drawing Lines Dynamically Pin
Kenneth Haugland5-Jul-13 14:05
mvaKenneth Haugland5-Jul-13 14:05 
QuestionGridView click to load data Pin
maxRazar27-Jun-13 22:00
maxRazar27-Jun-13 22:00 
Questionhow to get audiometer level in mediaelement Pin
brodcasting27-Jun-13 19:13
brodcasting27-Jun-13 19:13 
QuestionRe: how to get audiometer level in mediaelement Pin
Kenneth Haugland5-Jul-13 14:06
mvaKenneth Haugland5-Jul-13 14:06 
Questiondatagrid columns, ExpandoObject question Pin
BoydMills27-Jun-13 9:07
BoydMills27-Jun-13 9:07 
QuestionWpf doesnt recognize my xmlns for User Control Pin
tomr126-Jun-13 11:31
tomr126-Jun-13 11:31 
AnswerRe: Wpf doesnt recognize my xmlns for User Control Pin
tomr126-Jun-13 17:48
tomr126-Jun-13 17:48 
I think I found a solution to this. I just selected the first namespace that had the same name as my project. My project name is ParametricModeler. So I typed:
xmlns:local="" 
and selected the option ParametricModeler(ParametricModeler). So that I have
xmlns:local="clr-namespace:ParametricModeler" 
That let me add the user control I made to the MainWindow.

<Grid>
    ...
    <local:Calculator/>
</Grid>


I was working from a youtube video: [^]
But this is not the way xmlns namespace was selected in the example video. The name of the UserControl was added to the namespace options list after the project was rebuilt. But I could not get that option and I tried several times with different projects. He was using a different version of Visual Studio would that mater? Did I do good? I am using VS 2012.

Also how do you add a property to a user control if you are coding in Visual Basic?
AnswerRe: Wpf doesnt recognize my xmlns for User Control Pin
Abhinav S26-Jun-13 18:31
Abhinav S26-Jun-13 18:31 
GeneralRe: Wpf doesnt recognize my xmlns for User Control Pin
tomr127-Jun-13 8:20
tomr127-Jun-13 8:20 
GeneralRe: Wpf doesnt recognize my xmlns for User Control Pin
Meshack Musundi3-Jul-13 1:02
professionalMeshack Musundi3-Jul-13 1:02 
Questionwindowmediasdk for silverlight Pin
brodcasting26-Jun-13 0:24
brodcasting26-Jun-13 0:24 
QuestionDraging Grids in WPF Pin
tomr125-Jun-13 16:06
tomr125-Jun-13 16:06 
AnswerRe: Draging Grids in WPF Pin
sorawit amorn27-Jun-13 11:25
sorawit amorn27-Jun-13 11:25 
GeneralRe: Draging Grids in WPF Pin
tomr11-Jul-13 15:44
tomr11-Jul-13 15:44 
GeneralRe: Draging Grids in WPF Pin
sorawit amorn3-Jul-13 5:32
sorawit amorn3-Jul-13 5:32 
AnswerRe: Draging Grids in WPF Pin
sorawit amorn3-Jul-13 5:33
sorawit amorn3-Jul-13 5:33 
Question[SOLVED] WPF Combobox background color Pin
Saksida Bojan22-Jun-13 7:31
Saksida Bojan22-Jun-13 7:31 
AnswerRe: WPF Combobox background color Pin
Mycroft Holmes22-Jun-13 13:43
professionalMycroft Holmes22-Jun-13 13:43 
GeneralRe: WPF Combobox background color Pin
Saksida Bojan22-Jun-13 20:43
Saksida Bojan22-Jun-13 20:43 
GeneralRe: WPF Combobox background color Pin
Mycroft Holmes22-Jun-13 21:48
professionalMycroft Holmes22-Jun-13 21:48 
GeneralRe: WPF Combobox background color Pin
Saksida Bojan22-Jun-13 23:09
Saksida Bojan22-Jun-13 23:09 
AnswerRe: WPF Combobox background color Pin
Abhinav S22-Jun-13 18:36
Abhinav S22-Jun-13 18:36 
GeneralRe: WPF Combobox background color Pin
Saksida Bojan22-Jun-13 20:46
Saksida Bojan22-Jun-13 20:46 
GeneralRe: WPF Combobox background color Pin
Abhinav S23-Jun-13 17:29
Abhinav S23-Jun-13 17:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.