Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionHelp creating "always-on-top" tool windows? Pin
Mr. Accident11-Sep-06 15:29
Mr. Accident11-Sep-06 15:29 
AnswerRe: Help creating "always-on-top" tool windows? Pin
Mr. Accident11-Sep-06 18:14
Mr. Accident11-Sep-06 18:14 
QuestionStore image in SQL database with specific size Pin
mrkeivan11-Sep-06 15:11
mrkeivan11-Sep-06 15:11 
AnswerRe: Store image in SQL database with specific size Pin
Nader Elshehabi11-Sep-06 19:13
Nader Elshehabi11-Sep-06 19:13 
QuestionTransparency problem! Please help. Pin
Rojan Gh.11-Sep-06 14:20
professionalRojan Gh.11-Sep-06 14:20 
AnswerRe: Transparency problem! Please help. Pin
Nader Elshehabi11-Sep-06 19:04
Nader Elshehabi11-Sep-06 19:04 
GeneralRe: Transparency problem! Please help. Pin
Rojan Gh.11-Sep-06 22:57
professionalRojan Gh.11-Sep-06 22:57 
QuestionMDI child issues [modified] Pin
Alaric_11-Sep-06 12:27
professionalAlaric_11-Sep-06 12:27 
Hi guys. ...I'm working on a program to hone my skills a little bit cuz I've been out of the game for a while. So, I've got an MDI child form and the parent has a panel on the left side that contains my GUI controls. Whenever my child opens, I don't want it to be able to be moved behind the parent's GUI control panel. Two logical solutions I've come to would be to make the child forms immovable but I don't wanna have the screen flicker while the forms move method is resetting the location of the form to the default location. I know that I could call a paint to a backbuffer and do a swap to remove the flicker, but I was hoping that someone knew of a simpler solution. Is there any way to disable the child form titlebar's selection property? [edit: I want the form to have a border, so setting the BorderStyle to None does not solve my problem] ...Better than that, would be my second option. Ideally, I would like to be able to move the child form around in the parent form's available workspace but not allow it to move behind the control panel. The only solution to this that I can think of would be to compare the top-left's Location.X component to the width of my control panel, but everything I've tried hasn't worked. Anyone have a solution to either of these options? Or at least can someone point me in the right direction? ...I'm asking for help on this because it's trivial to my application, but I'd like to make my interface look as nice as possible.


-- modified at 0:10 Tuesday 12th September, 2006
AnswerRe: MDI child issues Pin
Nader Elshehabi11-Sep-06 18:32
Nader Elshehabi11-Sep-06 18:32 
GeneralRe: MDI child issues Pin
Alaric_11-Sep-06 18:46
professionalAlaric_11-Sep-06 18:46 
AnswerRe: MDI child issues Pin
Nader Elshehabi11-Sep-06 19:00
Nader Elshehabi11-Sep-06 19:00 
AnswerRe: MDI child issues (update) Pin
Alaric_11-Sep-06 18:55
professionalAlaric_11-Sep-06 18:55 
JokeRe: MDI child issues (update) Pin
Nader Elshehabi11-Sep-06 19:07
Nader Elshehabi11-Sep-06 19:07 
Questionhelp Pin
941549611-Sep-06 10:32
941549611-Sep-06 10:32 
AnswerRe: help Pin
Drew McGhie11-Sep-06 10:43
Drew McGhie11-Sep-06 10:43 
AnswerRe: help Pin
Nader Elshehabi11-Sep-06 10:50
Nader Elshehabi11-Sep-06 10:50 
AnswerRe: help Pin
Professor Sharada Ulhas11-Sep-06 11:10
Professor Sharada Ulhas11-Sep-06 11:10 
GeneralRe: help Pin
led mike11-Sep-06 11:48
led mike11-Sep-06 11:48 
QuestionHaving a small issue with typed dataset Pin
Shriniwasan Viswanathan11-Sep-06 9:29
Shriniwasan Viswanathan11-Sep-06 9:29 
AnswerRe: Having a small issue with typed dataset Pin
gus_br11-Sep-06 11:37
gus_br11-Sep-06 11:37 
QuestionHow to use array list in a recursive function:(pls help) Pin
aynka200011-Sep-06 8:51
aynka200011-Sep-06 8:51 
AnswerRe: How to use array list in a recursive function:(pls help) Pin
Guffa11-Sep-06 8:58
Guffa11-Sep-06 8:58 
AnswerRe: How to use array list in a recursive function:(pls help) Pin
Nader Elshehabi11-Sep-06 9:03
Nader Elshehabi11-Sep-06 9:03 
QuestionHow to create a resizable Windows.Forms.Control object? [modified] Pin
ystl11-Sep-06 8:04
ystl11-Sep-06 8:04 
AnswerRe: How to create a resizable Windows.Forms.Control object? Pin
Nader Elshehabi11-Sep-06 8:21
Nader Elshehabi11-Sep-06 8:21 

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.