Click here to Skip to main content
15,887,746 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHP iPAQ h5500 fingerprint reader Pin
crazyteh8-Feb-07 19:40
crazyteh8-Feb-07 19:40 
AnswerRe: HP iPAQ h5500 fingerprint reader Pin
Dave Kreskowiak9-Feb-07 5:30
mveDave Kreskowiak9-Feb-07 5:30 
GeneralRe: HP iPAQ h5500 fingerprint reader Pin
crazyteh11-Feb-07 17:02
crazyteh11-Feb-07 17:02 
GeneralRe: HP iPAQ h5500 fingerprint reader Pin
Dave Kreskowiak12-Feb-07 2:21
mveDave Kreskowiak12-Feb-07 2:21 
QuestionHelp Required Its Urgent Pin
amjad ali shah8-Feb-07 19:30
amjad ali shah8-Feb-07 19:30 
GeneralRe: Useless subject Pin
Guffa8-Feb-07 22:49
Guffa8-Feb-07 22:49 
GeneralRe: Useless subject Pin
amjad ali shah9-Feb-07 0:47
amjad ali shah9-Feb-07 0:47 
QuestionOpen Excel File Stored in Access Database Pin
Shaurya_Rastogi8-Feb-07 17:26
Shaurya_Rastogi8-Feb-07 17:26 
I need to open an Excel file that has been stored in the Access Database using the insert Object functionality of MS Access manually.

What i am aware of is that i cant just read the field containing the Excel File into a Byte Array and pass it to the Excel object,as the file is wrapped in the OLE Wrapper used by Access while inserting the file in database.

I have tried locating the Header of Excel file from the byte array and read the file from there on but it is not working.

while (true)
{
if (0xE11AB1A1E011CFD0 == BitConverter.ToUInt64(byStream, i))
break;
i++;
}
output.Write(byStream, i, byStream.Length - i-1);

byStream is a byte array into which i have read the Excel file from Database.
I am locating the Excel file header in the byte stream and am writing the byte array to a file from that location.But on opening the written file it dosent work.
Similar approach had worked in case of Images but now in this case.

Can some one please tell me as to how i can open the Excel File.
Questionhow to convert csv to vb.net data table Pin
balamurugan828-Feb-07 17:23
balamurugan828-Feb-07 17:23 
AnswerRe: how to convert csv to vb.net data table Pin
PIEBALDconsult8-Feb-07 17:33
mvePIEBALDconsult8-Feb-07 17:33 
QuestionHow do I select time only from a DATETIME column? Pin
Praveen 1238-Feb-07 17:14
Praveen 1238-Feb-07 17:14 
AnswerRe: How do I select time only from a DATETIME column? Pin
M-Hall8-Feb-07 17:45
M-Hall8-Feb-07 17:45 
GeneralRe: How do I select time only from a DATETIME column? Pin
Johan Hakkesteegt8-Feb-07 20:48
Johan Hakkesteegt8-Feb-07 20:48 
Questionmultiple forms in a web page Pin
uglyeyes8-Feb-07 16:09
uglyeyes8-Feb-07 16:09 
AnswerRe: multiple forms in a web page Pin
econner8-Feb-07 16:22
econner8-Feb-07 16:22 
AnswerRe: multiple forms in a web page Pin
gauthee8-Feb-07 17:59
gauthee8-Feb-07 17:59 
AnswerRe: multiple forms in a web page Pin
amjad ali shah9-Feb-07 2:47
amjad ali shah9-Feb-07 2:47 
QuestionIndustry Control and Programme Pin
codeadair8-Feb-07 15:56
codeadair8-Feb-07 15:56 
AnswerRe: Industry Control and Programme Pin
Johan Hakkesteegt8-Feb-07 21:51
Johan Hakkesteegt8-Feb-07 21:51 
AnswerRe: Industry Control and Programme Pin
Dave Kreskowiak9-Feb-07 5:13
mveDave Kreskowiak9-Feb-07 5:13 
QuestionRecognize Different tones? Pin
Dave@VB8-Feb-07 14:46
Dave@VB8-Feb-07 14:46 
AnswerRe: Recognize Different tones? Pin
Christian Graus8-Feb-07 14:50
protectorChristian Graus8-Feb-07 14:50 
GeneralRe: Recognize Different tones? Pin
Dave@VB8-Feb-07 14:51
Dave@VB8-Feb-07 14:51 
AnswerRe: Recognize Different tones? Pin
MikeMarq8-Feb-07 19:17
MikeMarq8-Feb-07 19:17 
GeneralRe: Recognize Different tones? Pin
Dave@VB9-Feb-07 9:39
Dave@VB9-Feb-07 9:39 

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.