Click here to Skip to main content
16,014,952 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 7:35
Mark Salsbery24-Jun-09 7:35 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 7:41
deep7624-Jun-09 7:41 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 7:49
Mark Salsbery24-Jun-09 7:49 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 8:04
deep7624-Jun-09 8:04 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 8:25
Mark Salsbery24-Jun-09 8:25 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 8:37
deep7624-Jun-09 8:37 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 9:00
Mark Salsbery24-Jun-09 9:00 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 9:52
deep7624-Jun-09 9:52 
Ok. I started both apps in debugger and logged in. Now it is working, and shows the msgs that two users sent through chat. But, it does not show the text box where msg is being typed, looks like the screen is incomplete. I checked the code on Chatroom.xaml. It does have a textbox named TxtMessage, which looks like the place where user types in a msg.

<TextBox x:Name="TxtMessage" TextWrapping="Wrap" KeyDown="TxtMessage_KeyDown"
ScrollViewer.VerticalScrollBarVisibility="Visible"
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
Width="360"
BorderThickness="2" Margin="0,0,10,0"/>

But, this text box is not seen when I start the app and login. I logged in as two different users from two different browser windows. Both could pass msgs, but could not see the text box where msg was being typed. Smile | :) Confused | :confused:

Thank you. Greatly appreciate your help.
QuestionRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 12:06
Mark Salsbery24-Jun-09 12:06 
AnswerRe: Silverlight2Chat Pin
deep7624-Jun-09 14:35
deep7624-Jun-09 14:35 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 14:46
Mark Salsbery24-Jun-09 14:46 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 15:03
deep7624-Jun-09 15:03 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 18:02
Mark Salsbery24-Jun-09 18:02 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 18:18
Mark Salsbery24-Jun-09 18:18 
AnswerRe: Silverlight2Chat Pin
deep7625-Jun-09 3:29
deep7625-Jun-09 3:29 
GeneralRe: Silverlight2Chat Pin
Pete O'Hanlon24-Jun-09 21:38
mvePete O'Hanlon24-Jun-09 21:38 
GeneralRe: Silverlight2Chat Pin
deep7625-Jun-09 3:37
deep7625-Jun-09 3:37 
Questionhow to copy dynamically created row values? in grid Pin
yams251024-Jun-09 1:59
yams251024-Jun-09 1:59 
AnswerRe: how to copy dynamically created row values? in grid Pin
Christian Graus24-Jun-09 15:27
protectorChristian Graus24-Jun-09 15:27 
GeneralRe: how to copy dynamically created row values? in grid Pin
yams251024-Jun-09 21:19
yams251024-Jun-09 21:19 
AnswerRe: how to copy dynamically created row values? in grid Pin
mittalamit24-Jun-09 20:34
mittalamit24-Jun-09 20:34 
QuestionCommon Class for the windows Pin
krishnan.s24-Jun-09 0:55
krishnan.s24-Jun-09 0:55 
AnswerRe: Common Class for the windows Pin
Pete O'Hanlon24-Jun-09 1:07
mvePete O'Hanlon24-Jun-09 1:07 
GeneralImport expression blend project in C# Windows Form and exchanging data between them Pin
mukulbudania23-Jun-09 8:47
mukulbudania23-Jun-09 8:47 
GeneralRe: Import expression blend project in C# Windows Form and exchanging data between them Pin
Christian Graus23-Jun-09 10:31
protectorChristian Graus23-Jun-09 10:31 

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.