User Profile

Collapse

Profile Sidebar

Collapse
xinnie
xinnie
Last Activity: Aug 16 '10, 09:27 AM
Joined: Jun 3 '10
Location: istanbul
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • xinnie
    started a topic Where can I purchase PostBuild?
    in .NET

    Where can I purchase PostBuild?

    It's for .NET, and I want to have the license of it, do any of you know the official page of it?
    See more | Go to post

  • xinnie
    started a topic designing a good user interface

    designing a good user interface

    I am writing a project planner/tracker program and it's my first attempt to write a program on my own. It's almost done but my forms aren't really cool. I'm not any experienced so I can't be mega creative. Do you know any sites/tutorials that might help me develop my design, colors icons and stuff. Thanks!
    See more | Go to post

  • how to prevent my button from being clicked if no data is selected?

    I have this "View" button as I click on the data in my datagridview, it'll show some reports. How do I prevent my "view" button from being clicked if no data is selected? Like locking it, it's commonly used, don't know how to express better hope my description is clear.
    See more | Go to post

  • Sajjadlove,

    What I want is when I choose a date OR enter a word in the textbox, I want my button to search it and bring the records.

    I guess your codes help, I'll check now.
    Thanks in advance.
    See more | Go to post

    Leave a comment:


  • How to update datagridView with results from search

    Hi guys,

    I have a form with datagridview, using access as my db. I have created a textbox with a search button, so what I want is; after entering the keyword for my search, i want my datagridview to be updated and give me the matching values.I'll be grateful for any help.
    See more | Go to post

  • xinnie
    replied to project management program
    Alright thanks I'll work on that and then knock you back for help at some points:)
    See more | Go to post

    Leave a comment:


  • xinnie
    started a topic project management program

    project management program

    Ok guys,

    I need to write a project management program including the datas like who did what, when, in what time interval, when was the deadline, what is the process etc etc, the list goes on. I need to follow everything done in a project, when and by whom. And many attributes more. I'll use sql or access. How do I do it? In which language? What do I need to do for a start? Someone show me a way :/
    See more | Go to post

  • xinnie
    replied to Simple chat application
    Thanks.. I guess I've checked that one before and again will.
    See more | Go to post

    Leave a comment:


  • xinnie
    started a topic Simple chat application

    Simple chat application

    Hi everyone,

    I need to write a simple chat program (form application) using TCP/IP methods - socket programming. So simple that all I need in my forms is a textbox for each in which I'll be able to send strings. Plus, a send button. That's all, nothing complicated, like users lists etc. Not anything complex like the examples on the i-net. What shall I do and how? I have some commands that send strings but it only works with console application,...
    See more | Go to post

  • xinnie
    started a topic From Console application to Forms Application

    From Console application to Forms Application

    Ok, I'm totally new at CSharp. I have written some codes in Visual Studio, console application. Here shown below :
    Code:
    using System;
    using System.IO;
    using System.Net;
    using System.Text;
    using System.Net.Sockets;
    public class clnt
    {
        public static void Main()
        {
            try
            {
                TcpClient tcpclnt = new TcpClient();
                Console.WriteLine("Connecting.....");
    ...
    See more | Go to post

  • Okay thanks guys, I've managed to get it done. For further questions I might show up here :) Thank you for sparing your time.
    See more | Go to post

    Leave a comment:


  • c# how do i open a window on doubleclick once it's closed?

    Hi,

    I'm so new at this so my question might sound a bit odd.
    Alright, I'm trying to write a chat program that'll only work amongst the workers within the same company and network as msn and such messangers are prohibited.

    I have made this form where you have nicknames. And I have written the command for preventing a window to be opened more than once when you doubleclick on it. But the problem is, when i close...
    See more | Go to post
    Last edited by Niheel; Jun 3 '10, 07:31 AM. Reason: merged code into question
No activity results to display
Show More
Working...