Click here to Skip to main content
15,908,581 members
Home / Discussions / C#
   

C#

 
QuestionHaving trouble closing crystal reports connection Pin
kornstyle26-Sep-05 10:12
kornstyle26-Sep-05 10:12 
AnswerRe: Having trouble closing crystal reports connection Pin
Heath Stewart26-Sep-05 11:21
protectorHeath Stewart26-Sep-05 11:21 
GeneralRe: Having trouble closing crystal reports connection Pin
kornstyle27-Sep-05 2:37
kornstyle27-Sep-05 2:37 
GeneralRe: Having trouble closing crystal reports connection Pin
Heath Stewart27-Sep-05 6:07
protectorHeath Stewart27-Sep-05 6:07 
QuestionSearching Database for Password in C# Pin
jeff1926-Sep-05 9:20
jeff1926-Sep-05 9:20 
AnswerRe: Searching Database for Password in C# Pin
Dave Kreskowiak26-Sep-05 9:23
mveDave Kreskowiak26-Sep-05 9:23 
AnswerRe: Searching Database for Password in C# Pin
Jon Sagara26-Sep-05 10:33
Jon Sagara26-Sep-05 10:33 
QuestionHow to show "please wait" during a long time process? Pin
Julianne_juju26-Sep-05 9:15
Julianne_juju26-Sep-05 9:15 
AnswerRe: How to show "please wait" during a long time process? Pin
Dave Kreskowiak26-Sep-05 9:21
mveDave Kreskowiak26-Sep-05 9:21 
GeneralRe: How to show "please wait" during a long time process? Pin
Julianne_juju26-Sep-05 9:46
Julianne_juju26-Sep-05 9:46 
AnswerRe: How to show "please wait" during a long time process? Pin
26-Sep-05 11:58
suss26-Sep-05 11:58 
GeneralRe: How to show Pin
Heinz_26-Sep-05 12:03
Heinz_26-Sep-05 12:03 
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 

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.