Click here to Skip to main content
15,896,111 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to retrieve image from local resource ? Pin
Kristian Sixhøj21-Feb-09 2:07
Kristian Sixhøj21-Feb-09 2:07 
GeneralRe: How to retrieve image from local resource ? Pin
hdv21221-Feb-09 2:51
hdv21221-Feb-09 2:51 
AnswerRe: How to retrieve image from local resource ? Pin
Luc Pattyn21-Feb-09 2:21
sitebuilderLuc Pattyn21-Feb-09 2:21 
GeneralRe: How to retrieve image from local resource ? Pin
hdv21221-Feb-09 2:54
hdv21221-Feb-09 2:54 
AnswerRe: How to retrieve image from local resource ? Pin
Anthony Mushrow21-Feb-09 3:03
professionalAnthony Mushrow21-Feb-09 3:03 
GeneralRe: How to retrieve image from local resource ? Pin
hdv21221-Feb-09 4:44
hdv21221-Feb-09 4:44 
QuestionPlace Form windows at certain position in MDI Application Pin
hardsoft21-Feb-09 1:48
hardsoft21-Feb-09 1:48 
AnswerRe: Place Form windows at certain position in MDI Application Pin
paas21-Feb-09 5:28
paas21-Feb-09 5:28 
In the Activate or Shown Event of the child form you could probably include code like the following:

this.Location = new Point(this.ParentForm.Width - (this.Width + 10), 0);


Of course, if you put the code in the Activate event you will want to ensure the code only executes the first time the form activates. That should get your MDI child in the ballpark of the right corner of the parent form. You might have to play around with the value you add to this.Width a little bit.

Good luck.
QuestionHow determine redirect url Pin
Meysam Mahfouzi21-Feb-09 1:31
Meysam Mahfouzi21-Feb-09 1:31 
QuestionGenerate WM_DROPFILES and send it to a Control Pin
steffen_dec21-Feb-09 0:24
steffen_dec21-Feb-09 0:24 
AnswerRe: Generate WM_DROPFILES and send it to a Control Pin
pipicato18-Oct-11 23:48
pipicato18-Oct-11 23:48 
AnswerRe: Generate WM_DROPFILES and send it to a Control Pin
davidcole30-Sep-13 5:59
davidcole30-Sep-13 5:59 
QuestionEncoding issue Pin
George_George21-Feb-09 0:19
George_George21-Feb-09 0:19 
QuestionSome Question Pin
E_Gold20-Feb-09 23:28
E_Gold20-Feb-09 23:28 
AnswerRe: Some Question Pin
kevinuni17-Oct-16 11:05
kevinuni17-Oct-16 11:05 
GeneralRe: Some Question Pin
kevinuni17-Oct-16 11:08
kevinuni17-Oct-16 11:08 
QuestionClass Pin
mrithula820-Feb-09 22:49
mrithula820-Feb-09 22:49 
AnswerRe: Class Pin
harold aptroot20-Feb-09 22:59
harold aptroot20-Feb-09 22:59 
GeneralRe: Class Pin
Zoltan Balazs21-Feb-09 4:52
Zoltan Balazs21-Feb-09 4:52 
GeneralRe: Class Pin
harold aptroot21-Feb-09 4:58
harold aptroot21-Feb-09 4:58 
GeneralRe: Class Pin
Zoltan Balazs21-Feb-09 5:08
Zoltan Balazs21-Feb-09 5:08 
AnswerRe: Class Pin
Zoltan Balazs21-Feb-09 4:53
Zoltan Balazs21-Feb-09 4:53 
Questionneed help with windows application Pin
balukk20-Feb-09 22:45
balukk20-Feb-09 22:45 
AnswerRe: need help with windows application Pin
Deresen21-Feb-09 3:11
Deresen21-Feb-09 3:11 
AnswerRe: need help with windows application Pin
balukk21-Feb-09 3:56
balukk21-Feb-09 3:56 

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.