Jump to content
Xtreme .Net Talk

RampagePS

Members
  • Posts

    17
  • Joined

  • Last visited

About RampagePS

  • Birthday 01/29/1988

Personal Information

  • Visual Studio .NET Version
    Visual Studio .NET 2003 Architect Enterprise
  • .NET Preferred Language
    C#

RampagePS's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. thx man that did it I really appreciate it
  2. sry to say this but i still don't understand what you are saying
  3. yeah when they click edit contact i want the selected items to go to a bunch of textboxes on another form, how would i get the selected items to the text boxes?
  4. Hey, I have done a search in the forums and have not found a solution, so I thought I would ask and see if anyone knew what i needed to do to solve my problem. My problem is I have a listview with items and subitems and I want the user to be able to right click a selected listview item and hit edit contact which I have on the context menu and it load up another form I have and it will put all the the items from the selected listview item into a bunch of different text boxes. Rampage<PS>
  5. Hey thanks man, so with the counting variable how would it tell if they were spamming.
  6. Hey man thanks for the code, im at school know so no time to test it out, :eek: But I will repost when I get home and let you know if it worked.
  7. Hey I was reading this post and I was wondering if yall could tell me how to do this in C# or if there was a tutorial I could look at.
  8. Yeah the question I had for you I fixed had to add another .Trim() after Message = Username.Text + ":" + " " + rtbTalk.Text.Trim(), that makes to where if they hold ctrl + enter and then put the text in it trims all the whitespaces. Thanks for your help I really appreciate it. :) :D
  9. Hey thanks man thats exactly what I needed sry I wasn't here had to do some computer work to do at my friends house. Come back on the server if you want and we can chat alittle bit, I might have another question for you but I think I know how to fix it.
  10. RampagePS

    TV Tuning

    Cool man I was hopeing that would help.
  11. RampagePS

    TV Tuning

    Hey man I went searching for tv tuner for .net and I found this im not sure if it is what you are talking about but here is the attachment. I tried on my laptop but no capture devices are installed on it. Also here is the link I found it at has some documentation about the project. http://www.codeproject.com/cs/media/directshownet.asp Hope this helps. directshownet.zip
  12. Hey I replaced the file but it still did the it, if you want to I will send you the ip to connect to the server to see if that helps you any. Here is my aim name if you want to try that AtomicForce11. I will put in my profile to.
  13. Sure here it isHeLL Klan Chat Client.zip
  14. I tried what you said but it still does the whitespaces. I think I might have phrased it wrong, the rtbTalk box is the box you put in all your text that you want to send to all the connected clients. The box has a vertical scrollbar and when you hold down ctrl and hit enter it makes a new line in the rtbTalk box and then the scroll bar starts to scrolldown. I was wondering if there was a way to make it to where if they did do that and if there was no text in rtbTalk that it would not send and if there was text in rtbTalk it would just send the text not all the new lines.
  15. Thanks man, I hate to ask but could you tell me where the .Trim has to go. Not sure if it needs to be in a if statement or where.
×
×
  • Create New...