Click here to Skip to main content
15,887,923 members
Home / Discussions / C#
   

C#

 
GeneralRe: Control in front of another one at all times Pin
#realJSOP13-Sep-10 4:58
mve#realJSOP13-Sep-10 4:58 
AnswerRe: Control in front of another one at all times Pin
Luc Pattyn13-Sep-10 2:16
sitebuilderLuc Pattyn13-Sep-10 2:16 
GeneralRe: Control in front of another one at all times Pin
fdsfsa76f7sa613-Sep-10 2:39
fdsfsa76f7sa613-Sep-10 2:39 
GeneralRe: Control in front of another one at all times Pin
Luc Pattyn13-Sep-10 3:18
sitebuilderLuc Pattyn13-Sep-10 3:18 
GeneralRe: Control in front of another one at all times Pin
fdsfsa76f7sa613-Sep-10 9:20
fdsfsa76f7sa613-Sep-10 9:20 
GeneralRe: Control in front of another one at all times Pin
Luc Pattyn13-Sep-10 9:25
sitebuilderLuc Pattyn13-Sep-10 9:25 
GeneralRe: Control in front of another one at all times Pin
fdsfsa76f7sa613-Sep-10 10:56
fdsfsa76f7sa613-Sep-10 10:56 
GeneralRe: Control in front of another one at all times Pin
Luc Pattyn13-Sep-10 11:20
sitebuilderLuc Pattyn13-Sep-10 11:20 
1. make sure the background control (ListBox, whatever) and the foreground control (Panel) both have the Form as their parent.
(If you were to use Visual Dersigner, and simply add the background control first, then a smaller foreground Control on top of it, it would be a child of the background, not of the form).
One way of doing that is: position it outside the background color, select it, goto properties, and type a new location value.

2. at run-time, never move the controls, never change their Z-order. Let them as they are.

3. in as much as the foreground control must be transparent (visually) and must ignore the mouse (click-through), do whatever that takes (Enabled=false; for starters).

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


Questionhow to list all the form name except mdi name Pin
Tridip Bhattacharjee12-Sep-10 22:10
professionalTridip Bhattacharjee12-Sep-10 22:10 
AnswerRe: how to list all the form name except mdi name Pin
Pete O'Hanlon12-Sep-10 22:15
mvePete O'Hanlon12-Sep-10 22:15 
Questioninstalling font programtically Pin
mobasher12-Sep-10 21:34
mobasher12-Sep-10 21:34 
AnswerRe: installing font programtically Pin
Luc Pattyn13-Sep-10 2:21
sitebuilderLuc Pattyn13-Sep-10 2:21 
GeneralRe: installing font programtically Pin
mobasher14-Sep-10 19:51
mobasher14-Sep-10 19:51 
QuestionDDL or CLR Trigger sample ? Pin
Mohammad Dayyan12-Sep-10 20:44
Mohammad Dayyan12-Sep-10 20:44 
AnswerRe: DDL or CLR Trigger sample ? Pin
Pete O'Hanlon13-Sep-10 0:27
mvePete O'Hanlon13-Sep-10 0:27 
QuestionRe: DDL or CLR Trigger sample ? Pin
Elfman_NE9-Dec-10 9:02
Elfman_NE9-Dec-10 9:02 
QuestionTime Difference Calculation In C# Pin
Sanket.Patil12-Sep-10 17:50
Sanket.Patil12-Sep-10 17:50 
AnswerRe: Time Difference Calculation In C# Pin
Peter_in_278012-Sep-10 18:00
professionalPeter_in_278012-Sep-10 18:00 
GeneralRe: Time Difference Calculation In C# Pin
Sanket.Patil12-Sep-10 18:14
Sanket.Patil12-Sep-10 18:14 
GeneralRe: Time Difference Calculation In C# Pin
Peter_in_278012-Sep-10 18:22
professionalPeter_in_278012-Sep-10 18:22 
AnswerRe: Time Difference Calculation In C# Pin
Abhinav S12-Sep-10 18:25
Abhinav S12-Sep-10 18:25 
GeneralRe: Time Difference Calculation In C# Pin
Sanket.Patil12-Sep-10 19:33
Sanket.Patil12-Sep-10 19:33 
AnswerRe: Time Difference Calculation In C# Pin
Mycroft Holmes12-Sep-10 19:52
professionalMycroft Holmes12-Sep-10 19:52 
AnswerRe: Time Difference Calculation In C# Pin
J4amieC12-Sep-10 23:25
J4amieC12-Sep-10 23:25 
AnswerRe: Time Difference Calculation In C# Pin
Luc Pattyn13-Sep-10 2:36
sitebuilderLuc Pattyn13-Sep-10 2:36 

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.