Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

pradeep surya

@pradeep surya
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WPF Style Question
    P pradeep surya

    Hi Kevin, Sorry for late reply to your post. 1.You can create a seperate styles for appA, Appb... and apply the theme accordingly as a staticresource. 2.Suppose in same application you want different theme based on some action then just use the above mentioned idea and apply themes using Dynamicresource. Thanks.

    WPF wpf question csharp help

  • Editing values in List?
    P pradeep surya

    Just Add some items to the list TracksOniTunes. Then u can edit the inner values.

    C# help question

  • Reagrding the Persistance of an radio buttion selection.
    P pradeep surya

    Hi, In wpf, MVVM Pattern i face the following issue. Did anyone notice this any time? In page-1(XAML) there are 3 radio button of same group. and in the corresponding View Model(Page-1 VM) in One method(eg: CreateXYZView()) in which i am instantiating another view(Page -2). And in the page-2, i have the same set of radio buttons. Now i have selected one radio button in page-1. And done some action which triggers the method(CreateXYZView()) in the Page -1 VM, which internally creates page-2. So now my radio button selection in the page-1 is CLEARED(vanished). Can anyone let me know the reason? Thanks in Advance.

    Pradeep Chenna.

    WPF wpf csharp regex architecture help

  • Is C# is fully object oriented or not?
    P pradeep surya

    C# is object oriented.

    C# csharp oop question

  • WPF Detect Property Change In Entity In VM
    P pradeep surya

    Hi, Simply you can achieve this by using triggers. Write an Event Trigger with event name as Click and bind an ICommand property which is in the viewmodel. So whenever there is a click on the checkbox(either select or deselect this method triggers) Then you can write the logic according to your functionality. There are so many ways to achieve this as well.

    WPF question csharp wpf design help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups