User Profile

Collapse

Profile Sidebar

Collapse
samentu
samentu
Last Activity: Jun 18 '07, 11:42 PM
Joined: Apr 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • samentu
    started a topic MDI parent child an another modal form
    in .NET

    MDI parent child an another modal form

    Hi there. I'm having a little problem here with some forms.
    Let me describe the problem: my application has a MDI parent form (the form that starts with the application); then when I click a button a modal form appears; this modal form has a button in it that when clicked should close itself, create a new child form for the parent and create another modal form. The thing is that when I click the button on the modal form it does close itself...
    See more | Go to post

  • samentu
    replied to C# and Ping.SendAsync
    in .NET
    Thank you very much, mwalts. Your link proved to be very useful. Thank you again....
    See more | Go to post

    Leave a comment:


  • samentu
    replied to C# and Ping.SendAsync
    in .NET
    Your code works but the behaviour I'm looking for is kinda different.
    It's something like this: say I'm pinging a range of IP's starting with192.168.1.1 in the main thread using a for loop. At first the PingCompletedCa llback returns the ping statistics from 192.168.1.1; then the main thread pings 192.168.1.2. At this point the PingCompletedCa llback returns the ping statistics from another host, something like 192.168.1.32 or some other IP...
    See more | Go to post

    Leave a comment:


  • samentu
    started a topic C# and Ping.SendAsync
    in .NET

    C# and Ping.SendAsync

    Hi everybody.
    I'm trying to develop e network scanner. I've run into trouble when got to the part of scanning the IP's :) ... meaning that I need to make the scanning method non-blocking. To do so I thought the Ping.SendAsync would come in handy. I've followed this example: http://msdn2.microsoft .com/en-us/library/system.net.netw orkinformation. ping.aspx but when I try to use it in a Winforms application the WaitOne() method blocks the PingCompletedCa llback...
    See more | Go to post

  • samentu
    replied to C# and FlowLayoutPanel
    in .NET
    No opinions yet? :(
    See more | Go to post

    Leave a comment:


  • samentu
    started a topic C# and FlowLayoutPanel
    in .NET

    C# and FlowLayoutPanel

    Hello.
    Is there a way to use a FlowLayoutPanel and be able to change the FlowDirection every time it goes on a new row? (I also need to have WrapContents enabled). What I want to obtain is something like a snake effect as in if a have a FlowLayoutPanel expanded on 5 rows for example, I need it to have the FlowDirection LeftToRight on the first row, RightToLeft on the 2nd, LeftToRight on the 3rd and so on. Or maybe could someone point me towards...
    See more | Go to post
No activity results to display
Show More
Working...