Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
GeneralRe: textbox autocomplete return character keypress problem Pin
Karl 200024-Mar-07 11:32
Karl 200024-Mar-07 11:32 
AnswerRe: textbox autocomplete return character keypress problem Pin
Karl 200024-Mar-07 19:16
Karl 200024-Mar-07 19:16 
QuestionHow to invoke cmd.exe through a winform and get the output on the the GUI Pin
pashitech24-Mar-07 5:16
pashitech24-Mar-07 5:16 
AnswerRe: How to invoke cmd.exe through a winform and get the output on the the GUI Pin
Stefan Troschuetz24-Mar-07 5:43
Stefan Troschuetz24-Mar-07 5:43 
AnswerRe: How to invoke cmd.exe through a winform and get the output on the the GUI Pin
Jimmanuel24-Mar-07 6:21
Jimmanuel24-Mar-07 6:21 
QuestionSoftware Updating Pin
freshonlineMax24-Mar-07 5:00
freshonlineMax24-Mar-07 5:00 
AnswerRe: Software Updating Pin
Christian Graus24-Mar-07 5:48
protectorChristian Graus24-Mar-07 5:48 
QuestionBug? Pin
Ranger4924-Mar-07 4:28
Ranger4924-Mar-07 4:28 
using System;
using System.Collections.Generic;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Framework.Storage;
using Microsoft.Xna.Framework.Content;

The type or namespace name 'Xna' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)

I found this Xna/DirectX example in the Visual C# 2005 Express Edition help files.

But when I tried to compile it I got the error listed above.

I looked for this error and read somewhere that it was a bug. Which hadn't been fixed yet.

Is this true? And what do I do now if I want this program to run?

Ranger.

Novice
AnswerRe: Bug? Pin
Christian Graus24-Mar-07 4:34
protectorChristian Graus24-Mar-07 4:34 
GeneralRe: Bug? Pin
Ranger4924-Mar-07 5:38
Ranger4924-Mar-07 5:38 
GeneralRe: Bug? Pin
Christian Graus24-Mar-07 5:46
protectorChristian Graus24-Mar-07 5:46 
GeneralRe: Bug? Pin
Ranger4924-Mar-07 6:28
Ranger4924-Mar-07 6:28 
GeneralRe: Bug? Pin
Christian Graus24-Mar-07 6:52
protectorChristian Graus24-Mar-07 6:52 
GeneralRe: Bug? Pin
Ranger4924-Mar-07 7:15
Ranger4924-Mar-07 7:15 
AnswerRe: Bug? Pin
joon vh.24-Mar-07 6:35
joon vh.24-Mar-07 6:35 
GeneralRe: Bug? Pin
Ranger4924-Mar-07 6:43
Ranger4924-Mar-07 6:43 
GeneralRe: Bug? Pin
Christian Graus24-Mar-07 6:53
protectorChristian Graus24-Mar-07 6:53 
JokeRe: Bug? Pin
joon vh.24-Mar-07 7:01
joon vh.24-Mar-07 7:01 
AnswerRe: Bug? Pin
joon vh.24-Mar-07 6:59
joon vh.24-Mar-07 6:59 
QuestionArrayList of Structures Pin
Saikek24-Mar-07 4:08
Saikek24-Mar-07 4:08 
AnswerRe: ArrayList of Structures Pin
Stefan Troschuetz24-Mar-07 4:20
Stefan Troschuetz24-Mar-07 4:20 
AnswerRe: ArrayList of Structures Pin
Christian Graus24-Mar-07 4:52
protectorChristian Graus24-Mar-07 4:52 
GeneralRe: ArrayList of Structures Pin
Saikek24-Mar-07 6:15
Saikek24-Mar-07 6:15 
QuestionI need to change the font size of text using listbox in richtextbox Pin
Ahmed R El Bohoty24-Mar-07 3:24
Ahmed R El Bohoty24-Mar-07 3:24 
AnswerRe: I need to change the font size of text using listbox in richtextbox Pin
Christian Graus24-Mar-07 4:45
protectorChristian Graus24-Mar-07 4:45 

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.