Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to show Pin
Dave Kreskowiak26-Sep-05 12:11
mveDave Kreskowiak26-Sep-05 12:11 
GeneralRe: How to show Pin
26-Sep-05 12:22
suss26-Sep-05 12:22 
QuestionC# newbee Pin
Ann6626-Sep-05 8:15
sussAnn6626-Sep-05 8:15 
AnswerRe: C# newbee Pin
Mohamad Al Husseiny26-Sep-05 8:25
Mohamad Al Husseiny26-Sep-05 8:25 
GeneralRe: C# newbee Pin
Ann6626-Sep-05 8:31
sussAnn6626-Sep-05 8:31 
GeneralRe: C# newbee Pin
Mohamad Al Husseiny26-Sep-05 8:35
Mohamad Al Husseiny26-Sep-05 8:35 
GeneralRe: C# newbee Pin
Ann6626-Sep-05 9:48
sussAnn6626-Sep-05 9:48 
GeneralRe: C# newbee Pin
Dan Neely26-Sep-05 10:10
Dan Neely26-Sep-05 10:10 
There's no good way to do that. You can't put webcontrols directly on a winform app.

You *could* write you main form with an embedded IE controller, implement your app as a webpage, and have the installer create a local webserver that your app starts to do display the pages. In addition to being extremely nonelegant, most users don't have a licence for IIS to run an asp.net webpage. You might be able to do it by building the webpart with mono and installing apache as your local webserver, but since I've never used mono I'm not sure what if any limitations you'd be facing.

Your other option would be to write your own set of custom controls that look like web components. This would be a massive udnertaking, and as a selfdeclared newbie, you're nowhere near capable of doing so.
AnswerRe: C# newbee Pin
Dave Kreskowiak26-Sep-05 9:18
mveDave Kreskowiak26-Sep-05 9:18 
AnswerRe: C# newbee Pin
Ann6626-Sep-05 10:15
sussAnn6626-Sep-05 10:15 
AnswerRe: C# newbee Pin
Heath Stewart26-Sep-05 11:44
protectorHeath Stewart26-Sep-05 11:44 
AnswerRe: C# newbee Pin
Heinz_26-Sep-05 12:19
Heinz_26-Sep-05 12:19 
QuestionAdding columns to CrystalReport Pin
zaboboa26-Sep-05 6:13
zaboboa26-Sep-05 6:13 
QuestionReprtDocument Exception need HELP Pin
zaboboa26-Sep-05 5:03
zaboboa26-Sep-05 5:03 
QuestionDataGrid + vertical Scrollbar Pin
totig26-Sep-05 2:51
totig26-Sep-05 2:51 
AnswerRe: DataGrid + vertical Scrollbar Pin
Wjousts26-Sep-05 2:59
Wjousts26-Sep-05 2:59 
GeneralRe: DataGrid + vertical Scrollbar Pin
totig26-Sep-05 3:36
totig26-Sep-05 3:36 
GeneralRe: DataGrid + vertical Scrollbar Pin
Wjousts26-Sep-05 9:13
Wjousts26-Sep-05 9:13 
QuestionTreeview issues Pin
PHDENG8126-Sep-05 2:45
PHDENG8126-Sep-05 2:45 
AnswerRe: Treeview issues Pin
munawarhussain26-Sep-05 6:17
munawarhussain26-Sep-05 6:17 
GeneralRe: Treeview issues Pin
PHDENG8126-Sep-05 6:42
PHDENG8126-Sep-05 6:42 
GeneralRe: Treeview issues Pin
Wjousts26-Sep-05 8:07
Wjousts26-Sep-05 8:07 
GeneralRe: Treeview issues Pin
PHDENG8126-Sep-05 8:46
PHDENG8126-Sep-05 8:46 
QuestionDebugging irregularaity Pin
bharath_k26-Sep-05 2:39
bharath_k26-Sep-05 2:39 
AnswerRe: Debugging irregularaity Pin
Ami Bar26-Sep-05 9:37
Ami Bar26-Sep-05 9:37 

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.