Click here to Skip to main content
16,010,394 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Can I use FOR EACH on an array of structures? Pin
leonigah1-Jul-08 20:35
leonigah1-Jul-08 20:35 
Questionsample project Pin
Xaria30-Jun-08 16:33
Xaria30-Jun-08 16:33 
AnswerRe: sample project Pin
Polar_Sheep30-Jun-08 21:40
Polar_Sheep30-Jun-08 21:40 
AnswerRe: sample project Pin
led mike1-Jul-08 4:30
led mike1-Jul-08 4:30 
AnswerRe: sample project Pin
Mark Salsbery1-Jul-08 7:26
Mark Salsbery1-Jul-08 7:26 
GeneralRe: sample project Pin
led mike3-Jul-08 8:07
led mike3-Jul-08 8:07 
GeneralRe: sample project Pin
Mark Salsbery3-Jul-08 8:11
Mark Salsbery3-Jul-08 8:11 
QuestionLandscape property does not appear to work. Pin
BuckBrown30-Jun-08 11:40
BuckBrown30-Jun-08 11:40 
Hi. I'm using Visual Studio 2005 C++/CLI. I have setup my application to print a document (basically the screen). I had to set the e-Graphics->PageScale = 0.85 to get the screen to fit the page, but I need to have every page be of Landscape orientation. I have tried this->printDocument->PrinterSettings->DefaultPageSettings->Landscape = true and this->printDialog->PrinterSettings->DefaultPageSettings->Landscape = true (and some slight variations) but the document is always printed as set in the print dialog (which defaults to Landscape - Portrait). Is it because there are more than one printer on our network? Do I have to read the array list of InstalledPrinters and determine which one I am using and change the orientation that way?

Thanks,
Buck
AnswerRe: Landscape property does not appear to work. Pin
BuckBrown30-Jun-08 11:50
BuckBrown30-Jun-08 11:50 
QuestionCreating Playing window in VC++ Windows forms Applicaton Pin
bhanu_850929-Jun-08 23:04
bhanu_850929-Jun-08 23:04 
AnswerRe: Creating Playing window in VC++ Windows forms Applicaton Pin
Mark Salsbery30-Jun-08 6:25
Mark Salsbery30-Jun-08 6:25 
Questiondatabase Pin
rose19629-Jun-08 20:14
rose19629-Jun-08 20:14 
AnswerRe: database Pin
Mark Salsbery29-Jun-08 20:30
Mark Salsbery29-Jun-08 20:30 
GeneralRe: database Pin
rose19630-Jun-08 2:04
rose19630-Jun-08 2:04 
GeneralRe: database Pin
Mark Salsbery30-Jun-08 6:15
Mark Salsbery30-Jun-08 6:15 
AnswerRe: database Pin
Paul Conrad2-Jul-08 18:18
professionalPaul Conrad2-Jul-08 18:18 
QuestionConvert System::String^ to char* array Pin
Manfr3d28-Jun-08 10:25
Manfr3d28-Jun-08 10:25 
AnswerRe: Convert System::String^ to char* array Pin
Luc Pattyn28-Jun-08 11:14
sitebuilderLuc Pattyn28-Jun-08 11:14 
AnswerRe: Convert System::String^ to char* array Pin
leonigah1-Jul-08 20:46
leonigah1-Jul-08 20:46 
GeneralRe: Convert System::String^ to char* array Pin
Manfr3d2-Jul-08 3:47
Manfr3d2-Jul-08 3:47 
Question'”OFWin”' : undeclared identifier Pin
hassan8528-Jun-08 10:12
hassan8528-Jun-08 10:12 
AnswerRe: '”OFWin”' : undeclared identifier Pin
Mark Salsbery28-Jun-08 12:15
Mark Salsbery28-Jun-08 12:15 
QuestiongridDrawer dll Pin
mikobi26-Jun-08 3:44
mikobi26-Jun-08 3:44 
AnswerRe: gridDrawer dll Pin
led mike26-Jun-08 4:51
led mike26-Jun-08 4:51 
QuestionBeforeNavigate2 webbrowser form control Pin
Xaria25-Jun-08 16:12
Xaria25-Jun-08 16:12 

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.