Click here to Skip to main content
15,917,709 members
Home / Discussions / C#
   

C#

 
AnswerRe: adminstrator Pin
Dave Kreskowiak12-Oct-05 3:50
mveDave Kreskowiak12-Oct-05 3:50 
QuestionWTF is my task list? Pin
theStorminMormon11-Oct-05 16:18
theStorminMormon11-Oct-05 16:18 
AnswerRe: WTF is my task list? Pin
leppie11-Oct-05 16:21
leppie11-Oct-05 16:21 
GeneralRe: WTF is my task list? Pin
theStorminMormon11-Oct-05 16:43
theStorminMormon11-Oct-05 16:43 
AnswerRe: WTF is my task list? Pin
tatchung11-Oct-05 16:40
tatchung11-Oct-05 16:40 
AnswerRe: WTF is my task list? Pin
Andy Brummer12-Oct-05 12:10
sitebuilderAndy Brummer12-Oct-05 12:10 
QuestionHow to custom funcation in Excel2003 with C# Pin
dreamwinter11-Oct-05 15:38
dreamwinter11-Oct-05 15:38 
AnswerRe: How to custom funcation in Excel2003 with C# Pin
David Stone12-Oct-05 7:03
sitebuilderDavid Stone12-Oct-05 7:03 
You would have to go one of three routes.

1) Write Excel macros in VBA, using ADO to get the data out of the database and then populate the spreadsheet with the values you get back.

2) Use Visual Studio Tools for Office to write your "macro" code in C# and use ADO.NET to get your data out of the DB. This assumes that you can afford VSTO or that you have an MSDN subscription.

3) Use the Office Primary Interop Assemblies to make calls out to Excel. This is a lot more cumbersome than using VSTO, but it's free (assuming you have Office installed).


Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..."
-Jörgen Sigvardsson

QuestionDataBound TreeView + DataBinding + DataGrid Pin
Bahadir Cambel11-Oct-05 13:51
Bahadir Cambel11-Oct-05 13:51 
AnswerRe: DataBound TreeView + DataBinding + DataGrid Pin
Bahadir Cambel14-Oct-05 0:10
Bahadir Cambel14-Oct-05 0:10 
QuestionRTSP client/server Pin
waleed_marji11-Oct-05 11:29
waleed_marji11-Oct-05 11:29 
QuestionKeeping External App from closing or being minimized Pin
DeepToot11-Oct-05 11:22
DeepToot11-Oct-05 11:22 
AnswerRe: Keeping External App from closing or being minimized Pin
Dave Kreskowiak12-Oct-05 4:10
mveDave Kreskowiak12-Oct-05 4:10 
GeneralRe: Keeping External App from closing or being minimized Pin
DeepToot12-Oct-05 9:52
DeepToot12-Oct-05 9:52 
Questionplay an avi from a stream Pin
Sasuko11-Oct-05 11:11
Sasuko11-Oct-05 11:11 
AnswerRe: play an avi from a stream Pin
Dave Kreskowiak12-Oct-05 3:55
mveDave Kreskowiak12-Oct-05 3:55 
QuestionConsidering move from MFC/C++ to Winforms/C# ??? looking for advice Pin
Warren Stevens11-Oct-05 10:51
Warren Stevens11-Oct-05 10:51 
AnswerRe: Considering move from MFC/C++ to Winforms/C# ??? looking for advice Pin
Christian Graus11-Oct-05 11:12
protectorChristian Graus11-Oct-05 11:12 
AnswerRe: Considering move from MFC/C++ to Winforms/C# ??? looking for advice Pin
Michael P Butler11-Oct-05 20:05
Michael P Butler11-Oct-05 20:05 
AnswerRe: Considering move from MFC/C++ to Winforms/C# ??? looking for advice Pin
Damir Valiulin9-Apr-06 8:07
Damir Valiulin9-Apr-06 8:07 
GeneralRe: Considering move from MFC/C++ to Winforms/C# ??? looking for advice Pin
Warren Stevens10-Apr-06 7:37
Warren Stevens10-Apr-06 7:37 
GeneralXbox 360 Development with the .NET Framework Petition Pin
jamesthurley11-Oct-05 10:40
jamesthurley11-Oct-05 10:40 
GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
Wjousts11-Oct-05 10:49
Wjousts11-Oct-05 10:49 
GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
XRaheemX11-Oct-05 11:05
XRaheemX11-Oct-05 11:05 
GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
Tom Larsen11-Oct-05 11:09
Tom Larsen11-Oct-05 11:09 

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.