Click here to Skip to main content
15,914,419 members
Home / Discussions / Graphics
   

Graphics

 
Question3D item to code Pin
Lampros Giampouras27-Feb-07 3:56
Lampros Giampouras27-Feb-07 3:56 
AnswerRe: 3D item to code Pin
El Corazon27-Feb-07 9:44
El Corazon27-Feb-07 9:44 
QuestionGetting GPU memory speed and bandwidth Pin
anshulmalik25-Feb-07 5:21
anshulmalik25-Feb-07 5:21 
Questionwindows grapics system and mouse movement Pin
bil_geo24-Feb-07 22:17
bil_geo24-Feb-07 22:17 
AnswerRe: windows grapics system and mouse movement Pin
Waldermort24-Feb-07 22:54
Waldermort24-Feb-07 22:54 
AnswerRe: windows grapics system and mouse movement Pin
John R. Shaw3-Mar-07 1:33
John R. Shaw3-Mar-07 1:33 
QuestionUrgent :Windows and multi monitor query Pin
bil_geo24-Feb-07 19:42
bil_geo24-Feb-07 19:42 
AnswerRe: Urgent :Windows and multi monitor query Pin
Christian Graus26-Feb-07 9:44
protectorChristian Graus26-Feb-07 9:44 
There's a class, I think it's called Screen, it has a property called AllScreens. This gives you the co-ordinates of all the different monitors on the system. As far as windows is concerned, those monitors all are part of one big canvas, you get the co-ordinates, and you draw to them, and each window has different ones. So, one may be 0, 0 to 800, 600 and the other may be 800, 0 to 1600, 600.

Multi monitor stuff is pretty easy, it's not really any different from having one monitor, except for having to iterate over them to position your screens initially.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionC++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
PJ Arends23-Feb-07 11:37
professionalPJ Arends23-Feb-07 11:37 
QuestionRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
Mark Salsbery24-Feb-07 9:59
Mark Salsbery24-Feb-07 9:59 
AnswerRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
PJ Arends24-Feb-07 10:13
professionalPJ Arends24-Feb-07 10:13 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() [modified] Pin
Mark Salsbery24-Feb-07 15:34
Mark Salsbery24-Feb-07 15:34 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
PJ Arends24-Feb-07 15:43
professionalPJ Arends24-Feb-07 15:43 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
Mark Salsbery24-Feb-07 16:24
Mark Salsbery24-Feb-07 16:24 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
PJ Arends25-Feb-07 6:40
professionalPJ Arends25-Feb-07 6:40 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
Mark Salsbery25-Feb-07 6:58
Mark Salsbery25-Feb-07 6:58 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
PJ Arends25-Feb-07 8:51
professionalPJ Arends25-Feb-07 8:51 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
Mark Salsbery25-Feb-07 9:02
Mark Salsbery25-Feb-07 9:02 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
Mark Salsbery25-Feb-07 9:33
Mark Salsbery25-Feb-07 9:33 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
PJ Arends25-Feb-07 9:39
professionalPJ Arends25-Feb-07 9:39 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
PJ Arends25-Feb-07 12:20
professionalPJ Arends25-Feb-07 12:20 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
Mark Salsbery26-Feb-07 7:30
Mark Salsbery26-Feb-07 7:30 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
Mark Salsbery26-Feb-07 8:47
Mark Salsbery26-Feb-07 8:47 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
PJ Arends26-Feb-07 9:31
professionalPJ Arends26-Feb-07 9:31 
GeneralRe: C++/MFC - Problem with GDI+ Bitmap::GetHBITMAP() Pin
Mark Salsbery26-Feb-07 9:52
Mark Salsbery26-Feb-07 9:52 

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.