Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
GeneralRe: A question about async call of an assembly... Pin
Nader Elshehabi16-Oct-06 4:08
Nader Elshehabi16-Oct-06 4:08 
GeneralRe: A question about async call of an assembly... Pin
Orkun GEDiK16-Oct-06 4:14
Orkun GEDiK16-Oct-06 4:14 
QuestionExtracting OLE Object from MS Access Pin
AngryC15-Oct-06 8:56
AngryC15-Oct-06 8:56 
AnswerRe: Extracting OLE Object from MS Access Pin
Nader Elshehabi15-Oct-06 14:01
Nader Elshehabi15-Oct-06 14:01 
GeneralRe: Extracting OLE Object from MS Access Pin
AngryC15-Oct-06 14:34
AngryC15-Oct-06 14:34 
GeneralRe: Extracting OLE Object from MS Access Pin
Nader Elshehabi15-Oct-06 14:49
Nader Elshehabi15-Oct-06 14:49 
GeneralRe: Extracting OLE Object from MS Access Pin
AngryC15-Oct-06 16:01
AngryC15-Oct-06 16:01 
GeneralRe: Extracting OLE Object from MS Access [modified] Pin
Nader Elshehabi15-Oct-06 16:24
Nader Elshehabi15-Oct-06 16:24 
Well, please don't be offended, I was just wondering. To some extent yes, it could be almost the same.

For the Html document you are storing -though I'd prefer to store it in the Db as text. This would be much easier-, the Html text itself won't be changed, but you wil find some binary OLE Metadata at the begining of the doument. You just got to ignore it in your Stream, and begin reading from the first Html tag -eg. <html>, or <body>, etc..-. That should do it, but then you have to treat it like text and not binary like storing it in a string and saving it to html file. Also the images of the html page won't be saved in the Db, and when you extract the file and save it to "something.html" you will only get the html and no pictures -except of course if they are online pictures, and you were connected-.

I hope I was close enough this time.


-- modified at 22:29 Sunday 15th October, 2006

Oh! I almost forgot. About the metadata at the end, just ignore whatever is after the </html> tag.
BTW: How do you extract the Oleobject from you Db in C# code?

RegardsRose | [Rose]

QuestionWebBrowser/Threading issue Pin
DMBFiredancer15-Oct-06 8:34
DMBFiredancer15-Oct-06 8:34 
AnswerRe: WebBrowser/Threading issue Pin
Judah Gabriel Himango15-Oct-06 10:44
sponsorJudah Gabriel Himango15-Oct-06 10:44 
GeneralRe: WebBrowser/Threading issue Pin
DMBFiredancer15-Oct-06 11:15
DMBFiredancer15-Oct-06 11:15 
GeneralRe: WebBrowser/Threading issue Pin
Judah Gabriel Himango15-Oct-06 11:17
sponsorJudah Gabriel Himango15-Oct-06 11:17 
GeneralRe: WebBrowser/Threading issue Pin
DMBFiredancer15-Oct-06 11:51
DMBFiredancer15-Oct-06 11:51 
GeneralRe: WebBrowser/Threading issue Pin
Judah Gabriel Himango15-Oct-06 12:24
sponsorJudah Gabriel Himango15-Oct-06 12:24 
GeneralRe: WebBrowser/Threading issue Pin
DMBFiredancer15-Oct-06 12:30
DMBFiredancer15-Oct-06 12:30 
GeneralRe: WebBrowser/Threading issue Pin
DMBFiredancer16-Oct-06 2:44
DMBFiredancer16-Oct-06 2:44 
GeneralRe: WebBrowser/Threading issue Pin
Judah Gabriel Himango16-Oct-06 3:39
sponsorJudah Gabriel Himango16-Oct-06 3:39 
QuestionClient server application Pin
Airtel_nokia15-Oct-06 8:09
Airtel_nokia15-Oct-06 8:09 
QuestionWhy use CulturalInfo Pin
Mark0615-Oct-06 8:00
Mark0615-Oct-06 8:00 
AnswerRe: Why use CulturalInfo Pin
Guffa15-Oct-06 12:36
Guffa15-Oct-06 12:36 
AnswerRe: Why use CulturalInfo Pin
Monkeyget216-Oct-06 1:50
Monkeyget216-Oct-06 1:50 
GeneralRe: Why use CulturalInfo Pin
Mark0617-Oct-06 0:49
Mark0617-Oct-06 0:49 
GeneralRe: Why use CulturalInfo Pin
Monkeyget220-Oct-06 8:13
Monkeyget220-Oct-06 8:13 
Questionexit event handler Pin
m.m._200715-Oct-06 6:53
m.m._200715-Oct-06 6:53 
AnswerRe: exit event handler Pin
CWIZO15-Oct-06 7:58
CWIZO15-Oct-06 7:58 

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.