Click here to Skip to main content
15,915,795 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSql Server 2008 - Accessing out of Domain ? Pin
Paramu19735-Aug-09 1:00
Paramu19735-Aug-09 1:00 
AnswerRe: Sql Server 2008 - Accessing out of Domain ? Pin
Tom Deketelaere5-Aug-09 1:20
professionalTom Deketelaere5-Aug-09 1:20 
GeneralRe: Sql Server 2008 - Accessing out of Domain ? Pin
Paramu19735-Aug-09 2:01
Paramu19735-Aug-09 2:01 
GeneralRe: Sql Server 2008 - Accessing out of Domain ? Pin
Tom Deketelaere5-Aug-09 2:09
professionalTom Deketelaere5-Aug-09 2:09 
QuestionPassing credentials from job to application Pin
Johan Hakkesteegt4-Aug-09 21:55
Johan Hakkesteegt4-Aug-09 21:55 
AnswerRe: Passing credentials from job to application Pin
Mycroft Holmes4-Aug-09 22:28
professionalMycroft Holmes4-Aug-09 22:28 
GeneralRe: Passing credentials from job to application Pin
Johan Hakkesteegt4-Aug-09 22:31
Johan Hakkesteegt4-Aug-09 22:31 
GeneralRe: Passing credentials from job to application Pin
Mycroft Holmes4-Aug-09 23:10
professionalMycroft Holmes4-Aug-09 23:10 
GeneralRe: Passing credentials from job to application Pin
Johan Hakkesteegt4-Aug-09 23:17
Johan Hakkesteegt4-Aug-09 23:17 
QuestionSend Keys to another application (Hard one) Pin
Kobi_Z4-Aug-09 18:37
Kobi_Z4-Aug-09 18:37 
AnswerRe: Send Keys to another application (Hard one) Pin
dan!sh 4-Aug-09 19:07
professional dan!sh 4-Aug-09 19:07 
GeneralRe: Send Keys to another application (Hard one) Pin
Kobi_Z4-Aug-09 21:53
Kobi_Z4-Aug-09 21:53 
GeneralNOT WORKING Pin
Kobi_Z5-Aug-09 18:40
Kobi_Z5-Aug-09 18:40 
GeneralRe: Send Keys to another application (Hard one) Pin
Kobi_Z6-Aug-09 6:48
Kobi_Z6-Aug-09 6:48 
QuestionMy First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
William Ralls4-Aug-09 7:01
William Ralls4-Aug-09 7:01 
AnswerRe: My First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
nlarson114-Aug-09 7:23
nlarson114-Aug-09 7:23 
AnswerRe: My First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
N a v a n e e t h4-Aug-09 7:43
N a v a n e e t h4-Aug-09 7:43 
GeneralRe: My First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
William Ralls4-Aug-09 9:00
William Ralls4-Aug-09 9:00 
GeneralRe: My First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
Luc Pattyn4-Aug-09 15:00
sitebuilderLuc Pattyn4-Aug-09 15:00 
AnswerDataGridView Pin
David Mujica4-Aug-09 8:04
David Mujica4-Aug-09 8:04 
AnswerRe: My First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
Christian Graus4-Aug-09 13:24
protectorChristian Graus4-Aug-09 13:24 
QuestionHow to check if TCP/IP connection is active with a device Pin
sohaib_a4-Aug-09 5:26
sohaib_a4-Aug-09 5:26 
AnswerRe: How to check if TCP/IP connection is active with a device Pin
N a v a n e e t h4-Aug-09 7:45
N a v a n e e t h4-Aug-09 7:45 
GeneralRe: How to check if TCP/IP connection is active with a device Pin
sohaib_a4-Aug-09 11:42
sohaib_a4-Aug-09 11:42 
QuestionHot to read uncommon picture format? Pin
Sonhospa4-Aug-09 0:22
Sonhospa4-Aug-09 0:22 
Hello again,

for those who saw it: I asked the question already some time ago, but I just got answers that couldn't help me solve the problem. Maybe there's someone around who's willing to guide me a bit more detailed? Rose | [Rose]

All I wanna do is show a picture (DPX-File) in a picture box on a form. Unfortunately DPX is not supported from GDI+, so I have to find an uncommon way in VB2008. What I found: The image information in a dpx-file starts after a header of specified length at Address &h2000. Each pixel is represented by a 32-bit-word (4 Bytes) which I would be able to read e.g. using a binary reader.

With which code could I get the information read by a binary reader into my picture box? I read about memorystreams, blobs etc but I can't figure out Confused | :confused: which way would work and how...

Any advice is very appreciated!
Thank you for you time,

Michael

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.