Click here to Skip to main content
15,909,645 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: passing info from one application to another Pin
N a v a n e e t h29-Dec-08 2:09
N a v a n e e t h29-Dec-08 2:09 
Questionpassing a data to another application with c++. Pin
debonair12345624-Dec-08 21:57
debonair12345624-Dec-08 21:57 
AnswerRe: passing a data to another application with c++. Pin
Giorgi Dalakishvili24-Dec-08 23:22
mentorGiorgi Dalakishvili24-Dec-08 23:22 
QuestionHow to pass reference in constructor? Pin
randomVariable24-Dec-08 1:40
randomVariable24-Dec-08 1:40 
AnswerRe: How to pass reference in constructor? Pin
N a v a n e e t h24-Dec-08 2:25
N a v a n e e t h24-Dec-08 2:25 
GeneralRe: How to pass reference in constructor? [modified] Pin
randomVariable24-Dec-08 6:31
randomVariable24-Dec-08 6:31 
GeneralRe: How to pass reference in constructor? Pin
Mark Salsbery25-Dec-08 7:48
Mark Salsbery25-Dec-08 7:48 
Question32 bit color depth bitmap problem with XP Pin
fire storm21-Dec-08 23:44
fire storm21-Dec-08 23:44 
My problem: I made
1- A new MFC application (exe) (c++ .net 2005), dialog based.
2- Get from the toolbox a control which is "Picture Control".
3- Set the type of the control to Bitmap in the property window of the control.
4- Add new bitmap to the resources at which this bitmap is 32 bit color depth picture.
5- Set the Image property of the "Picture" control to the previous Bitmap ID in the
property window of the control.
6- Build and run the application on WinXP and make sure that the appliction is enabling XP theme.
Note to enable it if it is not enabled write this line in "Additional Manifest Dependencies"
in linker node, in Manifest file Node:
type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'

When I do all this steps just part of the picture is displayed while if take the application and run it in Win server the picture is displayed perfert.


anyone knows the reason and a solution for that???
thanks
AnswerRe: 32 bit color depth bitmap problem with XP Pin
Mark Salsbery22-Dec-08 7:17
Mark Salsbery22-Dec-08 7:17 
QuestionCompilation Error C2065 Pin
hotbridge20-Dec-08 22:12
hotbridge20-Dec-08 22:12 
AnswerRe: Compilation Error C2065 Pin
Rob Graham21-Dec-08 4:56
Rob Graham21-Dec-08 4:56 
QuestionRe: Compilation Error C2065 Pin
Mark Salsbery21-Dec-08 5:30
Mark Salsbery21-Dec-08 5:30 
AnswerRe: Compilation Error C2065 Pin
hotbridge21-Dec-08 5:52
hotbridge21-Dec-08 5:52 
QuestionC++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
J_E_D_I20-Dec-08 10:22
J_E_D_I20-Dec-08 10:22 
AnswerRe: C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
Luc Pattyn20-Dec-08 11:00
sitebuilderLuc Pattyn20-Dec-08 11:00 
GeneralRe: C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
J_E_D_I20-Dec-08 22:53
J_E_D_I20-Dec-08 22:53 
GeneralRe: C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
Rob Graham21-Dec-08 3:54
Rob Graham21-Dec-08 3:54 
AnswerRe: C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
J_E_D_I21-Dec-08 6:11
J_E_D_I21-Dec-08 6:11 
GeneralRe: C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
TigerNinja_24-Dec-08 19:04
TigerNinja_24-Dec-08 19:04 
QuestionConverting COM object to actual unmanaged type pointer Pin
sajanemmanuel14-Dec-08 18:50
sajanemmanuel14-Dec-08 18:50 
QuestionCreating a Registry Value in C++/CLI environment Pin
J_E_D_I13-Dec-08 8:36
J_E_D_I13-Dec-08 8:36 
AnswerRe: Creating a Registry Value in C++/CLI environment Pin
Mark Salsbery13-Dec-08 10:01
Mark Salsbery13-Dec-08 10:01 
GeneralRe: Creating a Registry Value in C++/CLI environment Pin
J_E_D_I13-Dec-08 17:33
J_E_D_I13-Dec-08 17:33 
GeneralRe: Creating a Registry Value in C++/CLI environment Pin
Mark Salsbery14-Dec-08 9:40
Mark Salsbery14-Dec-08 9:40 
AnswerRe: Creating a Registry Value in C++/CLI environment Pin
leonigah18-Dec-08 23:04
leonigah18-Dec-08 23:04 

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.