User Profile

Collapse

Profile Sidebar

Collapse
Tenowg
Tenowg
Last Activity: Aug 20 '08, 02:02 AM
Joined: Sep 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Tenowg
    replied to C# - Basic Question
    in .NET
    that is exactly what I was looking for... Thanks very much
    See more | Go to post

    Leave a comment:


  • Tenowg
    started a topic C# - Basic Question
    in .NET

    C# - Basic Question

    Hey guys, I know this is probably a very easy, basic question, so feel free to direct me to a detailed answer. I have done some searches some some of the information I get is vague.

    In C#, the basic idea I understand is to store information in objects to be used by other objects later. So to say building blocks of the program. My question is this. If I Make Object A, and then Object B, and in Object B I set a variable (can't think...
    See more | Go to post

  • Tenowg
    replied to ListView, MDR error (C#)
    in .NET
    I am sorry, pretty new to c# and Visual Studio 2008. I Believe I got the error type wrong. Anyways since then I have changed my code to work, but I would still like to resolve this, so not to do it again.

    sk is derived from a private variable declared in the same class.

    Code:
     
                      foreach (Skill sk in m_skilllist)  //sk derived from private delcare in same class. This method is called when the
    ...
    See more | Go to post

    Leave a comment:


  • Tenowg
    started a topic ListView, MDR error (C#)
    in .NET

    ListView, MDR error (C#)

    Hey everyone.. I know the code below is a mess, but I have no idea what is going wrong. I am getting an MDR error whenever I do the foreach loop. If I comment out the loop it works fine, but ofcourse I only get one addition into my listview. Also the loop is not what is throwing the error, if I comment everything but the message box it works. If anyone has any ideas (feel free to slap me arround for some thing stupid)

    Code:
            private
    ...
    See more | Go to post

  • I will give this a shot and see what happens, thanks
    See more | Go to post

    Leave a comment:


  • Tenowg
    started a topic VB.NET png Icon transperency not working as intended
    in .NET

    VB.NET png Icon transperency not working as intended

    Hey guys, I am at work with a few minutes so I appogize for not having any code handy, hopefully this is a simple enough question that I don't need the code, but if I do I will gladly post it when I get home in a few hours.

    My question is this: I am trying to add Icons to a Listview, the icon files are in png format, adding the icon is not seemingly the issue. I am having problem with transarent backgrounds. When editing the png file...
    See more | Go to post

  • Tenowg
    started a topic Opinion Needed: Information transfer over TCP

    Opinion Needed: Information transfer over TCP

    I was curious if anyone could give me their opinion what would be the most stable way to transfer information from Server to client... here are my examples of what I would like to do...

    Currently I have a MultiClient TCPServer/Client I use for chat in my main Application, this is handled with simple text transfer, this opens one socket per connection.

    Now I would like to send other Application information along these...
    See more | Go to post

  • Sorry for the friendly bump, but I am now at the point where I need to figure this out, or I can't go any farther in my project...

    thanks, and sorry again.
    See more | Go to post

    Leave a comment:


  • getting a System.InvalidOperationException was unhandled (no specific location given)

    Hey everyone... Firstly let me tell you this is a project that is probably alittle over my head... I have played with programming most of my life, but I have only been doing VB 2005 for about 2 weeks. I know the concepts of most issues, but multi-threading seems to be giving me a headache... anyways here is what is happening...

    I have use the MSDN code sample to create a Async TCP server (using sockets, and beginaccept, etc, not Tcplistener...
    See more | Go to post
No activity results to display
Show More
Working...