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

Search:

Type: Posts; User: snayyagari

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    2,523

    Re: Network Utilization

    Background thread didn't work .... :-(
  2. Replies
    2
    Views
    2,523

    Network Utilization

    Hi,

    I have got a strange problem when calculating network utilization. This code is working perfectly fine when running as a console application. I have changed the console application to a...
  3. Replies
    1
    Views
    824

    Find Primary Key

    In access database, how find find primary key for a column in a table?
  4. Replies
    9
    Views
    986

    Re: Bug when run on Windows server 2008 OS

    The attachement error show the application crash with the information and the second attachement is the error shown when VB 6.0 application is exited. I am unable to understand when I exit VB6.0 also...
  5. Replies
    9
    Views
    986

    Re: Bug when run on Windows server 2008 OS

    Still same error dglienna.

    Regards
    Surya
  6. Replies
    9
    Views
    986

    Re: Bug when run on Windows server 2008 OS

    dglienna, This is not permission problem. I have tried with all the logins. It is same with every login.

    Regards
    Surya
  7. Replies
    9
    Views
    986

    Re: Bug when run on Windows server 2008 OS

    Thanks dglienna. I will check and let you know whether it is working or not.

    Regards
    Surya
  8. Replies
    9
    Views
    986

    Re: Bug when run on Windows server 2008 OS

    Hi here is the code,


    Private WithEvents m_cmdOK As CommandButton
    Private WithEvents m_cmdHelp As CommandButton
    Private WithEvents m_cmdCancel As CommandButton


    Private Sub InitForm(frmTemp...
  9. Replies
    9
    Views
    986

    Bug when run on Windows server 2008 OS

    I have declared a button with events in Runtime. This button is created in runtime in a funtion where I pass the pop up form name the location of the buttons on it. It runs fine in all the...
  10. Replies
    2
    Views
    4,241

    treeview scroll event

    I have treeview which is in panel. As it grows scroll bar of the treeview appear. I want capture the scroll bar value and set the value to another treeview in another panel. But I could see that...
  11. Replies
    5
    Views
    19,143

    Re: SplitContainer panel scroll bar.

    Thanks for pointing it. Now I have changed it to


    this.splitContainer1.Panel2.AutoScroll = true;
    this.splitContainer1.Panel1.AutoScroll = true; ...
  12. Replies
    5
    Views
    19,143

    Re: SplitContainer panel scroll bar.

    Any solution for this.... :-(
  13. Replies
    5
    Views
    19,143

    Re: SplitContainer panel scroll bar.

    Here is my code

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
  14. Replies
    5
    Views
    19,143

    SplitContainer panel scroll bar.

    I have a split container on the form. On the left panel and right panel I have tree views. I have set the tree view scroll bars to false. When the treeviews increase in size, tthe panels doesn't show...
  15. Replies
    10
    Views
    1,041

    Re: Component for compare codes

    Thanks to nelo, Jonnypeot and shuja ali for your valuable inputs. The code I am comparing is VBA. As nelo suggested I would try my tecnical manager for purchasing a third party tool. If not I need...
  16. Replies
    10
    Views
    1,041

    Re: Component for compare codes

    Thanks for you replies. But I require it for my project. I am developing this tool specifically for our product. The product is called Process Expert. There are different blocks in which industrial...
  17. Replies
    10
    Views
    1,041

    Component for compare codes

    I am developing an appilication in which I need to compare two pieces of VB code. Is there any component which I can embed in my application? Or any help for coding such an tool?

    Best Regards...
  18. Replies
    0
    Views
    605

    local users and groups

    Hi:

    I need to obtain the fully list of users and groups in a Server, like you see on Users & Groups, in computer management of control
    pannel. And the user in the particular group.

    Any help...
  19. Replies
    2
    Views
    1,228

    Re: visual studio 2005 installation problem

    Hi dglienna

    It is giving basically a MSXML 6.0 parser error. After that visual studio is not getting installed.

    Regards
    Surya
  20. Replies
    2
    Views
    1,228

    visual studio 2005 installation problem

    Hi
    I am trying to install VS 2005. But I am unable to install. My log says:
    [06/10/07,20:18:54] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InstallManagerHelper()...
Results 1 to 20 of 20





Click Here to Expand Forum to Full Width

Featured