No announcements
Found 224835 threads
-
0 Votes
Direct draw handle
I have a direct draw handle that i need to draw a rectangle to. but in c# the drawing is done on the paint events. How can I draw using a directdraw ...Answered | 2 Replies | 4232 Views | Created by Shark_ - Monday, September 4, 2006 8:26 PM | Last reply by Shark_ - Wednesday, September 6, 2006 6:56 PM -
0 Votes
Directshow video window painting
/Resume when user taps the screen (like touch Player from Samsung). I am trying to paint the screen using direct draw, whereas I could not able to get the ...Answered | 5 Replies | 4314 Views | Created by AlanBirtles - Thursday, January 14, 2010 5:43 PM | Last reply by AlanBirtles - Monday, January 18, 2010 9:21 AM -
0 Votes
Direct X 7 Direct Draw alphablending
Hello, I'm currently using Direct X 7(Direct Draw) & VB 2005 Express. I've already encountered some problem and solved it, and this might be the last question ...Answered | 3 Replies | 8034 Views | Created by railguns - Friday, November 3, 2006 12:09 PM | Last reply by railguns - Sunday, November 5, 2006 5:55 AM -
0 Votes
Direct Draw 7 Help!
***********************************************************************************/ //DIRECT X INITIALIZATIONS #define UsingDirectDraw7 // ...Answered | 2 Replies | 7240 Views | Created by Fixxer - Sunday, December 18, 2005 11:10 PM | Last reply by Jack Hoxley - Sunday, December 18, 2005 11:35 PM -
0 Votes
How to receive popup menu events on Windows Mobile?
to create a windowed application using direct screen access (through ExtEscape) to quickly draw the interface. Unfortunately, DirectDraw isn't an option as I have to support Windows ...Answered | 1 Replies | 3772 Views | Created by Slidge - Thursday, October 18, 2007 7:14 PM | Last reply by Guang-Ming Bian - MSFT - Tuesday, October 23, 2007 5:28 AM -
0 Votes
Direct Draw for Windows 8
I bought an older game & am now getting msg saying Direct Draw not installed. Can or should I download that w/Windows 8?Answered | 1 Replies | 2046 Views | Created by Lee2013 - Sunday, August 4, 2013 5:41 PM | Last reply by Rob Caplan [MSFT] - Sunday, August 4, 2013 7:30 PM -
0 Votes
direct draw
Hi everyone, I would like to write applications with directdraw. But I don't know by where begin. I would like a good tutorial that explains how to write games with it. Does anyone know a ...Answered | 3 Replies | 2533 Views | Created by Flavio Fonseca - Sunday, January 22, 2012 2:07 AM | Last reply by - Tuesday, January 24, 2012 12:52 PM -
0 Votes
Direct X 7 Direct Draw related question(novice)
Hi I just have joined to the world of Direct X. Now I'm trying to make some basic direct draw game to understand Direct X. And I found some difficult ...Answered | 3 Replies | 4906 Views | Created by railguns - Thursday, November 2, 2006 9:43 AM | Last reply by railguns - Thursday, November 2, 2006 11:05 AM -
0 Votes
Playing Video on direct draw surface
through direct draw application, where i could display an image on the HDMI panel. I am trying to find out which video rendering interface should be used for ...Answered | 3 Replies | 849 Views | Created by Somashekar-J - Friday, April 10, 2015 9:49 AM | Last reply by Somashekar-J - Monday, November 2, 2015 5:05 AM -
0 Votes
DataGridViewComboBoxColumn SelectedItem & DefaultValue Problem??
handle the hiding of it also. you would just need to get the cell address and location to handle the data and where to show the box or ...Answered | 7 Replies | 3592 Views | Created by qapesta - Friday, January 11, 2008 11:27 PM | Last reply by Jeff - www.SRSoft.us - Wednesday, January 16, 2008 7:29 PM -
0 Votes
D3D11: DeviceChild reference counter underflow - Direct Draw Related
the Direct Draw SafeReleases does remove the error, but in my view and experience, leaves the issue in-place. Maybe old-school but I like to make sure ...Answered | 5 Replies | 837 Views | Created by Dave101 - Thursday, May 28, 2020 3:59 AM | Last reply by Dave101 - Thursday, May 28, 2020 10:52 AM -
0 Votes
How to draw thick lines using Direct 3D mobile?
I am now trying to find an easy way to draw a line with desired color and width using Direct 3D mobile, can any body tell me a metod to do ...Answered | 1 Replies | 5032 Views | Created by stevenhu - Monday, March 13, 2006 7:16 AM | Last reply by Aarthi_MSFT - Saturday, April 15, 2006 12:38 PM -
0 Votes
Direct Draw example does not work HTC TyTN II
I have HTC TyTN II device. It runs windows mobile 6.0. It seems that DirectDraw does not work on it properly. It all started with customer complain about my application that ...Answered | 1 Replies | 3668 Views | Created by Shemshurenko Alex - Wednesday, December 31, 2008 10:27 AM | Last reply by Joel Ivory Johnson - Saturday, January 3, 2009 1:27 PM -
2 Votes
change Border Color of a windows Form in vb.net
As far as I know, there is no direct way to change the border color of the form. We can set theAnswered | 4 Replies | 36986 Views | Created by PdNet - Monday, August 24, 2009 11:21 AM | Last reply by Babu Kumarasamy - Wednesday, May 26, 2010 12:16 PM -
0 Votes
Using Direct Draw Surface (DDS) in WPF?
Can I use a DDS-image in a WPF-application? As texture in a 3D scene and/or as imagesource to for instance an Image-element? /Andreas ZitaAnswered | 2 Replies | 8652 Views | Created by Andreas Zita - Monday, December 1, 2008 8:25 AM | Last reply by Inaki Ayucar - Tuesday, May 31, 2011 10:34 AM -
0 Votes
Handle of WM_KEYDOWN In Owner draw list box
Hi, I used a owner draw list box. I want to handle WM_KEYDOWN. How can i handle it.Answered | 4 Replies | 4681 Views | Created by Rajiv . Ranjan - Friday, August 29, 2008 1:30 PM | Last reply by warrentang - Monday, September 1, 2008 3:52 AM -
0 Votes
What is faster: GDI+, Direct Draw or OpenGL for 2D drawing of 250,000 lines?
Hi,What is faster: GDI+, Direct Draw or OpenGL for 2D drawing of 250,000 lines?Thank'sAlexeiAnswered | 2 Replies | 7655 Views | Created by Alexei_shk - Wednesday, November 23, 2005 3:05 PM | Last reply by G.Wilson - Wednesday, November 23, 2005 9:36 PM -
0 Votes
Direct Draw 7 (Creating a primary surface) Question
; Example 9-1 just created a Direct Draw 7 surface ( nothing on it). Example 9-2 should display random colored pixels. I will put the code in the next ...Answered | 3 Replies | 8588 Views | Created by rich.hubbard - Wednesday, January 13, 2010 1:34 AM | Last reply by Wesley Yao - Thursday, January 14, 2010 4:38 AM -
0 Votes
Direct draw blt wonky when run under RemoteDesktop
I have an app that Blt's a simple buffer to the primary DirectDraw surface. When run directly on a display, it works fine. When run on Remote Desktop, despite that the dest ...Answered | 1 Replies | 4337 Views | Created by FlyingRon - Wednesday, March 10, 2010 9:19 PM | Last reply by The March Hare - Thursday, March 11, 2010 1:58 PM -
0 Votes
direct draw acceleration... (dustydoesit) - 12/27/2007 7:01 AM PST
when i go to play videos i get a message that says that direct draw > acceleration is notAnswered | 3 Replies | 3451 Views | Created by Expression Newsgroup Migrator1 - Monday, February 25, 2008 10:13 PM | Last reply by Christian Carroll Photography - Saturday, October 4, 2008 9:04 AM - Items 1 to 20 of 224835 Next ›
No announcements