Search results for query: *

  • Users: Greg1997
  • Content: Threads
  • Order by date
  1. G

    GetIfTable API function

    Hi All, I'm trying to convert VB6 code using IPHelper APIs into VB.NET(VS 2005). The problem I have: GetIfTable function returns error code 87 - "Invalid parameter" when I call it second time. Any ideas on usage of GetIfTable in VB.NET? Thanks, Greg
  2. G

    IPHelper

    Hi All, Question: Is there any method to change computer network adapter's Admin Status (toggle it Up/Down) in System.Net namespace? Or just IPHelper APIs? Thanks, Greg
  3. G

    System Menu

    Hi All, Is there any way for Windows System Menu manipulations in VB.NET other than API functions call? In particular, I'd like to delete/rename 'Close' menu item. If only API - Is there any changes in API declaration (Long -> Integer, and so on)? Thanks for any hint. Greg
  4. G

    OrderedDictionary

    How to set CaseInsensitiveComparer for OrderedDictionary? Thanks, Greg
Back
Top