Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
Questiondeletion in listview Pin
dsl/fahk19-Dec-06 18:55
dsl/fahk19-Dec-06 18:55 
AnswerRe: deletion in listview Pin
jdkulkarni19-Dec-06 19:21
jdkulkarni19-Dec-06 19:21 
QuestionGetting reference of calling Assembly. Pin
Syed Muhammad Kamran19-Dec-06 18:45
Syed Muhammad Kamran19-Dec-06 18:45 
GeneralRe: Getting reference of calling Assembly. Pin
Guffa19-Dec-06 19:17
Guffa19-Dec-06 19:17 
AnswerRe: Getting reference of calling Assembly. Pin
Nader Elshehabi19-Dec-06 20:43
Nader Elshehabi19-Dec-06 20:43 
GeneralRe: Getting reference of calling Assembly. [modified] Pin
Syed Muhammad Kamran19-Dec-06 20:53
Syed Muhammad Kamran19-Dec-06 20:53 
GeneralRe: Getting reference of calling Assembly. Pin
Nader Elshehabi21-Dec-06 0:06
Nader Elshehabi21-Dec-06 0:06 
QuestionPlz help me How client should identify Server ? Pin
Sanjib Raj19-Dec-06 17:43
Sanjib Raj19-Dec-06 17:43 
using TcpClient, i have made a client Server chat application. Server is running on another computer. in Client side i use the server IP address and PORT number to connect. If the server is running Any Computer the Client should automatically find the server Ip address how it is possible?

//
now i am using like this
Client Side

TcpClient tcp=new TcpClient();
tcp.Connect("192.0.0.3",8888);
//


Sanjit.rajbanshi@wlinktech.com

AnswerRe: Plz help me How client should identify Server ? Pin
Tarakeshwar Reddy19-Dec-06 18:19
professionalTarakeshwar Reddy19-Dec-06 18:19 
QuestionSharing data between remoting and app layers Pin
drinkingbird19-Dec-06 17:27
drinkingbird19-Dec-06 17:27 
AnswerRe: Sharing data between remoting and app layers Pin
Chris Buckett22-Dec-06 3:05
Chris Buckett22-Dec-06 3:05 
QuestionBIOS interrupt call from c# Pin
Niiiissssshhhhhuuuuu19-Dec-06 16:47
Niiiissssshhhhhuuuuu19-Dec-06 16:47 
AnswerRe: BIOS interrupt call from c# Pin
Nader Elshehabi19-Dec-06 19:51
Nader Elshehabi19-Dec-06 19:51 
GeneralRe: BIOS interrupt call from c# Pin
Niiiissssshhhhhuuuuu19-Dec-06 20:15
Niiiissssshhhhhuuuuu19-Dec-06 20:15 
GeneralRe: BIOS interrupt call from c# Pin
Nader Elshehabi19-Dec-06 20:37
Nader Elshehabi19-Dec-06 20:37 
GeneralRe: BIOS interrupt call from c# Pin
Niiiissssshhhhhuuuuu20-Dec-06 1:09
Niiiissssshhhhhuuuuu20-Dec-06 1:09 
GeneralRe: BIOS interrupt call from c# Pin
Nader Elshehabi20-Dec-06 23:52
Nader Elshehabi20-Dec-06 23:52 
Questiontransfering information from form to form Pin
dsl/fahk19-Dec-06 15:57
dsl/fahk19-Dec-06 15:57 
AnswerRe: transfering information from form to form Pin
Tarakeshwar Reddy19-Dec-06 18:22
professionalTarakeshwar Reddy19-Dec-06 18:22 
AnswerRe: transfering information from form to form Pin
Christian Graus19-Dec-06 18:27
protectorChristian Graus19-Dec-06 18:27 
QuestionHow to reference the dynamically generate textbox ID Pin
MyRunner19-Dec-06 12:22
MyRunner19-Dec-06 12:22 
AnswerRe: How to reference the dynamically generate textbox ID Pin
Guffa19-Dec-06 13:48
Guffa19-Dec-06 13:48 
GeneralRe: How to reference the dynamically generate textbox ID Pin
MyRunner20-Dec-06 4:52
MyRunner20-Dec-06 4:52 
AnswerRe: How to reference the dynamically generate textbox ID Pin
Guffa20-Dec-06 6:22
Guffa20-Dec-06 6:22 
QuestionSemi-Complicated Databinding Issue Pin
Drew McGhie19-Dec-06 11:22
Drew McGhie19-Dec-06 11:22 

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.