User Profile
Collapse
-
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? -
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! -
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. -
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. -
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. -
Alright thanks I'll work on that and then knock you back for help at some points:)Leave a comment:
-
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 :/ -
Thanks.. I guess I've checked that one before and again will.Leave a comment:
-
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,... -
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.....");
-
Okay thanks guys, I've managed to get it done. For further questions I might show up here :) Thank you for sparing your time.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...
No activity results to display
Show More
Leave a comment: