Search:

Type: Posts; User: spymag

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    6,110

    subscribing resources dictionaries to views

    Hello all,

    I came across the following issue in my MVVM application.

    This is my MainWindow xaml where I am subcribing the MainWindowResources.xaml in the Window.Resources to obtain my Styles.
    ...
  2. Replies
    0
    Views
    5,398

    transcode regular WPF application into a MVVM

    Hi,

    I am new to MVVM concept and i would like to figure out how to transcode the regular examples I found around the internet into MVVM coding style.

    Therefore I will present you a simple...
  3. VS 2012 Re: inherited class and constructors in visual basic

    Thank you Evil Giraffe! That was excactly what I had in mind, very helpfull explanation.

    I have one more question. I translated some examples from C# to VB and in many cases what they do is...
  4. VS 2012 Re: inherited class and constructors in visual basic

    Thanks for the fast reply tg. However, my understanding is that this code is setting to these fields the strings of the text blocks as shown in the xaml code above.

    I am not sure how to make a...
  5. VS 2012 Re: inherited class and constructors in visual basic

    I was experimenting a bit more with the example above and I decided to add properties to the mainwindow class. It does pretty much the same thing but there is a big difference; The properties are...
  6. VS 2012 Re: inherited class and constructors in visual basic

    Thanks very helpful!
  7. VS 2012 Re: inherited class and constructors in visual basic

    Okay, thanks! that worked now, but I am not sure I did excacty what you described.

    I still have a question just for my understanding of how this is implelemented;

    I added the fields in the...
  8. VS 2012 inherited class and constructors in visual basic

    Hello,

    I am working on a wpf application using Visual Basic and I want to make use of the inherit function to create my custom classes. I have made a dummy project just to make my problem clear to...
  9. Replies
    4
    Views
    826

    VS 2012 Re: C# to visual basic translation

    that did the trick! The key is not necessary there, the software you recommended removed it.

    I used http://converter.telerik.com/#, but also a few more web based translators gave me the same...
  10. Replies
    4
    Views
    826

    VS 2012 C# to visual basic translation

    Hello all,

    I found a code in C# which could be useful for me. I used a translator to get the code into VB but I am getting an compiler error.

    the C# code:


    using System;
    using...
Results 1 to 10 of 10



Click Here to Expand Forum to Full Width