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

Managed C++/CLI

 
Questioncannot convert parameter 1 from 'cli::array ^' to 'cli::array ^' Pin
BuckBrown7-Aug-07 12:03
BuckBrown7-Aug-07 12:03 
AnswerRe: cannot convert parameter 1 from 'cli::array ^' to 'cli::array ^' Pin
Luc Pattyn7-Aug-07 14:22
sitebuilderLuc Pattyn7-Aug-07 14:22 
GeneralRe: cannot convert parameter 1 from 'cli::array ^' to 'cli::array ^' Pin
BuckBrown8-Aug-07 5:37
BuckBrown8-Aug-07 5:37 
GeneralRe: cannot convert parameter 1 from 'cli::array ^' to 'cli::array ^' Pin
BuckBrown8-Aug-07 7:22
BuckBrown8-Aug-07 7:22 
GeneralRe: cannot convert parameter 1 from 'cli::array ^' to 'cli::array ^' Pin
Luc Pattyn8-Aug-07 7:35
sitebuilderLuc Pattyn8-Aug-07 7:35 
GeneralRe: cannot convert parameter 1 from 'cli::array ^' to 'cli::array ^' Pin
BuckBrown8-Aug-07 11:45
BuckBrown8-Aug-07 11:45 
GeneralRe: cannot convert parameter 1 from 'cli::array ^' to 'cli::array ^' Pin
Luc Pattyn8-Aug-07 12:00
sitebuilderLuc Pattyn8-Aug-07 12:00 
GeneralRe: cannot convert parameter 1 from 'cli::array ^' to 'cli::array ^' Pin
BuckBrown9-Aug-07 9:23
BuckBrown9-Aug-07 9:23 
Hi Luc, Everything Microsoft always seems to work the opposite of what you would expect.

1. The reason that I needed to specify a region (the entire screen) for invalidate is because without specifying the entire screen as a region the entire screen would be erased and only the area under the last control is painted. I tried using Update() since it says that its purpose is to redraw anything disturbed by the control but it did nothing.

2. Not in the time it takes to paint the array. If I remark out the function call that draws the array then everything is lightning quick. But if I dont and I bring up a dialog box of any size, when I try to move the dialog box it actually changes position about once a second (the time it takes to paint the array) wheather or not I have any graphics covered by the dialog box or not. And yes I am now delving into printing. The command seemokay enough but I can't figure out how to get my screen info into a document to print. I will be posting on this issue since I have found very little on code project or by googling for half a day.

3. The speed isn't that big of an issue for me, more curiosity as to why this is such a dog compared to MFC. I can send you a copy of the code if you email me where to send it. Side note: I have not received an email when my posts are replied to even though I have the box checked and just received an email confirmation from code project, so I don't know why answers to my posts do not email me.

I'm at brown@toko.com


Buck
GeneralRe: cannot convert parameter 1 from 'cli::array ^' to 'cli::array ^' Pin
Luc Pattyn9-Aug-07 10:09
sitebuilderLuc Pattyn9-Aug-07 10:09 
AnswerRe: cannot convert parameter 1 from 'cli::array ^' to 'cli::array ^' [modified] Pin
George L. Jackson7-Aug-07 15:05
George L. Jackson7-Aug-07 15:05 
QuestionEntry point of exe Pin
Nandu_77b7-Aug-07 2:09
Nandu_77b7-Aug-07 2:09 
AnswerRe: Entry point of exe Pin
Luc Pattyn7-Aug-07 2:42
sitebuilderLuc Pattyn7-Aug-07 2:42 
GeneralRe: Entry point of exe Pin
Nandu_77b9-Aug-07 4:52
Nandu_77b9-Aug-07 4:52 
QuestionDiff between array and list. Pin
Nandu_77b7-Aug-07 0:47
Nandu_77b7-Aug-07 0:47 
AnswerRe: Diff between array and list. Pin
Luc Pattyn7-Aug-07 1:39
sitebuilderLuc Pattyn7-Aug-07 1:39 
GeneralRe: Diff between array and list. Pin
Nandu_77b9-Aug-07 4:51
Nandu_77b9-Aug-07 4:51 
Questionminimizing dialog to system tray Pin
dona jain6-Aug-07 18:50
dona jain6-Aug-07 18:50 
AnswerRe: minimizing dialog to system tray Pin
Mark Salsbery6-Aug-07 20:12
Mark Salsbery6-Aug-07 20:12 
GeneralRe: minimizing dialog to system tray Pin
iddqd5157-Aug-07 3:27
iddqd5157-Aug-07 3:27 
QuestionRepainting Display Seems Slow Pin
BuckBrown6-Aug-07 11:03
BuckBrown6-Aug-07 11:03 
AnswerRe: Repainting Display Seems Slow Pin
Luc Pattyn6-Aug-07 11:10
sitebuilderLuc Pattyn6-Aug-07 11:10 
GeneralRe: Repainting Display Seems Slow Pin
BuckBrown6-Aug-07 11:52
BuckBrown6-Aug-07 11:52 
GeneralRe: Repainting Display Seems Slow Pin
Luc Pattyn6-Aug-07 12:14
sitebuilderLuc Pattyn6-Aug-07 12:14 
GeneralRe: Repainting Display Seems Slow Pin
BuckBrown7-Aug-07 6:24
BuckBrown7-Aug-07 6:24 
GeneralRe: Repainting Display Seems Slow Pin
Luc Pattyn7-Aug-07 6:51
sitebuilderLuc Pattyn7-Aug-07 6:51 

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.