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

Search:

Type: Posts; User: Rayner

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    6,840

    Method ~ of object ~ failed in vb6

    When I run my program I got the following error, "Method ~ of object ~ failed"

    But when I debugged the code, I got the exact error, "Method name of object IWave failed" from the below code

    ...
  2. Replies
    2
    Views
    6,450

    How many users logged on to windows7 machine?

    Due to windows 7 Remote desktop behavior multiple person can logged on to the system.
    They wont log off and just disconnect the machine. So some services will be hold by them and the next user who...
  3. Re: How to rename DataGridView Header by double click

    Thanks for your inputs. To rename yo have implemented a new form.
    But I dont think they will accept in my project to add a new form for renaming.
    I have attached the code of mine. In that...
  4. How to rename DataGridView Header by double click

    I am having a datagrid view. In that suppose I give the header name as wrong, suppose say, instead of "test", i gave it as "tst". So i need to rename in this case. So what i expect is I need to...
  5. How to rename DataGridView Header by double click

    I am having a datagrid view. In that suppose I give the header name as wrong, suppose say, instead of "test", i gave it as "tst". So i need to rename in this case. So what i expect is I need to...
  6. Replies
    6
    Views
    1,819

    Re: Moving to next item in combobox

    we have over-ridden all the properties of excel and make our own excel with com components. That's the reason why we have over-ridden the properties of combobox too..
  7. Replies
    6
    Views
    1,819

    Re: Moving to next item in combobox

    page up will take to previous item and page down will take to next item( same as UP/DOWN )
  8. Replies
    6
    Views
    1,819

    Re: Moving to next item in combobox

    same behaviour for page up and page down..
  9. Replies
    6
    Views
    1,819

    Moving to next item in combobox

    I am creating a combo box dynamically in excel sheet. Suppose say i am having 5 items in my combo box {a,b,c,d,e}. Now after pressing the drop down and if i press down arrow, 'b' will come in the...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured