Search:

Type: Posts; User: nizmo

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    2,693

    VS 2008 Re: Vb.net form freezing

    Are you displaying these forms as modal? If you are, then you must specify an owner otherwise your app can appear locked because you have a modal window which must be closed first, but you can't...
  2. Replies
    13
    Views
    17,909

    Re: DataGridView multiple selection behavior

    The only problem with using the MouseDown is that if you start a drag operation in that event then the CellClick events dont fire. You can get around this by checking the result of the drag...
  3. Replies
    5
    Views
    1,479

    VS 2008 Re: dgv/combobox case sensitive data errors

    I'm also looking for a solution to this problem. The problem with just converting to upper or lower case is that you can't use the 'Contains' method to see if you value is there. You need to create a...
  4. Replies
    64
    Views
    174,115

    Re: Create Virtual Directory in IIS using VB.NET

    Hey

    Thanks heaps for replying, and yeah google returned too many possibilities, but we figured it out in the end. It was the windows firewall that was preventing me from doing a rpc to the sever,...
  5. Replies
    64
    Views
    174,115

    Re: Create Virtual Directory in IIS using VB.NET

    That code is exactly what i was after, and it works fine on the primary domain controller machine - but when i try and run it on our new web server i get the error

    "The RPC server is unavailable"...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width