Click here to Skip to main content
16,006,348 members
Home / Discussions / C#
   

C#

 
GeneralRe: Your chance to provide input for a book! Pin
MtnBiknGuy5-Dec-03 12:24
MtnBiknGuy5-Dec-03 12:24 
GeneralAdding a row to SQL table using C# Pin
Larry Antram2-Dec-03 14:25
Larry Antram2-Dec-03 14:25 
GeneralRe: Adding a row to SQL table using C# Pin
Heath Stewart2-Dec-03 16:43
protectorHeath Stewart2-Dec-03 16:43 
GeneralRe: Adding a row to SQL table using C# Pin
Larry Antram2-Dec-03 16:59
Larry Antram2-Dec-03 16:59 
GeneralAny idea on this problem Pin
Alex Korchemniy2-Dec-03 13:18
Alex Korchemniy2-Dec-03 13:18 
GeneralRe: Any idea on this problem Pin
Heath Stewart2-Dec-03 16:57
protectorHeath Stewart2-Dec-03 16:57 
GeneralControl clipping Pin
Gary Kirkham2-Dec-03 10:38
Gary Kirkham2-Dec-03 10:38 
GeneralRe: Control clipping Pin
Alex Korchemniy2-Dec-03 11:04
Alex Korchemniy2-Dec-03 11:04 
You have to place your control in a toplevel window - since you want to have this go beyond the form.

First thing you will need to do is make a class "TopLevelWindow" derive it from "Form". You have to set the appropriate styles you want, so that it doesn't show in taskbar and doesn't have any borders. You then use the windows api SetWindowPos(...) to position the window. From there its fairly easy. You just have to include what ever you need in the popup window. Create a popup manager class that takes a control and puts it into the toplevelwindow.
GeneralAdding class values Pin
MrEyes2-Dec-03 7:32
MrEyes2-Dec-03 7:32 
GeneralRe: Adding class values Pin
ankita patel2-Dec-03 8:20
ankita patel2-Dec-03 8:20 
GeneralProblems calling a COM+ component Pin
Ivan Fernandez2-Dec-03 7:07
Ivan Fernandez2-Dec-03 7:07 
GeneralRe: Problems calling a COM+ component Pin
Bruce Duncan2-Dec-03 8:08
Bruce Duncan2-Dec-03 8:08 
GeneralRe: Problems calling a COM+ component Pin
Ivan Fernandez2-Dec-03 8:16
Ivan Fernandez2-Dec-03 8:16 
GeneralRe: Problems calling a COM+ component Pin
Heath Stewart2-Dec-03 8:56
protectorHeath Stewart2-Dec-03 8:56 
Generalvideo conference Pin
notaclue2-Dec-03 4:58
notaclue2-Dec-03 4:58 
GeneralMoving a file from one server to another Pin
chubbysilk2-Dec-03 4:12
chubbysilk2-Dec-03 4:12 
GeneralRe: Moving a file from one server to another Pin
Heath Stewart2-Dec-03 4:32
protectorHeath Stewart2-Dec-03 4:32 
GeneralGDI - Creating Images Pin
MrEyes2-Dec-03 3:31
MrEyes2-Dec-03 3:31 
GeneralRe: GDI - Creating Images Pin
Heath Stewart2-Dec-03 4:05
protectorHeath Stewart2-Dec-03 4:05 
GeneralRe: GDI - Creating Images Pin
MrEyes2-Dec-03 7:25
MrEyes2-Dec-03 7:25 
Generalneed source code Pin
Member 5581242-Dec-03 3:09
Member 5581242-Dec-03 3:09 
GeneralRe: need source code Pin
Christian Graus2-Dec-03 10:37
protectorChristian Graus2-Dec-03 10:37 
QuestionSaving nodes in a TreeView to an XML file? Pin
thomasa2-Dec-03 2:53
thomasa2-Dec-03 2:53 
AnswerRe: Saving nodes in a TreeView to an XML file? Pin
Heath Stewart2-Dec-03 4:00
protectorHeath Stewart2-Dec-03 4:00 
GeneralXML Comments Pin
Colin Angus Mackay2-Dec-03 0:39
Colin Angus Mackay2-Dec-03 0:39 

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.