Search:

Type: Posts; User: Zeusbwr

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Well first off, myInstance.MyText += "\n" +...

    Well first off,

    myInstance.MyText += "\n" + Variable;

    is



    Oldstring +"\n"+ Newstring
  2. No, this is what it does. "newstring +...

    No, this is what it does.

    "newstring + oldstring"

    this is what i want it to do

    "newstring + \n + oldstring"


    notice the "\n" character added. But by doing that, i may as well be adding a...
  3. I'm not getting any errors, and i changed how i...

    I'm not getting any errors, and i changed how i did it anyway. Couldent wait around that long, but i'm still interested ofcourse lol.

    But i was just trying to save time by modifying how my own...
  4. is it possible to modify an operator for a single...

    is it possible to modify an operator for a single property? as apposed to a whole class?
  5. Sigh, Brainfart. Controlling how += operator is used?

    Ok, i have a custom dialog and a custom property inside it. This property simply writes or returns a richTextBox's .Text property.

    Now i want to modify how += is used on that property. If someone...
  6. Replies
    2
    Views
    1,441

    bummer. Oh well, thanks for the quick reply :)

    bummer. Oh well, thanks for the quick reply :)
  7. Replies
    2
    Views
    1,441

    Overloading an "External" Class?

    Ok, my inheritance knowledge and fields in that area are not that great.


    How can i overload a method of a class i have no control over?

    For example, look at the following method:

    ...
  8. Replies
    2
    Views
    3,095

    OOP Theory Question

    Ok, well i am rebuilding a big project of mine, not big in complicated terms, just big in the amount of code. And well, big everything for me :p


    Although i am coding in C# for this project, i...
  9. Replies
    1
    Views
    1,326

    C#, Making Events?

    Ok, i need to do one of two things.

    1.) Make my own event system. I have a "Wrapper" that holds some TCP data in it. It has events and whatnot already inside of it, how can i give my class the...
  10. Replies
    5
    Views
    2,560

    k Like i said imma prob work on a newer...

    k

    Like i said imma prob work on a newer wrapper for my needs & after i get TCP & UDP strings workin good i'll try to learn more about types of data you can send, and how to error check.

    I was...
  11. Replies
    5
    Views
    2,560

    I'm asking that when i program using sockets if...

    I'm asking that when i program using sockets if theres generally anything i should be aware of security wise.

    I spose i'll stumble my way through my 2nd Wrapper (server) that simple sends strings...
  12. Replies
    5
    Views
    2,560

    General Socket TCP/UDP Security Question

    Assuming i use only one port for this specific program (although ofcourse others are open due to other none related programs running, ie, Aim, IRC, Games, w/e),

    How open to security risks am i? Is...
  13. Replies
    10
    Views
    1,606

    Thats magazine only right? Might have to actually...

    Thats magazine only right? Might have to actually buy a magazine for once in a long time lol
  14. Replies
    10
    Views
    1,606

    thanks for the update :D :cool: :)

    thanks for the update :D :cool: :)
  15. well overall i wasent looking for anything giant,...

    well overall i wasent looking for anything giant, i may have misused the word MMO, in the sense of what i am aiming for.

    Basically like i said i am learning, i'll do what i can when i can, so if...
  16. MMO Theory, How to make Gameloop & Sockets both work?

    Using,
    .NET 1.1,
    Managed DirectX,
    C#. (This info is not really needed though)



    Ok, i have a MMO in the first stage. I simply setup my program, learned some sockets (newb) to make the...
  17. Replies
    10
    Views
    1,606

    i'll give it a shot, though i am quite beginner...

    i'll give it a shot, though i am quite beginner in this realm, i'll see what happends :p
  18. ok, i've taking some crash course C# Socket...

    ok, i've taking some crash course C# Socket courses, and i think i'll start toying tonight.

    I prob shouldent be messing with them this early on without knowing the "cause & effect" possibilities...
  19. Replies
    10
    Views
    1,606

    Windows only, sorry for not clarifying

    Windows only, sorry for not clarifying
  20. Replies
    10
    Views
    1,606

    "Skinning" your application

    Well simply put, i want to make my application have a skin that is the same for every computer.

    Even if it is as simple as the standard WinXP skin, i just want something that will be the same.
    ...
  21. like for example, do i use sockets, etc? I know...

    like for example, do i use sockets, etc? I know so little its not funny, and im scanning different keywords to try and distinguish what i need, but i would much appreciate a comment on which would...
  22. well the firewall may be harder than can be, as i...

    well the firewall may be harder than can be, as i will be a single computer on a housefull all sharing the same router (and actually it will go beyond that as we are setting up a mini professional...
  23. Complete n00b Question, Client -> Sever MMO Program?

    Just some notes first.

    Using,
    Sharp Develop,
    .NET 1.1,
    C#,
    Managed DirectX.


    Info, Well what i am trying to do is simple in nature, have a client -> server communication system. Where...
  24. ya i was a bit confused, but i didnt push it :o

    ya i was a bit confused, but i didnt push it :o
  25. np :)

    np :)
Results 1 to 25 of 242
Page 1 of 10 1 2 3 4