User Profile

Collapse

Profile Sidebar

Collapse
Ely Raeds
Ely Raeds
Last Activity: Jun 13 '07, 11:55 AM
Joined: Apr 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ely Raeds
    started a topic C# Send database through network
    in .NET

    C# Send database through network

    Hey,

    I've got one program (connected with other via TCP) that sends through the following:

    Code:
    string[] namen;
    I add some values to it and then finally I send it through as followed:

    Code:
    strWriter.Write("NAM" + namen);
    The other program reconigses the code 'NAM' and runs it through my switch which does the following:

    Code:
    string[] ontvangennaam = data.Substring(3,
    ...
    See more | Go to post

  • Ely Raeds
    started a topic WSH: Get remote information

    WSH: Get remote information

    Hey

    I need a script that checks the domain name (and shows it with an echo) and then he uses that domain name to create a user/password in existing OU.

    So I need to retrieve:

    - Domain name
    - OU

    I need to make:

    - User with password

    Does anyone have an idea how to? Found a code online?

    It's something I want to test in my VirtualPC.
    ...
    See more | Go to post

  • Ely Raeds
    started a topic C# Database via socket
    in .NET

    C# Database via socket

    Hey

    I've got a program with a running socket connection (tcp on port 8000) but I've locally got a database on both computers. One with the client, one with the server.

    Now when the client starts up the program he gives in a lot of names which go to a db and so does the server. After that they manually connect. Now I want, upon connection, to send through the data from both db to the db.

    Is their a way...
    See more | Go to post

  • Ely Raeds
    started a topic C# chat via socket
    in .NET

    C# chat via socket

    Hey

    I've got two seperate programs here in C# but I've got no clue how to combine them. tcp2 is an exercise on sending drawn information and sock3 is an excercise on chatting. Now, I want the ability to chat in tcp2.

    Has anyone got a clue how to do so? Or, even better, would anyone do this for me? I'd be very thankful!

    // This is no homework or anything, it's something I need but I can't seem to find ...
    See more | Go to post

  • Ely Raeds
    started a topic DB doesn't work?
    in .NET

    DB doesn't work?

    Hey

    When I run my program with a break on txtnaam.text my program works the way it should work. When I run it by pressing F5 it doesn't work like it should. My Listbox doesn't show the data when I run it with F5. Does anyone know how this could be caused?

    Code form1:

    Code:
        public partial class Form1 : Form
        {
            public Form1()
            {
                InitializeComponent();
    ...
    See more | Go to post

  • Ely Raeds
    replied to Paint in C#
    in .NET
    Weird, is it just me or does it seem like with this guide I'm not that much information richer?
    See more | Go to post

    Leave a comment:


  • Ely Raeds
    replied to Paint in C#
    in .NET
    Thank you! I'll check it out, in the mean time any more help is appreciated. :)

    Ely
    See more | Go to post

    Leave a comment:


  • Ely Raeds
    started a topic Paint in C#
    in .NET

    Paint in C#

    Hey

    I am making a LAN game (such as iSketch.net) between about 6 computers but I'm stuck on the paint method.

    I need a code or help so I can make a box in which the selected person can draw. The other people see the drawing but atm the main point is the drawing part. Does anyone know the code?

    Thank you
    Ely

    ps. I tried with Paint.net but the source code isn't available.
    pss....
    See more | Go to post
No activity results to display
Show More
Working...