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

C#

 
GeneralRe: Context Menu - Display Member, Value member Pin
Heath Stewart8-Mar-04 10:31
protectorHeath Stewart8-Mar-04 10:31 
GeneralRe: Context Menu - Display Member, Value member Pin
Ruchi Gupta8-Mar-04 10:36
Ruchi Gupta8-Mar-04 10:36 
GeneralRe: Context Menu - Display Member, Value member Pin
Heath Stewart8-Mar-04 10:39
protectorHeath Stewart8-Mar-04 10:39 
GeneralRe: Context Menu - Display Member, Value member Pin
Ruchi Gupta8-Mar-04 10:43
Ruchi Gupta8-Mar-04 10:43 
GeneralIE Snapshot ...Is this possible with C# Pin
AWebDude8-Mar-04 8:05
AWebDude8-Mar-04 8:05 
GeneralRe: IE Snapshot ...Is this possible with C# Pin
Heath Stewart8-Mar-04 10:17
protectorHeath Stewart8-Mar-04 10:17 
GeneralRe: IE Snapshot ...Is this possible with C# Pin
Russell Morris8-Mar-04 10:18
Russell Morris8-Mar-04 10:18 
GeneralRe: IE Snapshot ...Is this possible with C# Pin
Heath Stewart8-Mar-04 10:44
protectorHeath Stewart8-Mar-04 10:44 
GeneralRe: IE Snapshot ...Is this possible with C# Pin
Russell Morris8-Mar-04 10:56
Russell Morris8-Mar-04 10:56 
GeneralRe: IE Snapshot ...Is this possible with C# Pin
Heath Stewart8-Mar-04 11:00
protectorHeath Stewart8-Mar-04 11:00 
Questionhow do you use string from WWW-Authenticate header? Pin
godzooky8-Mar-04 7:42
godzooky8-Mar-04 7:42 
AnswerRe: how do you use string from WWW-Authenticate header? Pin
Heath Stewart8-Mar-04 8:44
protectorHeath Stewart8-Mar-04 8:44 
GeneralI want Enter key to act like Tab key on a DataGrid Pin
mud778-Mar-04 7:26
mud778-Mar-04 7:26 
GeneralRe: I want Enter key to act like Tab key on a DataGrid Pin
Heath Stewart8-Mar-04 8:49
protectorHeath Stewart8-Mar-04 8:49 
GeneralRe: I want Enter key to act like Tab key on a DataGrid Pin
mud778-Mar-04 10:02
mud778-Mar-04 10:02 
GeneralRe: I want Enter key to act like Tab key on a DataGrid Pin
Heath Stewart8-Mar-04 10:27
protectorHeath Stewart8-Mar-04 10:27 
GeneralThanks Heath I will try that Pin
mud778-Mar-04 11:56
mud778-Mar-04 11:56 
Generalmoving mdi child forms Pin
HappyPaws8-Mar-04 4:00
HappyPaws8-Mar-04 4:00 
GeneralRe: moving mdi child forms Pin
Heath Stewart8-Mar-04 4:45
protectorHeath Stewart8-Mar-04 4:45 
GeneralRe: moving mdi child forms Pin
LongRange.Shooter9-Mar-04 10:26
LongRange.Shooter9-Mar-04 10:26 
Generalmusic files Pin
jphuphilly8-Mar-04 2:57
jphuphilly8-Mar-04 2:57 
GeneralRe: music files Pin
Peter Greenall8-Mar-04 12:07
Peter Greenall8-Mar-04 12:07 
QuestionOutlook and word reference?? Pin
Reinier van de Wetering7-Mar-04 23:37
Reinier van de Wetering7-Mar-04 23:37 
AnswerRe: Outlook and word reference?? Pin
fnm8-Mar-04 3:18
fnm8-Mar-04 3:18 
AnswerRe: Outlook and word reference?? Pin
Heath Stewart8-Mar-04 4:39
protectorHeath Stewart8-Mar-04 4:39 
You should install the Visual Studio Tools for the Microsoft Office System, which comes with O2K3 Pro I believe. You can download the Office XP PIAs (primary interop assemblies) which you should use as opposed to making your own. These are verified assemblies that are associated with the COM components and typelibs typically produced by the company that wrote the application that you're interop'ing.

The Office XP PIAs can be downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyId=C41BD61E-3060-4F71-A6B4-01FEBA508E52&displaylang=en[^] and should work in a pinch (since properly-written COM is mostly backward compatible). The Office 2K3 PIAs cannot be downloaded (except through MSDN Subscriptions), but should be on the O2K3 Pro CD.

 

Microsoft MVP, Visual C#
My Articles

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.