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

C#

 
GeneralRe: webbrowser control - visual styles Pin
einar jonsson21-Jun-04 14:40
einar jonsson21-Jun-04 14:40 
QuestionC# Load a form into a Panel? Pin
Ronni Marker21-Jun-04 2:26
Ronni Marker21-Jun-04 2:26 
AnswerRe: C# Load a form into a Panel? Pin
Heath Stewart21-Jun-04 2:33
protectorHeath Stewart21-Jun-04 2:33 
GeneralCompletely OT request Pin
Jeremy Kimball21-Jun-04 2:39
Jeremy Kimball21-Jun-04 2:39 
GeneralRe: Completely OT request Pin
Heath Stewart21-Jun-04 2:42
protectorHeath Stewart21-Jun-04 2:42 
GeneralRe: Completely OT request Pin
Jeremy Kimball21-Jun-04 2:47
Jeremy Kimball21-Jun-04 2:47 
GeneralRe: C# Load a form into a Panel? Pin
Ronni Marker21-Jun-04 3:17
Ronni Marker21-Jun-04 3:17 
GeneralRe: C# Load a form into a Panel? Pin
Heath Stewart21-Jun-04 3:27
protectorHeath Stewart21-Jun-04 3:27 
Not easily, no. For that you really have to understand the Windows messaging system, styles, P/Invoke in .NET to use all that, and dialog resources in Win32.

I would suggest re-designing your controls. You could, for example, use a UserControl or some other Control derivative and just dock it (using DockStyle.Fill). If the UI and implementation is already in a form, then abstract them to a UserCotrol (or something) and use that in both forms.

 

Microsoft MVP, Visual C#
My Articles
GeneralSimple Question: Get Time from terminal Pin
Stuggo21-Jun-04 1:17
Stuggo21-Jun-04 1:17 
GeneralRe: Simple Question: Get Time from terminal Pin
Colin Angus Mackay21-Jun-04 1:19
Colin Angus Mackay21-Jun-04 1:19 
GeneralCasting DataSet problem Pin
marspd21-Jun-04 1:00
marspd21-Jun-04 1:00 
GeneralRe: Casting DataSet problem Pin
Heath Stewart21-Jun-04 2:26
protectorHeath Stewart21-Jun-04 2:26 
GeneralCommunication with a Unix box Pin
eif21-Jun-04 0:23
eif21-Jun-04 0:23 
GeneralRe: Communication with a Unix box Pin
Heath Stewart21-Jun-04 3:35
protectorHeath Stewart21-Jun-04 3:35 
Generalread only DataGridColumn Pin
vcorn21-Jun-04 0:12
vcorn21-Jun-04 0:12 
GeneralRe: read only DataGridColumn Pin
vcorn21-Jun-04 0:17
vcorn21-Jun-04 0:17 
GeneralBind arraylist to Datagrid Pin
uyenchi21-Jun-04 0:09
uyenchi21-Jun-04 0:09 
GeneralRe: Bind arraylist to Datagrid Pin
Heath Stewart21-Jun-04 3:43
protectorHeath Stewart21-Jun-04 3:43 
QuestionHow to lock Clipboard? Pin
sachinkalse20-Jun-04 23:10
sachinkalse20-Jun-04 23:10 
AnswerRe: How to lock Clipboard? Pin
Heath Stewart21-Jun-04 3:23
protectorHeath Stewart21-Jun-04 3:23 
GeneralRe: How to lock Clipboard? Pin
sachinkalse22-Jun-04 15:26
sachinkalse22-Jun-04 15:26 
GeneralRe: How to lock Clipboard? Pin
Heath Stewart22-Jun-04 15:37
protectorHeath Stewart22-Jun-04 15:37 
GeneralEnum's in different assemblies Pin
Simon_uk20-Jun-04 22:31
Simon_uk20-Jun-04 22:31 
GeneralRe: Enum's in different assemblies Pin
Colin Angus Mackay21-Jun-04 0:12
Colin Angus Mackay21-Jun-04 0:12 
GeneralRe: Enum's in different assemblies Pin
Simon_uk21-Jun-04 0:44
Simon_uk21-Jun-04 0:44 

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.