A step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.
A C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.
This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.
Creating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.
Hi 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...
| On Tuesday, January 5th 2010 at 08:26 AM by Anonymous | 1 Reply |
Hi 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 :))...
| On Thursday, September 17th 2009 at 09:05 AM by Marcel Overweel | 1 Reply |
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...
| On Tuesday, May 12th 2009 at 11:41 AM by Anonymous | 7 Replies |
Hi, 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...
| On Tuesday, May 12th 2009 at 10:34 AM by Pascal Cloup | 1 Reply |
Hi, 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...
| On Wednesday, May 6th 2009 at 05:56 AM by Anonymous | No Replies |
Hallo, 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...
| On Thursday, April 30th 2009 at 12:50 PM by Anonymous | 1 Reply |
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...
| On Tuesday, March 10th 2009 at 12:14 AM by Anonymous | 7 Replies |
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...
| On Saturday, March 7th 2009 at 12:58 AM by Richy | 2 Replies |
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...
| On Friday, February 13th 2009 at 11:16 PM by JXL | 1 Reply |
Hello 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...
| On Friday, February 13th 2009 at 12:03 PM by backfire@gmx.de | No Replies |
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...
| On Wednesday, February 11th 2009 at 12:40 PM by cody | No Replies |
Hello 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...
| On Monday, February 2nd 2009 at 10:22 AM by Anonymous | 7 Replies |
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...
| On Thursday, January 8th 2009 at 07:22 PM by Rob P | No Replies |
I 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...
| On Thursday, January 8th 2009 at 12:58 PM by Anonymous | No Replies |
Hello, 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...
| On Wednesday, December 24th 2008 at 01:20 AM by Anonymous | No Replies |
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...
| On Saturday, December 6th 2008 at 02:00 AM by Velislav | No Replies |
I 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...
| On Friday, November 14th 2008 at 03:00 AM by Vulcan | No Replies |
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...
| On Thursday, November 13th 2008 at 05:58 AM by Anonymous | No Replies |
Hi 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
| On Sunday, November 9th 2008 at 09:15 AM by Tom | No Replies |
If there is sample code,that would be better! Thank you very much!
| On Friday, November 7th 2008 at 01:18 PM by steven | No Replies |
Hello, 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
| On Tuesday, November 4th 2008 at 12:01 PM by Back9 | No Replies |
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...
| On Thursday, October 30th 2008 at 04:24 AM by Richy | No Replies |
Dear 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...
| On Tuesday, October 7th 2008 at 09:56 AM by Vegethalia | No Replies |
I 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...
| On Tuesday, September 30th 2008 at 11:36 AM by Anonymous | No Replies |
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...
| On Tuesday, September 30th 2008 at 05:43 AM by alans | No Replies |
If 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...
| On Friday, September 26th 2008 at 03:20 AM by Khurram | No Replies |
In 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...
| On Thursday, September 25th 2008 at 05:06 AM by IUnknown | 3 Replies |
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...
| On Tuesday, September 23rd 2008 at 10:52 AM by D.Cases | No Replies |
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...
| On Tuesday, September 9th 2008 at 06:38 AM by mahendra | No Replies |
I 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...
| On Monday, September 8th 2008 at 10:29 PM by Bob | 2 Replies |
Hi, 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...
| On Monday, September 8th 2008 at 05:07 PM by Anonymous | No Replies |
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...
| On Wednesday, August 27th 2008 at 05:13 PM by marc.crandall@gmail.com | 2 Replies |
Hi, 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...
| On Friday, August 22nd 2008 at 09:03 AM by Anonymous | 9 Replies |
I 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...
| On Wednesday, August 20th 2008 at 10:14 AM by Anonymous | No Replies |
We 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...
| On Monday, August 18th 2008 at 03:45 PM by ayanroyc@gmail.com | No Replies |
Hi, 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...
| On Tuesday, August 12th 2008 at 04:48 AM by Anonymous | 2 Replies |
Hi 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...
| On Monday, August 11th 2008 at 07:27 AM by radha | No Replies |
com domain reservieren de domain sponsoring email domain kostenlos wlan domaene anmeldung vergabestelle com domains + + + http://jhku.net/DOMAINS-KOSTENLOS/ http://jhku.net/DOMAINS-KOSTENLOS/...
| On Saturday, August 9th 2008 at 09:45 PM by sdgvfwe@yahoo.is.com | No Replies |
boss herrenmode kaufen herrenmode kaufen augsburg maennerkleidung herrenmode kaufen stuttgart guenstige herrenmode kaufen + + + +++ MAENNERKLEIDUNG KAUFEN +++ MAENNERKLEIDUNG ONLINE BESTELLEN +++ +...
| On Saturday, August 9th 2008 at 04:10 PM by sdgvfwe@yahoo.is.com | No Replies |
jamba handylogo animiert animirte jamba handy logos sheepworld jamba handylogo shrek jamba handylogo jamba logos fuer das handy + + + + + + JAMBA HANDY LOGO + + + JAMBA HANDY LOGO + + + http://...
| On Saturday, August 9th 2008 at 02:20 PM by sdgvfwe@yahoo.is.com | No Replies |
I 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...
| On Friday, August 8th 2008 at 06:58 AM by Anonymous | No Replies |
Working 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...
| On Tuesday, August 5th 2008 at 12:35 PM by Anonymous | 1 Reply |
Hi 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...
| On Monday, July 28th 2008 at 10:47 AM by ayanroyc@gmail.com | 1 Reply |
Hi, 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...
| On Thursday, July 24th 2008 at 08:10 AM by Acchu | No Replies |
Hi, 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...
| On Tuesday, July 22nd 2008 at 06:24 PM by NL | 1 Reply |
Hello, Is anyone know of how to call CoGetClassObject in c#? Thanks,
| On Monday, July 21st 2008 at 03:30 PM by Back9 | No Replies |
Hi, 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...
| On Friday, July 18th 2008 at 09:24 PM by Acchu | No Replies |
Have 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...
| On Saturday, July 12th 2008 at 01:50 PM by dh | No Replies |
Hi, 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...
| On Friday, July 11th 2008 at 07:07 PM by Pi\\ | No Replies |
Hi 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.
| On Tuesday, July 8th 2008 at 09:53 AM by Anonymous | 2 Replies |