Click here to Skip to main content
15,890,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Export to OpenOffice Pin
Dave Kreskowiak20-Mar-11 4:32
mveDave Kreskowiak20-Mar-11 4:32 
GeneralRe: Export to OpenOffice Pin
Eddy Vluggen20-Mar-11 4:45
professionalEddy Vluggen20-Mar-11 4:45 
GeneralRe: Export to OpenOffice Pin
Eddy Vluggen20-Mar-11 4:44
professionalEddy Vluggen20-Mar-11 4:44 
AnswerRe: Export to OpenOffice Pin
Dalek Dave18-May-11 12:28
professionalDalek Dave18-May-11 12:28 
QuestionIdeas for Matrix operation? Pin
Sonhospa18-Mar-11 2:10
Sonhospa18-Mar-11 2:10 
AnswerRe: Ideas for Matrix operation? Pin
Luc Pattyn18-Mar-11 2:37
sitebuilderLuc Pattyn18-Mar-11 2:37 
GeneralRe: Ideas for Matrix operation? Pin
Sonhospa18-Mar-11 3:31
Sonhospa18-Mar-11 3:31 
AnswerRe: Ideas for Matrix operation? Pin
Luc Pattyn18-Mar-11 3:38
sitebuilderLuc Pattyn18-Mar-11 3:38 
you should load a number of pixels into a local array, not call them one by one. So replace readUint32 by whatever fits the situation.

I did not suggest you reverse an entire array, that is an expensive operation (especially if the image size exceeds the L2 cache size) that doesn't raise the intrinsic value of your data. What I would consider is calculating each pixel component from the exact two bytes that hold its bits.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

QuestionHow to change the version number of xla project Pin
ashish8patil17-Mar-11 23:37
ashish8patil17-Mar-11 23:37 
AnswerRe: How to change the version number of xla project Pin
DaveAuld18-Mar-11 0:26
professionalDaveAuld18-Mar-11 0:26 
QuestionProblem with changing NameSpace Pin
Alan Burkhart15-Mar-11 15:18
Alan Burkhart15-Mar-11 15:18 
AnswerRe: Problem with changing NameSpace Pin
Luc Pattyn15-Mar-11 15:37
sitebuilderLuc Pattyn15-Mar-11 15:37 
GeneralRe: Problem with changing NameSpace Pin
Alan Burkhart15-Mar-11 15:48
Alan Burkhart15-Mar-11 15:48 
QuestionQuestion on how to trap winform closing from VS designer Pin
Jon_Boy15-Mar-11 3:26
Jon_Boy15-Mar-11 3:26 
AnswerRe: Question on how to trap winform closing from VS designer Pin
Pravin Patil, Mumbai15-Mar-11 3:37
Pravin Patil, Mumbai15-Mar-11 3:37 
GeneralRe: Question on how to trap winform closing from VS designer Pin
Jon_Boy15-Mar-11 3:45
Jon_Boy15-Mar-11 3:45 
GeneralRe: Question on how to trap winform closing from VS designer Pin
Pravin Patil, Mumbai20-Mar-11 18:44
Pravin Patil, Mumbai20-Mar-11 18:44 
AnswerRe: Question on how to trap winform closing from VS designer Pin
Luc Pattyn15-Mar-11 3:45
sitebuilderLuc Pattyn15-Mar-11 3:45 
GeneralRe: Question on how to trap winform closing from VS designer Pin
Jon_Boy15-Mar-11 4:02
Jon_Boy15-Mar-11 4:02 
GeneralRe: Question on how to trap winform closing from VS designer Pin
Dave Kreskowiak15-Mar-11 4:10
mveDave Kreskowiak15-Mar-11 4:10 
GeneralRe: Question on how to trap winform closing from VS designer Pin
Аslam Iqbal15-Mar-11 8:11
professionalАslam Iqbal15-Mar-11 8:11 
GeneralRe: Question on how to trap winform closing from VS designer Pin
Jon_Boy15-Mar-11 9:09
Jon_Boy15-Mar-11 9:09 
GeneralRe: Question on how to trap winform closing from VS designer Pin
Mycroft Holmes15-Mar-11 14:14
professionalMycroft Holmes15-Mar-11 14:14 
GeneralRe: Question on how to trap winform closing from VS designer Pin
Jon_Boy16-Mar-11 1:43
Jon_Boy16-Mar-11 1:43 
AnswerRe: Question on how to trap winform closing from VS designer Pin
Luc Pattyn15-Mar-11 4:24
sitebuilderLuc Pattyn15-Mar-11 4:24 

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.