Click here to Skip to main content
16,006,355 members
Home / Discussions / C#
   

C#

 
GeneralRe: Collections - what is the assignment? Pin
Don Miguel13-Mar-03 3:16
Don Miguel13-Mar-03 3:16 
Questionhow to add reference to Project Pin
henrykao11-Mar-03 18:34
henrykao11-Mar-03 18:34 
AnswerRe: how to add reference to Project Pin
Paul Riley12-Mar-03 7:14
Paul Riley12-Mar-03 7:14 
GeneralRe: how to add reference to Project Pin
henrykao12-Mar-03 15:00
henrykao12-Mar-03 15:00 
Generalwhy can not find particular reference in the project/Add reference Pin
henrykao11-Mar-03 18:08
henrykao11-Mar-03 18:08 
GeneralRe: why can not find particular reference in the project/Add reference Pin
Craig Collier12-Mar-03 12:13
Craig Collier12-Mar-03 12:13 
GeneralRe: why can not find particular reference in the project/Add reference Pin
henrykao12-Mar-03 15:07
henrykao12-Mar-03 15:07 
GeneralRe: why can not find particular reference in the project/Add reference Pin
Danny Blanchard12-Mar-03 19:23
Danny Blanchard12-Mar-03 19:23 
henrykao wrote:
yes. I did search on the COM tab

If you want your project to be able to access "Managed DirectX", then you'll have to search for Microsoft.DirectX.< DirectX Component > under the .NET tab.

henrykao wrote:
only have directX for VB, not DirectX for c#.

Those libraries under the COM tab are for Visual Basic 6, but you can use them with VB.NET or C# ( both VB.NET and C# both would require an Interop dll which would be created by visual studio once you add the reference )

henrykao wrote:
the label of downloaded component is C#,but why the code and API of that is c++?

Unfortunatly, 95% of the documentation you download from Microsoft for DirectX will be in c++, but if you search hard enough you will find some VB documentation inside the C++ help files (especially for DirectShow). On the plus side, the directx objects for C++ and VB are similar and work basically the same way. The C# code is in the SDK directory in the samples folder.

Hope that's of some help to you.

Daniel E. Blanchard
GeneralI have a question about MDI window Pin
JiangHaiLong11-Mar-03 17:48
JiangHaiLong11-Mar-03 17:48 
GeneralRe: I have a question about MDI window Pin
LongRange.Shooter13-Mar-03 7:17
LongRange.Shooter13-Mar-03 7:17 
GeneralDataGrid Heading Display Pin
hkl11-Mar-03 17:47
hkl11-Mar-03 17:47 
GeneralRe: DataGrid Heading Display Pin
Zek3vil11-Mar-03 21:28
Zek3vil11-Mar-03 21:28 
GeneralRe: DataGrid Heading Display Pin
hkl12-Mar-03 11:29
hkl12-Mar-03 11:29 
GeneralScrolling records from Access Pin
Baatezu_Not_Home11-Mar-03 11:21
sussBaatezu_Not_Home11-Mar-03 11:21 
GeneralRe: Scrolling records from Access Pin
Mark Sanders11-Mar-03 11:35
Mark Sanders11-Mar-03 11:35 
GeneralRe: Scrolling records from Access Pin
Anonymous11-Mar-03 11:42
Anonymous11-Mar-03 11:42 
GeneralRe: Scrolling records from Access Pin
Mark Sanders11-Mar-03 12:16
Mark Sanders11-Mar-03 12:16 
GeneralRe: Scrolling records from Access Pin
Baatezu_Not_Home11-Mar-03 12:26
sussBaatezu_Not_Home11-Mar-03 12:26 
GeneralRe: Scrolling records from Access Pin
..Hubert..16-Mar-03 12:15
..Hubert..16-Mar-03 12:15 
GeneralPlease, help... Pin
Gogou11-Mar-03 10:12
Gogou11-Mar-03 10:12 
GeneralRe: Please, help... Pin
leppie11-Mar-03 10:50
leppie11-Mar-03 10:50 
GeneralRe: Please, help... Pin
Stephane Rodriguez.11-Mar-03 11:23
Stephane Rodriguez.11-Mar-03 11:23 
GeneralRe: Please, help... Pin
Gogou11-Mar-03 12:08
Gogou11-Mar-03 12:08 
GeneralRe: Please, help... Pin
Richard Deeming13-Mar-03 5:41
mveRichard Deeming13-Mar-03 5:41 
QuestionHow to convert DateTime to FILETIME? Pin
Anonymous11-Mar-03 9:38
Anonymous11-Mar-03 9:38 

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.