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

Visual Basic

 
AnswerRe: DataGridView - Why doesn't this work? Pin
GuyThiebaut20-Jul-07 6:52
professionalGuyThiebaut20-Jul-07 6:52 
GeneralRe: DataGridView - Why doesn't this work? Pin
penguin500023-Jul-07 4:41
penguin500023-Jul-07 4:41 
QuestionAccessing Database Pin
Toyeyen20-Jul-07 5:15
Toyeyen20-Jul-07 5:15 
AnswerRe: Accessing Database Pin
Paul Conrad29-Jul-07 6:13
professionalPaul Conrad29-Jul-07 6:13 
GeneralRe: Accessing Database Pin
Toyeyen20-Aug-07 1:51
Toyeyen20-Aug-07 1:51 
GeneralRe: Accessing Database Pin
Paul Conrad20-Aug-07 13:06
professionalPaul Conrad20-Aug-07 13:06 
Questionconverting byte array Pin
captainmogo20-Jul-07 4:47
captainmogo20-Jul-07 4:47 
AnswerRe: converting byte array Pin
Colin Angus Mackay20-Jul-07 4:54
Colin Angus Mackay20-Jul-07 4:54 
captainmogo wrote:
parameter1 is the first 3 bytes in the array and needs to be Uint32 for decoding purposes. If I use the convert to Uint32 method - it automatically takes the first 4 bytes. Is there a way to convert just those 3 bytes.


I'm not sure if the BitConverter has anything for this. But a solution that would work is to create an array of 4 bytes, copy the 3 bytes in (ensure the remaining byte is zero) and convert it. I think the byte that has to be zero is the last one, but you might want to check that - its been a while since I've done anything at that level.


Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...

"I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless."


My website

AnswerRe: converting byte array Pin
Luc Pattyn20-Jul-07 6:13
sitebuilderLuc Pattyn20-Jul-07 6:13 
QuestionRaiseEvent is not firing off the event I call Pin
Marcus J. Smith20-Jul-07 2:11
professionalMarcus J. Smith20-Jul-07 2:11 
AnswerRe: RaiseEvent is not firing off the event I call Pin
Ky Nam20-Jul-07 2:21
Ky Nam20-Jul-07 2:21 
GeneralRe: RaiseEvent is not firing off the event I call Pin
Marcus J. Smith20-Jul-07 2:29
professionalMarcus J. Smith20-Jul-07 2:29 
GeneralRe: RaiseEvent is not firing off the event I call Pin
Dave Kreskowiak20-Jul-07 5:07
mveDave Kreskowiak20-Jul-07 5:07 
GeneralRe: RaiseEvent is not firing off the event I call Pin
Marcus J. Smith20-Jul-07 5:44
professionalMarcus J. Smith20-Jul-07 5:44 
GeneralRe: RaiseEvent is not firing off the event I call Pin
Dave Kreskowiak20-Jul-07 6:59
mveDave Kreskowiak20-Jul-07 6:59 
AnswerRe: RaiseEvent is not firing off the event I call Pin
Naji El Kotob20-Jul-07 2:39
Naji El Kotob20-Jul-07 2:39 
GeneralRe: RaiseEvent is not firing off the event I call Pin
Marcus J. Smith20-Jul-07 3:05
professionalMarcus J. Smith20-Jul-07 3:05 
GeneralRe: RaiseEvent is not firing off the event I call Pin
Naji El Kotob20-Jul-07 9:00
Naji El Kotob20-Jul-07 9:00 
QuestionHelp: Any body knows............. Pin
Ashish Kumar Vyas20-Jul-07 2:10
Ashish Kumar Vyas20-Jul-07 2:10 
AnswerRe: Help: Any body knows............. Pin
cutequencher20-Jul-07 4:37
cutequencher20-Jul-07 4:37 
AnswerRe: Help: Any body knows............. Pin
Dave Kreskowiak20-Jul-07 5:05
mveDave Kreskowiak20-Jul-07 5:05 
GeneralRe: Help: Any body knows............. Pin
Paul Conrad20-Jul-07 6:29
professionalPaul Conrad20-Jul-07 6:29 
GeneralRe: Help: Any body knows............. Pin
Dave Kreskowiak20-Jul-07 7:00
mveDave Kreskowiak20-Jul-07 7:00 
AnswerRe: Help: Any body knows............. Pin
Naji El Kotob20-Jul-07 9:18
Naji El Kotob20-Jul-07 9:18 
QuestionConfiguration Pin
WhiteGirl2320-Jul-07 2:03
WhiteGirl2320-Jul-07 2:03 

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.