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

Search:

Type: Posts; User: anurodhora

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    11,833

    To stop webbrowser download

    Hi,

    The new wpf webbrowser control has no Stop() method so how can we stop the download, is there any alternative way?

    Thanks,
    Anurodh
  2. Hosted vb6 activeX control dialogues not appearing in win forms

    Hi,

    I have hosted a vb6 activeX control in win forms, the hosted control is showing up some initial data in the tree and we can right click and say Add which then pops up a dialog to get new...
  3. Replies
    4
    Views
    1,240

    Re: InvalidCastException with COM set methods

    Thanks for the reply.

    But it doesn't seems to be that simple. The real problem is the syntax generated by VS i.e. set_Test(ref object __MIDL_0543).

    we have checked in the vb code that runs...
  4. Replies
    4
    Views
    1,240

    InvalidCastException with COM set methods

    Hi All,

    I am referring to an ActiveX dll in my windows project when i looked into metatdata there are some methods like say set_Test(ref object __MIDL_0543).
    Now i want to set Test from my .net...
  5. Replies
    5
    Views
    7,612

    Re: Combo value not getting changed

    OK i got it working now.

    Here is the final solution.

    private bool _ignoreSelectedChangeEvent = false;

    private void Button_Click( object sender, RoutedEventArgs e )
    {
    if...
  6. Replies
    5
    Views
    7,612

    Re: Combo value not getting changed

    Thanks for the reply but i always want my combo to have values - 50,100 & 200. Which as per your suggestion showing me 25 also in the drop down.

    Is there any way say to reset selected index or so.
  7. Replies
    5
    Views
    7,612

    Re: Combo value not getting changed

    Well, it will then move away me from my original aim i.e.
    "My aim is not to fire selection changed event when combo value is changed through code"

    What should i do in this scenario, i want both...
  8. Replies
    5
    Views
    7,612

    Combo value not getting changed

    Hi All,

    My aim is not to fire selection changed event when combo value is changed through code.I have written following code:

    XAML
    =====
    <Window x:Class="TestCombo.Window1"...
  9. Replies
    3
    Views
    12,288

    Re: Color code converter issue vb/wpf

    Thanks for the reply.

    But we have some constants defined and we do not want to alter those files. So is there any way that i can get VB like color in WPF using the long value same as in VB.
    ...
  10. Replies
    3
    Views
    12,288

    Color code converter issue vb/wpf

    Hi,

    There is a vb control which takes a long value of 235 as its backcolor and thus gives out a color similar to red color. However in wpf we do not have any equivalent function that takes long...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured