Skip to content

WPF

Silverlight, WPF and XAML programming discussions

This category can be followed from the open social web via the handle wpf@forum.codeproject.com

4.8k Topics 18.9k Posts
  • textbox validation

    csharp wpf com question
    6
    0 Votes
    6 Posts
    18 Views
    L
    Not sure if you can display a ToolTip in the Adorner Layer. You can try and alter the code so that the ToolTip for the above TextBlock, but I'm not sure, I've never tried. There is a property on the ToolTipService that controls how long it waits before displaying the ToolTip. Look into this and change the value. Cheers, Karl » CodeProject 2008 MVP My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your Articles Just a grain of sand on the worlds beaches.
  • about silverlight...

    tutorial
    7
    0 Votes
    7 Posts
    17 Views
    M
    Hello, Gandalf - The White wrote: what about Interface to develop a Silverlight Powered Application? I already answered this question in this post[^]. Gandalf - The White wrote: Is it going to be done through a browser? For development? no. What I was saying is that when Silverlight object is the embedded object... Gandalf - The White wrote: That is going to save our lots of efforts and time that we spend for all browser compatible application. Yes. It's really good. but MS need to take some times to make this happen. For the time being, Silverlight works on IE and Firefox on IE and Saferi on Mac. Moonlight will come for Linux users but it might take some time... I think SL will support Opera in next release beta1... but not like Javascript, there are only two options... SL will work or won't work at all. :) Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
  • WPF Anchor

    help tutorial csharp wpf question
    3
    0 Votes
    3 Posts
    9 Views
    Y
    Thanks a lot
  • Need some guideline for starting silverligt...

    business tutorial question
    10
    0 Votes
    10 Posts
    26 Views
    M
    Gandalf - The White wrote: I m feeling very bad for the framework 1.1 people Don't feel bad about that. If we are on the way of Microsoft, we have to speed up... but I know that technology is going so fast but we, the developers, can't throw away the existing system that we developed with old technology. Yesterday, my manager told me to implement new functionalities to the existing VB6 project. As I've been using VS 2005 and VS 2008 so much lately, VB6 IDE is not my taste but however, I have to do it and I'm writing the VB6 code right now. I think that this is the nature of software development. Let me tell you one thing that I used to do. I worked for what the company ask me to do. Whenever I have free time, I try to learn as much as I can. I try to participate in CP or Silverlight forum[^]. Gandalf - The White wrote: The new thing that they have develop should support the previous versions also, something like backward compatible. Sometimes, it's not possible. If you are a developer, you know about that. Gandalf - The White wrote: The book that u have mention is in form of BOOK or it is E-Book? You can get both (hard-copy or soft-copy).. The one that I bought is soft-copy and it's pretty cheap.. but UX team will be release Silverlight 2.0 beta next month. So, it is better if you buy Silverlight 2.0 book. You better wait for a while.. Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
  • WPF data binding - How to cancel an edit

    wpf question csharp wcf tutorial
    6
    0 Votes
    6 Posts
    19 Views
    L
    Simon, Glad to hear it. WPF has a learning curve, but it is worth it! :cool: Cheers, Karl My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your Articles Just a grain of sand on the worlds beaches.
  • 0 Votes
    5 Posts
    16 Views
    K
    CKnig wrote: I think it has great potential Yes, that's what I thought when I played with it briefly in the period before my current contract. I spent some time with the book Pro WF by Bruce Bukovics which I thought was well written and comprehensive. Kevin
  • GridViewColumn DataTemplate

    csharp html dotnet visual-studio com
    12
    0 Votes
    12 Posts
    36 Views
    L
    Cool. I'm glad we got this sorted out. :cool: teejayem wrote: Don't be overcome by evil, but overcome evil with good Love this too. Have a great day, Cheers, Karl My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your Articles Just a grain of sand on the worlds beaches.
  • Silverlight supports COM objects? 3d of any kind?

    com html question
    4
    0 Votes
    4 Posts
    13 Views
    M
    Judah Himango wrote: Interesting, thanks for the answer. I had heard several months back that Silverlight would not have WPF's 3d support. This has changed? Initially, I also heard that 3D won't be supported in Silverlight in order to make SL "cross-browsers". but I read it somewhere mentioned that we may get 3D with a few limitations in Silverlight since a lot of people request this feature... As I'm not from UX team, I can't say about this for sure. but for the time being, Silverlight need to have a lot of things (data-binding, controls, layout and etc) so 3D won't be on high priority. I think we might heard something about this in MIX08.. :) Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
  • Minimum Requirements for Silverlight?

    visual-studio business question
    2
    0 Votes
    2 Posts
    8 Views
    M
    fmlove wrote: Minimum Requirements for Silverlight "Silverlight runtime" is the minimum requirement for viewing the Silverlight content in your browser. For development, I will divide this into two subjects as below. 1. Minimum requirement for developing Silverlight 2. The best tools for developing Silverlight 1. Minimum requirement for developing Silverlight - Software Requirement There are currently two versions such as 1.0 and 2.0 Alpha for Silverlight. I guess, you won't need anything for developing Silverligth 1.0 project but you will need .NET framework 2.0 for compiling Silverlight 2.0 Alpha. - Text Editor You can write the codes with your favorite text editor. (Like you don't need VS for writing C# code.) In Silverlight, we use "managed code, XAML, Javascript, HTML" so those can be written with your favorite text editor. 2. The best tools for developing Silverlight 1.1 project - Visual Studio 2008 - Silverlight 1.1 Alpha runtime - Silverlight 1.1 Alpha SDK - Silverlight 1.1 Alpha Tool for VS 2008 - Microsoft Expression Blend 2 December Preview (optional) - ASP.NET 3.5 Extension (optional) - Entity Framework and ADO.NET Data Service (Astoria) (optional) You can use VS 2005 for developing Silverlight 1.0 but I suggest you to try Silverlight 1.1 (a.k.a 2.0). Because there will be huge differences between those versions. If you are using Silverlight 1.0, you will miss a lot of cool features of 2.0. "Silverlight 1.1 Alpha SDK" will give you a few example of Silverlight 1.1 controls and etc.. "Silverlight 1.1 Alpha Tool for VS 2008 " will give you the silverlight project template and control/class library template. It will also give you the easiest way of integrating between ASP.NET and Silverlight. "Microsoft Expression Blend 2 December Preview" - I used to use this tool for designing the Silverlight UI. There is no design view support for XAML so I used it as XAML Designer. "ASP.NET 3.5 Extension" - I'm also new to this extension but Silverlight control from this extension is really helpful. "Entity Framework and ADO.NET Data Service (Astoria)" - If you want to create data-driven silverlight application, you will need this. It allows you to use RESTful service in Silverlight application. I wrote a few posts about this in my blog. Update: Silverlight 2 beta1 is released. Hope it helps. Thanks and Rega
  • 0 Votes
    2 Posts
    7 Views
    L
    You can take the output of the RichTextBox and convert it to an array of bytes and store it in Access. You can Google: .net string to byte array Here is one result: http://www.chilkatsoft.com/faq/DotNetStrToBytes.html[^] Then just write the bytes to a column in Access. Plenty of examples of how to store blogs in Access. Cheers, Karl My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your Articles Just a grain of sand on the worlds beaches.
  • Windows

    wpf question
    7
    0 Votes
    7 Posts
    20 Views
    I
    Thanks, but i've done that!!!!! It's so easy... :-D ISQ 469907496
  • Flickering text

    csharp wpf help question
    5
    0 Votes
    5 Posts
    15 Views
    J
    Search the web for hits about WPF text being blurry when animated. If animations are being applied, that might be the cause. :josh: My WPF Blog[^] All of life is just a big rambling blog post.
  • Animated button in WPF

    wpf csharp html visual-studio com
    4
    0 Votes
    4 Posts
    12 Views
    P
    Thanks I'll look at this :)
  • Tree view

    question data-structures help
    3
    0 Votes
    3 Posts
    11 Views
    I
    // FYI: The control template you need is nested inside the TreeViewItem and is actually a style for a ToggleButton. This is that! Thanks! I just didn't know what reply for this! ISQ 469907496
  • When will Silverlight be able to print in non-IE browsers?

    graphics question
    4
    0 Votes
    4 Posts
    13 Views
    M
    nji78 wrote: When will they print in FF and Safari? I hope printing will be added in Silverlight 1.1 beta.. Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
  • First post

    php com tools question
    5
    0 Votes
    5 Posts
    16 Views
    P
    Yes, it's great :-D "I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
  • silverlight with xna framework

    database
    8
    0 Votes
    8 Posts
    25 Views
    G
    Thanks for the reply. yes i have checked that link.But Sorry that doesn't helped me. :cool: . And yes i think u forget to mention the tool. ;) Is there any kind of graphics supports required? What will be the Extream graphics details which is delivered from the final Version. ;P Believe Yourself™ :->™
  • What ? No popup ?

    question
    2
    0 Votes
    2 Posts
    7 Views
    V
    Just like in http://forums.asp.net/[^]? So you want to make this forum as a glittery nagware? Vasudevan Deepak Kumar Personal Homepage Tech Gossips A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson
  • WPF - Combine brushes

    csharp wpf question
    5
    0 Votes
    5 Posts
    15 Views
    L
    cha, ching! :cool: Cheers, Karl My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your Articles Just a grain of sand on the worlds beaches.
  • I see the light, and it's silver

    2
    0 Votes
    2 Posts
    7 Views
    V
    We really see an amazing awesome sparkle, twinkle, glitter and powerful shine across the forums with the new forums on WPF, Silverlight and .NET 3.5 and Linq. :) Vasudevan Deepak Kumar Personal Homepage Tech Gossips A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson