Click here to Skip to main content
16,006,440 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: ASP.NET examples Pin
mstephens25-Sep-02 23:29
mstephens25-Sep-02 23:29 
GeneralRe: ASP.NET examples Pin
Shaun Wilde26-Sep-02 4:26
Shaun Wilde26-Sep-02 4:26 
GeneralWriting (not using) Asynchronous Methods Pin
Heath Stewart24-Sep-02 14:17
protectorHeath Stewart24-Sep-02 14:17 
GeneralRe: Writing (not using) Asynchronous Methods Pin
Heath Stewart24-Sep-02 17:22
protectorHeath Stewart24-Sep-02 17:22 
GeneralRe: Writing (not using) Asynchronous Methods Pin
leppie24-Sep-02 20:50
leppie24-Sep-02 20:50 
GeneralAutomating Word application in C# Pin
Noam Ben Haim24-Sep-02 4:30
Noam Ben Haim24-Sep-02 4:30 
GeneralRe: Automating Word application in C# Pin
Paul Riley24-Sep-02 5:06
Paul Riley24-Sep-02 5:06 
GeneralRe: Automating Word application in C# Pin
Stephane Rodriguez.24-Sep-02 5:15
Stephane Rodriguez.24-Sep-02 5:15 
string s = @"c:\mydoc.doc";
object so = (object) s;
object o = null; 
Word.Document doc = word.Documents.Open(ref so,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o);


(the ref stuff is because the tlbimporter is stupid, and prefers to assume nothing, even when the type-library brings everything top-to-bottom and left-to-right).

Have fun!! Cool | :cool:



MS quote (http://www.microsoft.com/ddk) : As of September 30, 2002, the Microsoft® Windows® 2000 DDK, the Microsoft Windows 98 DDK, and the Microsoft Windows NT® 4.0 DDK will no longer be available for purchase or download on this site.
GeneralRe: Automating Word application in C# Pin
Chad Smith26-Sep-02 8:01
professionalChad Smith26-Sep-02 8:01 
General.NET method corresponding to WNetAddConnection Pin
EnkelIk24-Sep-02 0:03
EnkelIk24-Sep-02 0:03 
GeneralAppDomains and CodeDOM Pin
mstephens23-Sep-02 12:09
mstephens23-Sep-02 12:09 
General.NET ComboBox Item Tags (SetItemData equivalent) Pin
Gaul23-Sep-02 7:34
Gaul23-Sep-02 7:34 
GeneralRe: .NET ComboBox Item Tags (SetItemData equivalent) Pin
David Stone23-Sep-02 12:51
sitebuilderDavid Stone23-Sep-02 12:51 
GeneralEiffel .NET for Visual Studio .NET Plug-in Pin
Kevin McFarlane20-Sep-02 1:51
Kevin McFarlane20-Sep-02 1:51 
QuestionAuto-updater? Pin
floydboy5817-Sep-02 16:46
floydboy5817-Sep-02 16:46 
AnswerRe: Auto-updater? Pin
Heath Stewart19-Sep-02 11:40
protectorHeath Stewart19-Sep-02 11:40 
AnswerRe: Auto-updater? Pin
SimonS19-Sep-02 11:50
SimonS19-Sep-02 11:50 
AnswerRe: Auto-updater? Pin
Richard Deeming20-Sep-02 7:35
mveRichard Deeming20-Sep-02 7:35 
Questionwho to creat service? Pin
imran_rafique17-Sep-02 15:08
imran_rafique17-Sep-02 15:08 
AnswerRe: who to creat service? Pin
Nish Nishant17-Sep-02 15:39
sitebuilderNish Nishant17-Sep-02 15:39 
GeneralRe: who to creat service? Pin
imran_rafique17-Sep-02 16:04
imran_rafique17-Sep-02 16:04 
GeneralRe: who to creat service? Pin
Nish Nishant17-Sep-02 22:18
sitebuilderNish Nishant17-Sep-02 22:18 
Questionany difference? Pin
imran_rafique17-Sep-02 14:58
imran_rafique17-Sep-02 14:58 
AnswerRe: any difference? Pin
Nish Nishant17-Sep-02 15:40
sitebuilderNish Nishant17-Sep-02 15:40 
GeneralRe: any difference? Pin
imran_rafique17-Sep-02 16:10
imran_rafique17-Sep-02 16:10 

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.