Click here to Skip to main content
15,885,216 members
Home / Discussions / C#
   

C#

 
QuestionScrollBar on Form .NET 2005 C# Windows Form Pin
Elizma6-Aug-07 21:32
Elizma6-Aug-07 21:32 
AnswerRe: ScrollBar on Form .NET 2005 C# Windows Form Pin
Tormod Fjeldskaar6-Aug-07 21:46
Tormod Fjeldskaar6-Aug-07 21:46 
AnswerRe: ScrollBar on Form .NET 2005 C# Windows Form Pin
Nitin Khubani6-Aug-07 23:23
Nitin Khubani6-Aug-07 23:23 
Questionhelp .... Pin
B.A6-Aug-07 20:56
B.A6-Aug-07 20:56 
AnswerRe: help .... Pin
Christian Graus6-Aug-07 21:00
protectorChristian Graus6-Aug-07 21:00 
GeneralRe: help .... Pin
B.A6-Aug-07 21:27
B.A6-Aug-07 21:27 
AnswerPlease stop with 'help' titles Pin
leckey7-Aug-07 3:02
leckey7-Aug-07 3:02 
QuestionProblem in remoting Pin
Mic Mathi6-Aug-07 20:55
Mic Mathi6-Aug-07 20:55 
Hi all,

I did a chat application. But I stuck in the finishing point.

I used a windows service as server. This windows service will create and maintain a remoteable object. The clients are connected to this remoteable object using tcp channel. In addition, I implemented an application for the interface of server. This windows application will run on the server machine. Users are added throw this windows application. In addition, the available users and their status will display in this application.

The windows service with startup type automatic will always run on the machine. Whenever the windows application for the server interface started, It will call a function on the remotable object to attach this application to windows service.

remotableObject.AttachServer(this);

'this' will stored in the 'remotableObject'. So whenever the clients become online or offline, they will send a notification to windows service. If the server interface application is running the windows service will try to list the status of users in a list box. To do this, windows service will pass a serialized class of 'users' to server interface application. Everything is ok till here. I could deserialize the 'users' object. Now only one job is remaining is that list the users in a 'listbox' control. But when i call the functions of listbox, the program stop responding. No errors are displayed. Can you guess what is the problem?


Thanks and Regards,

Mic
AnswerRe: Problem in remoting Pin
Parwej Ahamad6-Aug-07 23:55
professionalParwej Ahamad6-Aug-07 23:55 
GeneralRe: Problem in remoting Pin
Mic Mathi7-Aug-07 0:15
Mic Mathi7-Aug-07 0:15 
GeneralRe: Problem in remoting Pin
Parwej Ahamad7-Aug-07 0:19
professionalParwej Ahamad7-Aug-07 0:19 
GeneralRe: Problem in remoting Pin
Elayaraja Sambasivam7-Aug-07 1:11
Elayaraja Sambasivam7-Aug-07 1:11 
Questiondeserialization problem Pin
cyn86-Aug-07 20:45
cyn86-Aug-07 20:45 
AnswerRe: deserialization problem Pin
Tormod Fjeldskaar6-Aug-07 21:01
Tormod Fjeldskaar6-Aug-07 21:01 
GeneralRe: deserialization problem Pin
cyn86-Aug-07 21:11
cyn86-Aug-07 21:11 
AnswerRe: deserialization problem Pin
Tormod Fjeldskaar6-Aug-07 21:16
Tormod Fjeldskaar6-Aug-07 21:16 
GeneralRe: deserialization problem Pin
cyn819-Aug-07 16:32
cyn819-Aug-07 16:32 
QuestionButton Appearance on the form ? Pin
Janu_M6-Aug-07 20:42
Janu_M6-Aug-07 20:42 
AnswerRe: Button Appearance on the form ? Pin
satsumatable6-Aug-07 21:22
satsumatable6-Aug-07 21:22 
GeneralRe: Button Appearance on the form ? Pin
satsumatable6-Aug-07 21:28
satsumatable6-Aug-07 21:28 
GeneralRe: Button Appearance on the form ? Pin
Janu_M6-Aug-07 22:19
Janu_M6-Aug-07 22:19 
QuestionCross thread operation not valid Pin
satsumatable6-Aug-07 20:34
satsumatable6-Aug-07 20:34 
GeneralRe: Cross thread operation not valid Pin
sunil20046-Aug-07 20:48
sunil20046-Aug-07 20:48 
AnswerRe: Cross thread operation not valid Pin
blackjack21506-Aug-07 20:59
blackjack21506-Aug-07 20:59 
GeneralRe: Cross thread operation not valid Pin
lmoelleb6-Aug-07 21:07
lmoelleb6-Aug-07 21:07 

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.