Click here to Skip to main content
15,893,722 members
Home / Discussions / C#
   

C#

 
QuestionWebBrowser control without Form hosting Pin
csmanul16-Nov-09 15:26
csmanul16-Nov-09 15:26 
AnswerRe: WebBrowser control without Form hosting Pin
Luc Pattyn16-Nov-09 15:37
sitebuilderLuc Pattyn16-Nov-09 15:37 
GeneralRe: WebBrowser control without Form hosting Pin
csmanul17-Nov-09 1:28
csmanul17-Nov-09 1:28 
GeneralRe: WebBrowser control without Form hosting Pin
Luc Pattyn17-Nov-09 2:06
sitebuilderLuc Pattyn17-Nov-09 2:06 
AnswerRe: WebBrowser control without Form hosting Pin
Shameel16-Nov-09 22:54
professionalShameel16-Nov-09 22:54 
GeneralRe: WebBrowser control without Form hosting Pin
csmanul17-Nov-09 1:21
csmanul17-Nov-09 1:21 
GeneralRe: WebBrowser control without Form hosting Pin
Shameel17-Nov-09 3:19
professionalShameel17-Nov-09 3:19 
GeneralRe: WebBrowser control without Form hosting Pin
Shameel17-Nov-09 3:26
professionalShameel17-Nov-09 3:26 
You also need to realize that a Form is nothing but a class (System.Windows.Forms.Form). When you put your control on a Form, the VS designer writes so much boilerplate code for you. When you don't use a form to host your controls, you need to write that code yourself.

The easiest way to learn is to put your control on a form, set its properties, create event handlers and investigate the code it creates for you. Specifically look at the designer generated code in the Form1.designer.cs (or so) file.
QuestionGetting a console server to do more then connect Pin
bigjoe11a16-Nov-09 15:22
bigjoe11a16-Nov-09 15:22 
AnswerRe: Getting a console server to do more then connect Pin
ScottM116-Nov-09 19:03
ScottM116-Nov-09 19:03 
GeneralRe: Getting a console server to do more then connect Pin
bigjoe11a16-Nov-09 19:27
bigjoe11a16-Nov-09 19:27 
GeneralRe: Getting a console server to do more then connect Pin
ScottM117-Nov-09 21:54
ScottM117-Nov-09 21:54 
GeneralRe: Getting a console server to do more then connect Pin
bigjoe11a18-Nov-09 3:18
bigjoe11a18-Nov-09 3:18 
GeneralRe: Getting a console server to do more then connect Pin
ScottM118-Nov-09 3:22
ScottM118-Nov-09 3:22 
GeneralRe: Getting a console server to do more then connect Pin
bigjoe11a18-Nov-09 3:45
bigjoe11a18-Nov-09 3:45 
QuestionGet current cursor lower left position so that tooltip could be displayed properly Pin
LiYS16-Nov-09 14:41
LiYS16-Nov-09 14:41 
AnswerRe: Get current cursor lower left position so that tooltip could be displayed properly Pin
Christian Graus16-Nov-09 15:01
protectorChristian Graus16-Nov-09 15:01 
AnswerRe: Get current cursor lower left position so that tooltip could be displayed properly Pin
Luc Pattyn16-Nov-09 15:17
sitebuilderLuc Pattyn16-Nov-09 15:17 
AnswerRe: Get current cursor lower left position so that tooltip could be displayed properly Pin
LiYS16-Nov-09 18:28
LiYS16-Nov-09 18:28 
Questionstring in textbox with filter Pin
Aljaz11116-Nov-09 13:58
Aljaz11116-Nov-09 13:58 
AnswerRe: string in textbox with filter Pin
Christian Graus16-Nov-09 14:00
protectorChristian Graus16-Nov-09 14:00 
GeneralRe: string in textbox with filter Pin
Aljaz11116-Nov-09 15:16
Aljaz11116-Nov-09 15:16 
Questionget all users in a group from AD Pin
caiena16-Nov-09 10:44
caiena16-Nov-09 10:44 
AnswerRe: get all users in a group from AD Pin
RCoate16-Nov-09 11:40
RCoate16-Nov-09 11:40 
QuestionProxy class from WSDL considering known types. Pin
Member 232448316-Nov-09 9:20
Member 232448316-Nov-09 9:20 

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.