User Profile

Collapse

Profile Sidebar

Collapse
gnome5482
gnome5482
Last Activity: Mar 20 '08, 09:11 AM
Joined: Mar 2 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gnome5482
    started a topic C# Sockets.BeginReceive Problem
    in .NET

    C# Sockets.BeginReceive Problem

    I'm having a bit of trouble trying to receive packets from a remote server via udp.
    My application reads the data coming from the server and puts the data into a textbox. This seems to be working as I can see the scrollbar on the textbox move, but then the app just hangs. Here is my code:

    Code:
    Socket sck = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
                sck.Bind(new IPEndPoint(IPAddress.Any,
    ...
    See more | Go to post

  • gnome5482
    started a topic Class Library Protection
    in .NET

    Class Library Protection

    Hello,

    I'm wanting to protect my library files (dll's) from being imported/referenced in a workspace outside of the project I am currently working on. Put simply, I don't want anyone else to be able to reference and use my dll's in their own projects. Is this even possible? If so, what do I need to do? Thanks for your time.

    I'm using Visual C# 2005 Express Edition
    See more | Go to post
No activity results to display
Show More
Working...