Click here to Skip to main content
15,897,032 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: HourGlass cursor Problem Pin
Johan Hakkesteegt13-Sep-09 23:20
Johan Hakkesteegt13-Sep-09 23:20 
QuestionHelp Using BitBlt Pin
Kobi_Z13-Sep-09 20:38
Kobi_Z13-Sep-09 20:38 
AnswerRe: Help Using BitBlt Pin
Christian Graus13-Sep-09 20:59
protectorChristian Graus13-Sep-09 20:59 
GeneralRe: Help Using BitBlt Pin
Kobi_Z13-Sep-09 21:32
Kobi_Z13-Sep-09 21:32 
GeneralRe: Help Using BitBlt Pin
Christian Graus14-Sep-09 0:54
protectorChristian Graus14-Sep-09 0:54 
AnswerRe: Help Using BitBlt Pin
orbano14-Sep-09 22:01
orbano14-Sep-09 22:01 
QuestionNeed algorithm Pin
xx77abs13-Sep-09 7:26
xx77abs13-Sep-09 7:26 
AnswerRe: Need algorithm Pin
0x3c013-Sep-09 10:46
0x3c013-Sep-09 10:46 
You might get a better answer in the Algorithms forum. But I would personally iterate from 0 to srcRect.Width, and iterate inside that from 0 to srcRect.Height. If the two iteration variables aren't equal, then add it to the list. That'll account for different sizes. You could loop again, through each item in the list to take different positions and the same size into account.

The problem I can think of is that this would be extremely slow.


GeneralRe: Need algorithm Pin
xx77abs14-Sep-09 0:23
xx77abs14-Sep-09 0:23 
AnswerRe: Need algorithm Pin
Johan Hakkesteegt13-Sep-09 19:54
Johan Hakkesteegt13-Sep-09 19:54 
GeneralRe: Need algorithm Pin
xx77abs14-Sep-09 0:24
xx77abs14-Sep-09 0:24 
AnswerRe: Need algorithm Pin
tosch13-Sep-09 20:31
tosch13-Sep-09 20:31 
GeneralRe: Need algorithm Pin
xx77abs14-Sep-09 0:25
xx77abs14-Sep-09 0:25 
GeneralRe: Need algorithm Pin
tosch15-Sep-09 2:35
tosch15-Sep-09 2:35 
GeneralRe: Need algorithm Pin
xx77abs15-Sep-09 8:30
xx77abs15-Sep-09 8:30 
QuestionHigh memory usage Pin
TheMrProgrammer13-Sep-09 5:22
TheMrProgrammer13-Sep-09 5:22 
AnswerRe: High memory usage Pin
Steven J Jowett13-Sep-09 5:31
Steven J Jowett13-Sep-09 5:31 
GeneralRe: High memory usage Pin
TheMrProgrammer13-Sep-09 6:31
TheMrProgrammer13-Sep-09 6:31 
GeneralRe: High memory usage Pin
Hurricane300013-Sep-09 6:38
Hurricane300013-Sep-09 6:38 
GeneralRe: High memory usage Pin
TheMrProgrammer13-Sep-09 18:01
TheMrProgrammer13-Sep-09 18:01 
GeneralRe: High memory usage Pin
N a v a n e e t h13-Sep-09 6:59
N a v a n e e t h13-Sep-09 6:59 
GeneralRe: High memory usage Pin
TheMrProgrammer13-Sep-09 18:02
TheMrProgrammer13-Sep-09 18:02 
GeneralRe: High memory usage Pin
Dave Kreskowiak13-Sep-09 15:21
mveDave Kreskowiak13-Sep-09 15:21 
GeneralRe: High memory usage Pin
TheMrProgrammer13-Sep-09 18:03
TheMrProgrammer13-Sep-09 18:03 
AnswerRe: High memory usage Pin
Henry Minute13-Sep-09 5:35
Henry Minute13-Sep-09 5:35 

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.