Click here to Skip to main content
15,899,314 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: calculate start and stop time Pin
Luc Pattyn6-Aug-09 4:19
sitebuilderLuc Pattyn6-Aug-09 4:19 
QuestionHow would I deal with 10-bit-integer? Pin
Sonhospa5-Aug-09 22:37
Sonhospa5-Aug-09 22:37 
AnswerRe: How would I deal with 10-bit-integer? Pin
Moreno Airoldi5-Aug-09 23:41
Moreno Airoldi5-Aug-09 23:41 
NewsRe: How would I deal with 10-bit-integer? Pin
Sonhospa6-Aug-09 1:14
Sonhospa6-Aug-09 1:14 
GeneralRe: How would I deal with 10-bit-integer? [modified] Pin
Moreno Airoldi6-Aug-09 1:47
Moreno Airoldi6-Aug-09 1:47 
GeneralRe: How would I deal with 10-bit-integer? Pin
Sonhospa6-Aug-09 9:39
Sonhospa6-Aug-09 9:39 
GeneralRe: How would I deal with 10-bit-integer? Pin
Moreno Airoldi6-Aug-09 23:34
Moreno Airoldi6-Aug-09 23:34 
GeneralRe: How would I deal with 10-bit-integer? [modified] Pin
Moreno Airoldi7-Aug-09 0:06
Moreno Airoldi7-Aug-09 0:06 
I had a first look at the stuff, and I sure see one problem, which as you thought is related to the Format24bppRgb format.
This format requires three Bytes for each pixel (red, green, blue), while you provide three UInt32.
Try to make your RGBArray a Byte array, and you'll probably be done.

I'll have a deeper look anyway, and see if what I said is ok and if there's anything else to fix. Smile | :)

2+2=5 for very large amounts of 2
(always loved that one hehe!)

modified on Friday, August 7, 2009 6:16 AM

GeneralRe: How would I deal with 10-bit-integer? Pin
Sonhospa7-Aug-09 7:39
Sonhospa7-Aug-09 7:39 
GeneralRe: How would I deal with 10-bit-integer? Pin
Moreno Airoldi7-Aug-09 15:08
Moreno Airoldi7-Aug-09 15:08 
AnswerRe: How would I deal with 10-bit-integer? Pin
DidiKunz12-Aug-09 3:40
DidiKunz12-Aug-09 3:40 
GeneralRe: How would I deal with 10-bit-integer? Pin
Sonhospa13-Aug-09 10:01
Sonhospa13-Aug-09 10:01 
GeneralRe: How would I deal with 10-bit-integer? Pin
DidiKunz13-Aug-09 20:15
DidiKunz13-Aug-09 20:15 
GeneralRe: How would I deal with 10-bit-integer? Pin
Sonhospa13-Aug-09 21:47
Sonhospa13-Aug-09 21:47 
GeneralRe: How would I deal with 10-bit-integer? Pin
DidiKunz13-Aug-09 23:38
DidiKunz13-Aug-09 23:38 
GeneralRe: How would I deal with 10-bit-integer? Pin
Sonhospa14-Aug-09 9:44
Sonhospa14-Aug-09 9:44 
NewsRe: How would I deal with 10-bit-integer? [modified] Pin
Sonhospa15-Aug-09 2:08
Sonhospa15-Aug-09 2:08 
GeneralRe: How would I deal with 10-bit-integer? Pin
DidiKunz16-Aug-09 0:59
DidiKunz16-Aug-09 0:59 
GeneralRe: How would I deal with 10-bit-integer? [modified] Pin
Sonhospa16-Aug-09 2:10
Sonhospa16-Aug-09 2:10 
AnswerResolved: How would I deal with 10-bit-integer? Pin
Sonhospa16-Aug-09 6:53
Sonhospa16-Aug-09 6:53 
QuestionClearing Datagridview when combobox item is changed [modified] Pin
Dambod5-Aug-09 22:31
Dambod5-Aug-09 22:31 
AnswerRe: Clearing Datagridview when combobox item is changed Pin
dan!sh 5-Aug-09 22:53
professional dan!sh 5-Aug-09 22:53 
GeneralRe: Clearing Datagridview when combobox item is changed Pin
Dambod6-Aug-09 3:59
Dambod6-Aug-09 3:59 
GeneralRe: Clearing Datagridview when combobox item is changed Pin
dan!sh 6-Aug-09 8:55
professional dan!sh 6-Aug-09 8:55 
GeneralRe: Clearing Datagridview when combobox item is changed Pin
Dambod7-Aug-09 20:30
Dambod7-Aug-09 20:30 

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.