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

C#

 
GeneralRe: List of ODBC DSN's Pin
webdudeIA4-Jan-04 13:18
webdudeIA4-Jan-04 13:18 
GeneralRe: List of ODBC DSN's Pin
Nick Parker4-Jan-04 16:52
protectorNick Parker4-Jan-04 16:52 
GeneralRe: List of ODBC DSN's Pin
cjengler5-Jan-04 2:25
cjengler5-Jan-04 2:25 
GeneralBig Problem with multicasting. Pin
HAHAHA_NEXT4-Jan-04 10:48
HAHAHA_NEXT4-Jan-04 10:48 
GeneralRe: Big Problem with multicasting. Pin
leppie4-Jan-04 11:12
leppie4-Jan-04 11:12 
GeneralRe: Big Problem with multicasting. Pin
HAHAHA_NEXT4-Jan-04 16:13
HAHAHA_NEXT4-Jan-04 16:13 
GeneralRe: Big Problem with multicasting. Pin
Heath Stewart4-Jan-04 18:22
protectorHeath Stewart4-Jan-04 18:22 
GeneralRe: Big Problem with multicasting. Pin
leppie5-Jan-04 6:24
leppie5-Jan-04 6:24 
GeneralRe: Big Problem with multicasting. Pin
HAHAHA_NEXT5-Jan-04 7:10
HAHAHA_NEXT5-Jan-04 7:10 
GeneralRe: Big Problem with multicasting. Pin
Alois Kraus8-Jan-04 7:40
Alois Kraus8-Jan-04 7:40 
GeneralRe: Big Problem with multicasting. Pin
HAHAHA_NEXT8-Jan-04 8:28
HAHAHA_NEXT8-Jan-04 8:28 
GeneralFinding out when a Item comes into the display area of a ListView Pin
ne20004-Jan-04 10:41
ne20004-Jan-04 10:41 
GeneralRe: Finding out when a Item comes into the display area of a ListView Pin
Heath Stewart4-Jan-04 18:19
protectorHeath Stewart4-Jan-04 18:19 
GeneralString Width Pin
Luther Baker4-Jan-04 10:38
Luther Baker4-Jan-04 10:38 
GeneralRe: String Width Pin
ne20004-Jan-04 10:43
ne20004-Jan-04 10:43 
GeneralRe: String Width Pin
markdbd4-Jan-04 19:31
markdbd4-Jan-04 19:31 
GeneralRe: String Width Pin
Luther Baker6-Jan-04 18:27
Luther Baker6-Jan-04 18:27 
GeneralRe: String Width Pin
Luther Baker7-Jan-04 11:39
Luther Baker7-Jan-04 11:39 
GeneralComboBox Pin
Luther Baker4-Jan-04 9:46
Luther Baker4-Jan-04 9:46 
GeneralRe: ComboBox Pin
Nick Parker4-Jan-04 10:06
protectorNick Parker4-Jan-04 10:06 
GeneralRe: ComboBox Pin
Charlie Williams4-Jan-04 10:07
Charlie Williams4-Jan-04 10:07 
GeneralRe: ComboBox Pin
Luther Baker4-Jan-04 10:39
Luther Baker4-Jan-04 10:39 
GeneralCustom Control Pin
Luther Baker4-Jan-04 8:59
Luther Baker4-Jan-04 8:59 
GeneralRe: Custom Control Pin
Heath Stewart4-Jan-04 18:15
protectorHeath Stewart4-Jan-04 18:15 
GeneralRe: Custom Control Pin
Luther Baker6-Jan-04 18:21
Luther Baker6-Jan-04 18:21 
Thanks Heath.

Ddynamically placing the context menu might be just fine.

If I wanted more control over the look of the popup window, I may try the WS_POPUP window approach as well.

But, are you implying that I may have to use some native calls. I've written simple windows programs before - but I'm not exactly sure if thats what you mean.

Would I be on the right track to do this natively by - creating a WS_POPUP window and writing a wndproc to catch mouseover, mouse out and click events? I've seen several posts that link to native DLLs and use SendMessage, etc, so I think I could work this out.

But, I just want to be sure that I'm not missing something ... like, creating a panel in C# and somehow makeing it visible and invisible lower than the button I am using to trigger it. I've tried this - and at first attempt, the panel always shows up UNDERNEATH the controls lower in the client area.

I'm betting I can get that final idea could work if I could somehow make change the panel's z order to higher than the controls lower in the client area. The hypothetical problem I can think of is that the controls lower in the client area don't attach to the same parent, and so, maybe this is recursive so I need to trace back until the parents attach to the same form or root panel, and makes sure the popup menu parent is at a higher z index ...

If you have more time, your suggestions are greatly appreciated. For now, I'm off.

Thanks,

-Luther

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.