Click here to Skip to main content
15,899,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sorting DataGrid BoundColumn using DataGrid.SortCommand Pin
Mazdak24-Feb-04 3:21
Mazdak24-Feb-04 3:21 
GeneralRe: Sorting DataGrid BoundColumn using DataGrid.SortCommand Pin
ajaylulia24-Feb-04 16:56
ajaylulia24-Feb-04 16:56 
GeneralAsynchronous sockets and message queues Pin
Rickard Andersson2024-Feb-04 2:08
Rickard Andersson2024-Feb-04 2:08 
GeneralRe: Windows Processes& Properties Pin
Heath Stewart24-Feb-04 5:05
protectorHeath Stewart24-Feb-04 5:05 
GeneralError: Malformed server response Pin
rosie224-Feb-04 0:33
rosie224-Feb-04 0:33 
GeneralRe: Error: Malformed server response Pin
Heath Stewart24-Feb-04 5:03
protectorHeath Stewart24-Feb-04 5:03 
GeneralDirectX Mesh Pin
SherKar23-Feb-04 23:08
SherKar23-Feb-04 23:08 
GeneralRe: DirectX Mesh Pin
Heath Stewart24-Feb-04 4:59
protectorHeath Stewart24-Feb-04 4:59 
Sounds like you're not resolving the path to the file correctly. If your .X file is stored as a separate file, make sure you take the current working directory into account (may not be the application base), or use the application base by using Assembly.GetExecutingAssembly().Location. IIRC, the Mesh class can also accept a Stream, so if you embedded the .X file as an embedded resource, you can use Assembly.GetManifestResourceStream to get an instance of a Stream for the resource.

 

Microsoft MVP, Visual C#
My Articles
Questioncontrols in a ListView??? Pin
Snowjim23-Feb-04 22:19
Snowjim23-Feb-04 22:19 
AnswerRe: controls in a ListView??? Pin
Heath Stewart24-Feb-04 4:56
protectorHeath Stewart24-Feb-04 4:56 
QuestionHow to get Log of all files used for a day Pin
Member 33502223-Feb-04 20:30
Member 33502223-Feb-04 20:30 
AnswerRe: How to get Log of all files used for a day Pin
Mazdak24-Feb-04 0:38
Mazdak24-Feb-04 0:38 
AnswerRe: How to get Log of all files used for a day Pin
Heath Stewart24-Feb-04 4:54
protectorHeath Stewart24-Feb-04 4:54 
QuestionHow to implement IDocHostUIHandler with c# ? Pin
benzite23-Feb-04 19:47
benzite23-Feb-04 19:47 
AnswerRe: How to implement IDocHostUIHandler with c# ? Pin
Heath Stewart24-Feb-04 4:50
protectorHeath Stewart24-Feb-04 4:50 
AnswerRe: How to implement IDocHostUIHandler with c# ? Pin
LongRange.Shooter24-Feb-04 11:00
LongRange.Shooter24-Feb-04 11:00 
GeneralRe: How to implement IDocHostUIHandler with c# ? Pin
benzite24-Feb-04 14:37
benzite24-Feb-04 14:37 
GeneralRe: How to implement IDocHostUIHandler with c# ? Pin
Heath Stewart25-Feb-04 2:40
protectorHeath Stewart25-Feb-04 2:40 
GeneralWithout a RDBMS or XML Pin
Sheriff Botros23-Feb-04 18:52
Sheriff Botros23-Feb-04 18:52 
GeneralRe: Without a RDBMS or XML Pin
Mazdak24-Feb-04 3:26
Mazdak24-Feb-04 3:26 
GeneralRe: Without a RDBMS or XML Pin
Heath Stewart24-Feb-04 4:37
protectorHeath Stewart24-Feb-04 4:37 
GeneralRe: Without a RDBMS or XML Pin
Nemanja Trifunovic24-Feb-04 6:23
Nemanja Trifunovic24-Feb-04 6:23 
GeneralQualifying Static Members With Type Names Pin
Eric Houser23-Feb-04 16:15
Eric Houser23-Feb-04 16:15 
GeneralRe: Qualifying Static Members With Type Names Pin
Not Active23-Feb-04 16:53
mentorNot Active23-Feb-04 16:53 
GeneralRe: Qualifying Static Members With Type Names Pin
Heath Stewart24-Feb-04 4:22
protectorHeath Stewart24-Feb-04 4:22 

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.