Search:

Type: Posts; User: Mogge

Search: Search took 0.06 seconds.

  1. VS 2013 Re: How to enable/disable menu items through tags

    Hi Again

    Thx for your help!

    Ended up with a code looking like this:


    Private Sub SetMenuEnable(ByVal MnuItem As ToolStripMenuItem, ByVal Tag As String, ByVal State As Boolean)
    ...
  2. VS 2013 [RESOLVED] How to enable/disable menu items through tags

    Hi there

    I'm started on a new project in VS2013 / VB.net and am trying to enable/disable menu items through tags instead of dealing with them one by one.

    I have no problem in enable/disable...
  3. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    First of all - jmcilhinney - great job!
    This STILL rocks! :)

    I am sorry if I am bumping an old thread but just a few questions / surgestions to this.

    As a start - I use vb in vs.net 2013 and...
  4. Replies
    7
    Views
    1,011

    VS 2013 Re: Calling sub through variable

    The issue is that I have a list with a lot of IP numbers and I need them to be PING'ed - the ReturnFromPing will update the list with the result.
    After that I need to do it again (PING) and then do...
  5. Replies
    7
    Views
    1,011

    VS 2013 Re: Calling sub through variable

    Yes, that might work but I look for a more generic definition so I don't have to maintain an array...

    ...but again... how should I define the array? Array of what?

    /Mogge
  6. Replies
    7
    Views
    1,011

    VS 2013 Calling sub through variable

    Hi there

    I'm trying to work with ping.async and it's working pretty good except one thing.

    A piece of code:

    Dim TaskP as Ping

    TaskP = New Ping
    AddHandler TaskP.PingCompleted,...
  7. Replies
    57
    Views
    71,386

    Re: Client/Server Socket classes for file transfer

    Hi there

    Simple question... the origional thread was from 2004 - now we are in 2014 and talking vb in Visual Studio 2013.

    Is there any of your bright heads that could help in refreshing this to...
  8. Replies
    148
    Views
    220,406

    Re: Understanding Multi-Threading in VB.Net

    Sure - I'm currently in the building phase and all things are not settle yet.

    I find your suggestion very good.

    /Mogge
  9. Replies
    148
    Views
    220,406

    Re: Understanding Multi-Threading in VB.Net

    Hi Niya

    Sitting here reading your very well described article about Multi-Threading - great reading!! Enjoyed it very much.

    I'm working on a Windows service that amoung other things will scan a...
  10. Re: Creating shared folders and specifying share permissions

    Hi Chris

    I have enjoyed to use your functions and can use them in VS 2013 without any problems - great!

    I have one question - is there any way that I can check if the folder is already shared...
  11. Replies
    2
    Views
    715

    VS 2013 Re: Finding IP4 IP number and subnet

    That would be something like this...

    Public Shared Sub GetAllIP() As String
    Dim HostName As String
    Dim Result As String = ""
    Dim Index As Integer

    HostName...
  12. Replies
    2
    Views
    715

    VS 2013 Finding IP4 IP number and subnet

    Hi there

    I need to find IP number and subnet on the local computer - where the program is running.
    I'm working on a local service and need the above information to be able to calculate the IP...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width