Click here to Skip to main content
15,908,834 members
Home / Discussions / C#
   

C#

 
AnswerRe: TCP .Begin receive Pin
pbraun7-Oct-07 7:05
pbraun7-Oct-07 7:05 
GeneralRe: TCP .Begin receive Pin
captainmogo30-Oct-07 4:58
captainmogo30-Oct-07 4:58 
Questionhow to create a application as "Organizer Work" for beginner Pin
hanght5-Oct-07 8:15
hanght5-Oct-07 8:15 
AnswerRe: how to create a application as "Organizer Work" for beginner Pin
Not Active5-Oct-07 8:41
mentorNot Active5-Oct-07 8:41 
GeneralRe: how to create a application as "Organizer Work" for beginner Pin
hanght5-Oct-07 8:52
hanght5-Oct-07 8:52 
GeneralRe: how to create a application as "Organizer Work" for beginner Pin
Christian Graus5-Oct-07 13:26
protectorChristian Graus5-Oct-07 13:26 
AnswerRe: how to create a application as "Organizer Work" for beginner Pin
Abhijit Jana6-Oct-07 1:27
professionalAbhijit Jana6-Oct-07 1:27 
Questiontexture loader problem Pin
Xmen Real 5-Oct-07 6:45
professional Xmen Real 5-Oct-07 6:45 
hi there,
i m trying to set background image of picture box by texture that will be filled by textureloader
but i have a problem that when i m trying to load texture its giving error
that is "Error in application"

codes :

private Texture texture;
private Device gDevice;
...........................
...........................

texture = TextureLoader.FromFile(gDevice, @"C:\asasa.ddt", 256, 256, 0, Usage.Dynamic, Format.Dxt3, Pool.Default, Filter.None, Filter.None, 0);



any idea to solve the problem?

Becoming Programmer...

AnswerRe: texture loader problem Pin
Not Active5-Oct-07 6:55
mentorNot Active5-Oct-07 6:55 
GeneralRe: texture loader problem Pin
Xmen Real 5-Oct-07 6:58
professional Xmen Real 5-Oct-07 6:58 
GeneralRe: texture loader problem Pin
led mike5-Oct-07 7:15
led mike5-Oct-07 7:15 
GeneralRe: texture loader problem Pin
Xmen Real 5-Oct-07 14:18
professional Xmen Real 5-Oct-07 14:18 
GeneralRe: texture loader problem Pin
Not Active5-Oct-07 7:30
mentorNot Active5-Oct-07 7:30 
GeneralRe: texture loader problem Pin
Xmen Real 5-Oct-07 14:21
professional Xmen Real 5-Oct-07 14:21 
GeneralRe: texture loader problem Pin
Not Active5-Oct-07 15:03
mentorNot Active5-Oct-07 15:03 
GeneralRe: texture loader problem Pin
Xmen Real 5-Oct-07 15:48
professional Xmen Real 5-Oct-07 15:48 
QuestionLambda Expressions Pin
Fayu5-Oct-07 6:22
Fayu5-Oct-07 6:22 
AnswerRe: Lambda Expressions Pin
Judah Gabriel Himango5-Oct-07 6:42
sponsorJudah Gabriel Himango5-Oct-07 6:42 
Question.NET Decompiler ?? !! Pin
Dan Suthar5-Oct-07 6:12
professionalDan Suthar5-Oct-07 6:12 
AnswerRe: .NET Decompiler ?? !! Pin
Not Active5-Oct-07 6:17
mentorNot Active5-Oct-07 6:17 
AnswerRe: .NET Decompiler ?? !! Pin
Russell Jones5-Oct-07 6:17
Russell Jones5-Oct-07 6:17 
AnswerRe: .NET Decompiler ?? !! Pin
Nathan Holt at EMOM5-Oct-07 6:18
Nathan Holt at EMOM5-Oct-07 6:18 
GeneralRe: .NET Decompiler ?? !! Pin
Dan Suthar5-Oct-07 19:50
professionalDan Suthar5-Oct-07 19:50 
GeneralRe: .NET Decompiler ?? !! Pin
lmoelleb6-Oct-07 1:17
lmoelleb6-Oct-07 1:17 
GeneralRe: .NET Decompiler ?? !! Pin
Dan Suthar6-Oct-07 2:22
professionalDan Suthar6-Oct-07 2: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.