Click here to Skip to main content
15,915,078 members
Home / Discussions / C#
   

C#

 
AnswerRe: Insert a class instance into a row in data table Pin
S. Senthil Kumar21-Apr-09 1:59
S. Senthil Kumar21-Apr-09 1:59 
QuestionCrop a circle image from a square picture Pin
Babita Shivade21-Apr-09 0:43
Babita Shivade21-Apr-09 0:43 
AnswerRe: Crop a circle image from a square picture Pin
Luc Pattyn21-Apr-09 1:31
sitebuilderLuc Pattyn21-Apr-09 1:31 
GeneralRe: Crop a circle image from a square picture Pin
Babita Shivade21-Apr-09 2:06
Babita Shivade21-Apr-09 2:06 
GeneralRe: Crop a circle image from a square picture Pin
Skymir21-Apr-09 2:49
Skymir21-Apr-09 2:49 
QuestionC# -Savefile Dialog to save an image file Pin
vijaywithu21-Apr-09 0:30
vijaywithu21-Apr-09 0:30 
AnswerRe: C# -Savefile Dialog to save an image file Pin
OriginalGriff21-Apr-09 0:53
mveOriginalGriff21-Apr-09 0:53 
AnswerRe: C# -Savefile Dialog to save an image file Pin
Roman Lerman21-Apr-09 1:00
Roman Lerman21-Apr-09 1:00 
QuestionHow to fix the hight of footer control in Report Viewer(RDLC) asp.net Pin
Member 226432921-Apr-09 0:13
Member 226432921-Apr-09 0:13 
AnswerRe: How to fix the hight of footer control in Report Viewer(RDLC) asp.net Pin
Mycroft Holmes21-Apr-09 0:37
professionalMycroft Holmes21-Apr-09 0:37 
QuestionProblem loading assembly from byte[] Pin
Helfdane21-Apr-09 0:03
Helfdane21-Apr-09 0:03 
AnswerRe: Problem loading assembly from byte[] Pin
Rob Philpott21-Apr-09 3:41
Rob Philpott21-Apr-09 3:41 
GeneralRe: Problem loading assembly from byte[] Pin
Helfdane21-Apr-09 3:53
Helfdane21-Apr-09 3:53 
Questionalternative to session use Pin
mudag21-Apr-09 0:00
mudag21-Apr-09 0:00 
AnswerRe: alternative to session use Pin
Le centriste21-Apr-09 1:15
Le centriste21-Apr-09 1:15 
GeneralRe: alternative to session use Pin
Ian McCaul21-Apr-09 4:48
Ian McCaul21-Apr-09 4:48 
GeneralRe: alternative to session use Pin
Le centriste21-Apr-09 5:44
Le centriste21-Apr-09 5:44 
Questionplaying multiple video files using axWindowMediaplayer tool !!! Pin
mist_psycho20-Apr-09 23:19
mist_psycho20-Apr-09 23:19 
AnswerRe: playing multiple video files using axWindowMediaplayer tool !!! Pin
Roman Lerman20-Apr-09 23:57
Roman Lerman20-Apr-09 23:57 
Questioncanvas.Focus does not unfocus textbox Pin
Pauwels Bart20-Apr-09 21:51
Pauwels Bart20-Apr-09 21:51 
Hi,

I have kind of a drawingprogram. I display an image in a canvas and on that canvas with image the user can place multiple custom controls (drawing area's derived from the canvas class) in which the user can draw figures and text. To input the text, I initialize a textbox. When clicking outside the textbox, that textbox must disappear and the text is shown as formatted text (drawingContext.draw) on the control. I do that with textBox.LostFocus and textBox.LostKeyboardFocus.

Problem is that when I click outside the textbox, the textbox does not lose focus! When clicking on the canvas, I use this.focus(). The code when clicking the canvas is called and it passes the focus command but the textbox does not lose focus.

The code to hide the textbox and display the text as formatted text works.

Anybody has an idea? Maybe I missed something in MSDN that I need to do.

Thanks,
Bart
AnswerRe: canvas.Focus does not unfocus textbox Pin
Roman Lerman20-Apr-09 22:35
Roman Lerman20-Apr-09 22:35 
GeneralRe: canvas.Focus does not unfocus textbox Pin
Pauwels Bart20-Apr-09 22:51
Pauwels Bart20-Apr-09 22:51 
Questionwhat does this error mean Pin
benson.misi20-Apr-09 21:47
benson.misi20-Apr-09 21:47 
AnswerRe: what does this error mean Pin
Pete O'Hanlon20-Apr-09 21:51
mvePete O'Hanlon20-Apr-09 21:51 
GeneralRe: what does this error mean Pin
CPallini21-Apr-09 2:11
mveCPallini21-Apr-09 2:11 

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.