CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: krokodajl

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    645

    Problem with BHO under Vista with IE7

    I have created Browser Helper Object. It works fine on IE7, IE8 and IE9. The problem is that on IE7 in add-on list my BHO has empty Publisher field. On IE8 and IE9 Publisher field is not empty and...
  2. Browser Helper Objects - async requests

    Which HTMLDocument or WebBrowser events are fired on beggining of the AJAX request? I need to connect to it.
    I think that there will be no problem with event fired after completing AJAX request - it...
  3. Xsl Transformation, XML - saving data to file

    Hi.

    I am trying to build simple web application in ASP.NET.
    I have xml file with data and xsl file to transform xml file into html document which will be presented in the browser window.
    What...
  4. Dockable windows (just like in Visual Stusio)

    Hi,

    how can I make docking mechanism known from the Visual Studio in WPF. Is it hard to achieve? Is there any simple example of dockable windows? I found one on codeprocject, but that example is...
  5. Thread: XAML reading

    by krokodajl
    Replies
    2
    Views
    10,282

    Re: XAML reading

    Hi Rob,

    thanks a lot for link you posted. But unfortunatelly my problem is not solved... What I wnat to do now? I have a file for example wit canvas definition and button in this canvas. I want to...
  6. Thread: XAML reading

    by krokodajl
    Replies
    2
    Views
    10,282

    XAML reading

    Hi,

    I am going to have all XAML in database. I wonder to know how to implement functionality to read xaml from DB. Do I have to make a Parser which can distinguish all controls (buttons, text...
  7. Replies
    0
    Views
    4,922

    Big big problem with WPF App.

    Hi.

    I have a strange problem to solve. I am new in WPF. I need to develop a project in WPF. So I need to create WPF Application or WPF Browser Application which can modify user interface.
    For...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured