Click here to Skip to main content
15,927,213 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGrid & DataView Speed Pin
Heath Stewart5-Dec-03 4:35
protectorHeath Stewart5-Dec-03 4:35 
QuestionSynchronizing Events - FileSystemWatcher: HowTo? Pin
wellenho5-Dec-03 0:09
wellenho5-Dec-03 0:09 
AnswerRe: Synchronizing Events - FileSystemWatcher: HowTo? Pin
Heath Stewart5-Dec-03 3:43
protectorHeath Stewart5-Dec-03 3:43 
GeneralRe: Synchronizing Events - FileSystemWatcher: HowTo? Pin
wellenho5-Dec-03 4:27
wellenho5-Dec-03 4:27 
GeneralRe: Synchronizing Events - FileSystemWatcher: HowTo? Pin
Heath Stewart5-Dec-03 4:40
protectorHeath Stewart5-Dec-03 4:40 
GeneralRe: Synchronizing Events - FileSystemWatcher: HowTo? Pin
wellenho8-Dec-03 3:22
wellenho8-Dec-03 3:22 
Generalmake a control be not confined within its parent windows Pin
honasho4-Dec-03 18:46
honasho4-Dec-03 18:46 
GeneralRe: make a control be not confined within its parent windows Pin
Heath Stewart4-Dec-03 19:06
protectorHeath Stewart4-Dec-03 19:06 
You can actually use the auto-complete services that Windows provides. Take a look at this article: http://www.codeproject.com/csharp/csdoesshell4.asp[^].

And, no, controls can't paint outside their containers. In the case of the auto-complete window, it is an actual popup window so it doesn't have a container to which it's confined. A popup window is positioned and displayed appropriately and communicates with the control with which it's associated. You could also see the Platform SDK documentation for the IAutoComplete interface for more information as well.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: make a control be not confined within its parent windows Pin
honasho4-Dec-03 19:15
honasho4-Dec-03 19:15 
GeneralQuestion about inheriting from TreeNode Pin
DoofToo4-Dec-03 13:10
DoofToo4-Dec-03 13:10 
GeneralRe: Question about inheriting from TreeNode Pin
Heath Stewart4-Dec-03 14:39
protectorHeath Stewart4-Dec-03 14:39 
GeneralRe: Question about inheriting from TreeNode Pin
DoofToo4-Dec-03 15:11
DoofToo4-Dec-03 15:11 
GeneralRe: Question about inheriting from TreeNode Pin
J. Dunlap4-Dec-03 15:56
J. Dunlap4-Dec-03 15:56 
GeneralRe: Question about inheriting from TreeNode Pin
DoofToo4-Dec-03 16:26
DoofToo4-Dec-03 16:26 
GeneralRe: Question about inheriting from TreeNode Pin
Heath Stewart4-Dec-03 18:46
protectorHeath Stewart4-Dec-03 18:46 
GeneralRe: Question about inheriting from TreeNode Pin
DoofToo8-Dec-03 6:27
DoofToo8-Dec-03 6:27 
GeneralRe: Question about inheriting from TreeNode Pin
Heath Stewart8-Dec-03 6:34
protectorHeath Stewart8-Dec-03 6:34 
GeneralRe: Question about inheriting from TreeNode Pin
DoofToo8-Dec-03 10:31
DoofToo8-Dec-03 10:31 
GeneralTextBox Alignment Pin
Shaun Becker4-Dec-03 13:00
Shaun Becker4-Dec-03 13:00 
GeneralRe: TextBox Alignment Pin
Heath Stewart4-Dec-03 14:30
protectorHeath Stewart4-Dec-03 14:30 
GeneralRe: TextBox Alignment Pin
Shaun Becker5-Dec-03 1:46
Shaun Becker5-Dec-03 1:46 
QuestionAnyway to tell the IDE Designer not to manage a control? Pin
DoofToo4-Dec-03 12:51
DoofToo4-Dec-03 12:51 
AnswerRe: Anyway to tell the IDE Designer not to manage a control? Pin
Heath Stewart4-Dec-03 13:57
protectorHeath Stewart4-Dec-03 13:57 
GeneralWeb Setup Project, setup.exe check current installed version before downloading... Pin
Chris Richner4-Dec-03 12:44
Chris Richner4-Dec-03 12:44 
GeneralRe: Web Setup Project, setup.exe check current installed version before downloading... Pin
Heath Stewart4-Dec-03 13:53
protectorHeath Stewart4-Dec-03 13:53 

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.