|
Search
Tutorials and Code
Syndication
My Account
Community Forums
Webmaster Tools
Tech Jobs
|
The Thread 0xC78 Has Exited With Code 0Hi When I close generated exe. I am getting this message. Does any one know how to get rid of it or what is the reason for it. I am using VC++ 6.0 Application Type MFC (exe) The messag in Debug...
DirectX Texture Loading, Texture Gets ResizedHi all, I was having problems with pixel-perfect collision detection... (Oh no, not another pixel-perfect question! I hear you scream.) ... and I solved it. (you see, you didn't need to worry :))...
Managed DX - Deprecated Or Supported?Can anybody shed a light on what happens with .NET support in DX? I'm using DX with VB/VS2005. The DX release dates back to 2002; I cannot find version or date in DXREADME.HTM file, but the file...
Dark Surface After ResizeHi, After resizing a Form, most of the objects (mesh, vertexBuffer,...) appear with dark colors under Vista. This works perfectly under XP. The DeviceReset event is correctly handled but it seems...
Fastest Method Of Creating TextureHi, I'm writing an app using Managed DirectX in C# and have an image in the form of an array of Color structs that I need to convert to a Texture in order to draw using the Sprite class. What...
Renew DirectX TextureHallo, I have the following problem - I draw a bitmap with GDI - save this to a stream - and read the stream with TextureLoader.FromStream that works fine but I redraw this Bitmap every 30...
Paint Semitransparent Above Windows (ghost Image)Hi I want to paint semitransparent pictures on my screen above everything I tried to use semi transparent WinForm with topmost set to true It looked as I wanted, but it was slow and everytime It appeared...
Is It Possible To Compile A Shader To A File?Hi, I am finding myself with more and more shaders that have to be compiled each time I run my system, is there a way of compiling shaders to a file? Either a binary file that can be loaded in or an...
How To Draw Sprite With Alpha Channel?I have some bitmap objects with alpha channels (loaded from png files). I would like to draw these images as sprite in a window. I used the roughly the following code the create the texture: device...
Scaling FunktionHello all, I'am a directx beginner and I have one problem: I want to draw 1 million verts and zoom it out but the scaling function does not work, why ? with this function I want to scale out all...
3D Game Engine Recommendation?I have just little bit experience in managed DirectX and XNA. Now I want to start a real 3D projekt, where it would be great to have a real 3D engine since XNA ist just a toolkit. Can anybody recommend...
Can I Program Managed DirectsX In X64Hello Newsgroup, Just checking in to see the state of directx on x64. I'm wondering if Managed DirectX is supported on x64 applications. I mean a ..NET app built for "Any CPU". And yes, we do...
What Dll's Etc Need To Be In The Distribution?Hi All, I want to pass a managed DirectX app to some friends. Apart from the app and its data files what else will I need to give them to ensure the managed Direct-X engine works on their machine...
Convert CoordinatesI have a point defined on screen, that i captured using Win32 API "GetCursorPos" and transformed it with the "ScreenToClient" in order to know where the click was made on scree. After that i created...
Buffering And Bliting In DirectXHello, I'm new to DirectX and hope this isn't a basic question. I'm looking for some hard suggestions (i.e. code or links to code) on how to implement this. I'm building a charting control that...
XInput In C# (sdk November 2008)Hi, i'm just starting to play around with directx and i've read a few articles on the internet that use xinput to interface with the xbox controller. but when i try to use it in my c# app, i can...
Use Mesh.VertexBuffer As A LineListI am using a mesh for testing ray intersection. However, when displaying it, I would like to use a different IndexBuffer (outside the Mesh instance) in order to call DrawIndexedPrimitive using PrimitiveTypes...
CPU Usage Watcher (urgent)Hi , I am making a software to monitor the processes running on my server , if one of them exceeds a limit amount of memory or CPU usage , an email will be send to me. I am using PerformanceCounter...
New To C# ProgrammingHi I'm new to C# programming and just wanted to make sure this is the right place to ask more or less newbie questions. Is it? Tom
How To Draw A Circle On A Sphere With Managed DirectX(C#)?If there is sample code,that would be better! Thank you very much!
COM DLL Supporting .NETHello, I have a COM DLL and want to use it in .NET. What kind of information do I need to use it in .NET? The DLL is a just COM DLL made by C++ TIA
Directx And Mdi Applications, How To Deal With The Handle Changing?I'm trying to get my DirectX10 application to run in an MDI window (using Weifenluo's docking system) but whenever the window gets docked or undocked, the handle of the window changes (and also the...
VideoControl And ICodecAPI / IEncoderAPIDear all, I am trying to configure the MS VideoControl and use the MSVidEncoder feature. Sadly, even thought I have been able to configure and tune the video control, I have no clue about how can...
GDI To DirectXI use GDI+ in my application, with visual basic .net 2005 , but now that im trying to create new functionalities, i'm using DirectX and Visual C#. I've encountered a big problem. The application is...
Applying Brightness And Contrast To An Image.I'm writing an application to display and manipulate large greyscale images; it needs to perform image processing (e.g. Invert, Flip, brightness and contrast or window levelling ) in real time. I've...
I Am New In Video ConferencingIf anyone got the experience of building Video Conferencing Product by using C#? If "Yes", would you mind to tell me where I can get the audio and video codec for C#? Moreover, if I use the Windows...
Device Caps Not Returning Valid Sample Rate ValuesIn using DirectShow.net to access capabilities for an input device (SigmaTel), I get values for sample rate: Min = 11025, Max = 44100, Increment = 11025. There are multiple device caps pages, but...
Problems With AudioVideoPlayback Textures In C#Hi, I'm developing an application that renders video to a D3D Texture in Visual C#. All it's ok if I render when the TextureReadyToRender event is fired (like the SDK source samples), but if...
How To Play Video File Asynchronously As Chunk Of Buffer ?hi, I am playing video file synchronously on window mobile m 6.0. I want to play video file asynchronously with chunk of buffer. Does any have idea about that? here is my code. // ChildView...
List All Available FiltersI need to list all available filters on a system, primarily for access to audio plugins (like Reverb, Compressors, etc) ICreateDevEnum obviously lists devices in certain categories, but audio plugins...
Playsound Issue Over Remote ConnectionHi, We are using the PlaySound() API to play some wav files (which we load to the memory and play the stored file). Our program works fine when we run it, however if we run it in a remote desktop...
Is MDX Deprecated?Should MDX still be used for new .NET development (on Vista and XP)? Is Microsoft still supporting this technology? What are the alternatives, particularly for sound, in the .NET framework? Thanks...
Texture From ResourceHi, I created myself a little problem because I want to load a new texture from a resource of the same application. So I tried this: Texture ItemTexture = Texture.FromBitmap(DxDevice, DxEngine...
Registry AccessI am not sure if I am posting this into the right Group. I have a 32 bit application which has been tested thoroughly on 32 bit systems. Now when I install the same app on 64 bit system it is not...
Need Help: Filter Graph Works In XP MCE 2005, Does Not Work In XP ProWe have been using GraphEdit in Windows XP Media Center Edition 2005 play a filter graph (see attached figure) that tunes a DVB-S/S2 signal and used a MPEG-2 demultiplexer to demux the signal and read...
DirectX In A UserControlHi, I am trying to accomodate myself to DirectX. So I had installed the Tutorial#3 ("Using Matrices (Managed)") which worked fine: I had the rotating triangle. The next step was then to convert...
AddFilter ProblemHi all To play a mms stream I implemented a player using DirectShow. It plays well when I give proper URL. But for some url/invalid url, AddFilter doesn't return immediately. What should I do...
Com Domain Reservieren De Domain Sponsoring Email Domain Kostenlos Wlan Domaene Anmeldung Vergabestelle Com Domainscom domain reservieren de domain sponsoring email domain kostenlos wlan domaene anmeldung vergabestelle com domains + + + http://jhku.net/DOMAINS-KOSTENLOS/ http://jhku.net/DOMAINS-KOSTENLOS/...
Boss Herrenmode Kaufen Herrenmode Kaufen Augsburg Maennerkleidung Herrenmode Kaufen Stuttgart Guenstige Herrenmode Kaufenboss herrenmode kaufen herrenmode kaufen augsburg maennerkleidung herrenmode kaufen stuttgart guenstige herrenmode kaufen + + + +++ MAENNERKLEIDUNG KAUFEN +++ MAENNERKLEIDUNG ONLINE BESTELLEN +++ +...
Jamba Handylogo Animiert Animirte Jamba Handy Logos Sheepworld Jamba Handylogo Shrek Jamba Handylogo Jamba Logos Fuer Das Handyjamba handylogo animiert animirte jamba handy logos sheepworld jamba handylogo shrek jamba handylogo jamba logos fuer das handy + + + + + + JAMBA HANDY LOGO + + + JAMBA HANDY LOGO + + + http://...
Windows Service / WPF Media PlayerI have created a windows service in C# using Visual Studio 2008. This windows service is meant to synchronize the Video Content information that has been uploaded into an SLS (Silverlight Streaming...
Access To Path DeniedWorking in VB 2005 windows application. Want to use a little .ini file to hold the name of the database server. Placed the .ini file next to the .exe file. Apparently Server 2003 is telling me I can...
Please Help: BDA IP Sink Problem: How To Decode IP Packets FromHi All, I am new to BDA filters and GraphEdit. I have run into a wall trying to get IP datacasting using MPE over DVB-S, and therefore would greatly appreciate any advice/help/info. **I am willing...
DIB24bpp Image RenderingHi, i'm trying to render a video using ManagedDirectX. i'm getting a 24bit DIB image from a 3rd party decoder. i would like to know how to render a DIB24bpp image using directx. Can someone provide...
DirectX 9.0c Feb. 2005Hi, I need to edit a program written in c#, using Visual Studio 2003 and DirectX 9.0c Feb. 2005 SDK. I no longer have Visual Studio 2003, only 2005 on my new laptop. Is that SDK version compatible...
How To Call CoGetClassObject In C#Hello, Is anyone know of how to call CoGetClassObject in c#? Thanks,
Video Rendering Using DirectxHi, i'm new to directX; i would like to know how to render images using DirectX. i'm getting series of images from a 3rd party SDK and i want to render these images as a continuos video frame. currently...
Versions Of DirectShowLib.dll For .NetHave been using version 1.2 of DirectShowLib.dll which is very good... I notice that there's version 2.0 of it available. Is it the same as DirectShowLib-2005.dll? Is the version 2.0 matching with...
Difference Between Managed Directx's DSoundHelper.DefaultCaptureDeviceHi, I'm developing a sound recording application using C# and Managed Directx in which I'm getting multiple problems. Since they are all worth asking in separate threads, I'll go one by one. Can someone...
Question About LightsHi there, I'm working with OpenGL and I want to migrate to DirectX. In OpenGL the number of lights are limited to 8. The question is How many lights I can use in DirectX? Thanks.
|
Latest Tech Bargains
Advertisement
Free Magazine Subscriptions
Today's Pictures
Today's Video
Other Resources
Latest Download
Latest Icons
|