Click here to Skip to main content
15,914,905 members
Home / Discussions / C#
   

C#

 
AnswerRe: autogenerated delete button Pin
Manoj Kumar Rai31-May-07 4:59
professionalManoj Kumar Rai31-May-07 4:59 
Questionautomated delete button in grid view Pin
tauras8131-May-07 2:31
tauras8131-May-07 2:31 
QuestionSMS log file deleting tool Pin
Software_Specialist31-May-07 2:03
Software_Specialist31-May-07 2:03 
Questionprevent System.Windows.Forms.TabControl.ControlCollection to change SelectedIndex at Remove method Pin
Martin#31-May-07 0:30
Martin#31-May-07 0:30 
QuestionLoading multiple assemblies Pin
Raja Gupta31-May-07 0:17
Raja Gupta31-May-07 0:17 
QuestionPartial declaration error in C#. Pin
C#Coudou31-May-07 0:14
C#Coudou31-May-07 0:14 
AnswerRe: Partial declaration error in C#. Pin
Christian Graus31-May-07 0:21
protectorChristian Graus31-May-07 0:21 
GeneralRe: Partial declaration error in C#. Pin
C#Coudou31-May-07 0:35
C#Coudou31-May-07 0:35 
thanks so much. i resolve that error. i forgot that i comment out that one. but after i compile another error appear.

Error 2 Program 'C:\Documents and Settings\...\obj\Debug\Chat_client.exe' has more than one entry point defined: 'Chat.chatc.Main()'

i just

namespace Chat
{
public partial class chatc : Form
// class chatc

{
private static Form myForm;
static Sys.Sockets.TcpClient myTCP;

[DllImport("kernel32.dll")]
private static extern void ExitProcess(int a);

public static void Main()



to know everything is to know yourself...

GeneralRe: Partial declaration error in C#. Pin
andre_swnpl31-May-07 0:47
andre_swnpl31-May-07 0:47 
GeneralRe: Partial declaration error in C#. Pin
C#Coudou31-May-07 0:55
C#Coudou31-May-07 0:55 
GeneralRe: Partial declaration error in C#. Pin
C#Coudou31-May-07 0:57
C#Coudou31-May-07 0:57 
Questionhow to send folder Pin
devesh_code30-May-07 23:48
devesh_code30-May-07 23:48 
AnswerRe: how to send folder Pin
Vasudevan Deepak Kumar30-May-07 23:52
Vasudevan Deepak Kumar30-May-07 23:52 
GeneralRe: how to send folder Pin
devesh_code30-May-07 23:57
devesh_code30-May-07 23:57 
GeneralRe: how to send folder Pin
Christian Graus31-May-07 0:19
protectorChristian Graus31-May-07 0:19 
GeneralRe: how to send folder Pin
devesh_code31-May-07 0:27
devesh_code31-May-07 0:27 
GeneralRe: how to send folder Pin
Christian Graus31-May-07 0:49
protectorChristian Graus31-May-07 0:49 
GeneralRe: how to send folder Pin
Colin Angus Mackay31-May-07 1:34
Colin Angus Mackay31-May-07 1:34 
GeneralRe: how to send folder Pin
devesh_code31-May-07 0:55
devesh_code31-May-07 0:55 
GeneralRe: how to send folder Pin
Colin Angus Mackay31-May-07 1:36
Colin Angus Mackay31-May-07 1:36 
GeneralRe: how to send folder Pin
f200254831-May-07 1:48
f200254831-May-07 1:48 
GeneralRe: how to send folder Pin
Colin Angus Mackay31-May-07 2:10
Colin Angus Mackay31-May-07 2:10 
JokeRe: how to send folder Pin
Martin#31-May-07 2:13
Martin#31-May-07 2:13 
GeneralRe: how to send folder Pin
Christian Graus31-May-07 2:33
protectorChristian Graus31-May-07 2:33 
GeneralRe: how to send folder Pin
devesh_code31-May-07 2:43
devesh_code31-May-07 2:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.