Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: treeview scroll event Pin
Surya Ayyagari10-Aug-09 17:52
Surya Ayyagari10-Aug-09 17:52 
QuestionForm Events Pin
Member 368144310-Aug-09 2:36
Member 368144310-Aug-09 2:36 
AnswerRe: Form Events Pin
Luc Pattyn10-Aug-09 2:51
sitebuilderLuc Pattyn10-Aug-09 2:51 
QuestionDatabase Problem, Unknown Information in a Access DataBase by the MEMO type! Pin
maysam gamini10-Aug-09 2:05
maysam gamini10-Aug-09 2:05 
AnswerRe: Database Problem, Unknown Information in a Access DataBase by the MEMO type! Pin
Luc Pattyn10-Aug-09 2:54
sitebuilderLuc Pattyn10-Aug-09 2:54 
AnswerRe: Database Problem, Unknown Information in a Access DataBase by the MEMO type! Pin
Leonardo Muzzi10-Aug-09 2:58
Leonardo Muzzi10-Aug-09 2:58 
GeneralRe: Database Problem, Unknown Information in a Access DataBase by the MEMO type! Pin
maysam gamini10-Aug-09 3:29
maysam gamini10-Aug-09 3:29 
GeneralRe: Database Problem, Unknown Information in a Access DataBase by the MEMO type! Pin
Leonardo Muzzi10-Aug-09 4:12
Leonardo Muzzi10-Aug-09 4:12 
Well, it's definitely a String Base 64, 'cause I was able to build a byte array from it with this code:
string strData = @"AORtHQTwD4AEAh4CSBEHSBFEgID8BwRIEEU1B0gRRP8BRQgFSBFE/wEEAwE4ABgiIDIJAPT/AgHpIjpFMwkA+J8CAVogOkU4CAD+AwAAAIB/AA8OEvkjjT/PI40/EQAAgD8eKLQBhvAdR4DpyGhwAAAAAAAAAAAAAAIAZ4yvRgAAnp8AACGhwAAAAAAKIgqE+ry+sL1Y4RhHXsCF8iV5DHKLKIJsTICFqxzDyy14ueEKIgmH5jDmMYFA51D5XSIqh+Ow47GwWG2Sug26";
byte[] data = Convert.FromBase64String(strData);

The problem is, I wasn't able to write it as an image in a .net page, using the Response.BinaryWrite method. So, maybe it's not a commom image binary data. You can test this byte array saving as a file and try some extensions.

Regards,

Leonardo Muzzi

QuestionCapture the Web Cam Video In LAN Network using C# Code Pin
vasanth arivali10-Aug-09 2:01
vasanth arivali10-Aug-09 2:01 
AnswerRe: Capture the Web Cam Video In LAN Network using C# Code Pin
Hristo-Bojilov10-Aug-09 2:06
Hristo-Bojilov10-Aug-09 2:06 
QuestionCalling a Form By selecting a date on the Month Callender Pin
Shocker0110-Aug-09 1:46
Shocker0110-Aug-09 1:46 
AnswerRe: Calling a Form By selecting a date on the Month Callender Pin
Ashfield10-Aug-09 9:36
Ashfield10-Aug-09 9:36 
QuestionInheritance Pin
p_196010-Aug-09 1:36
p_196010-Aug-09 1:36 
AnswerRe: Inheritance Pin
Pete O'Hanlon10-Aug-09 1:39
mvePete O'Hanlon10-Aug-09 1:39 
AnswerRe: Inheritance Pin
kstls10-Aug-09 1:41
kstls10-Aug-09 1:41 
AnswerRe: Inheritance Pin
Muhammad Mazhar10-Aug-09 2:04
Muhammad Mazhar10-Aug-09 2:04 
AnswerRe: Inheritance Pin
PIEBALDconsult10-Aug-09 6:24
mvePIEBALDconsult10-Aug-09 6:24 
Questiongenerate run time form IN MAIN(Mdi form) which can contain few other forms Pin
shaktisinh10-Aug-09 0:55
shaktisinh10-Aug-09 0:55 
AnswerRe: generate run time form IN MAIN(Mdi form) which can contain few other forms Pin
Muhammad Mazhar10-Aug-09 1:16
Muhammad Mazhar10-Aug-09 1:16 
GeneralRe: generate run time form IN MAIN(Mdi form) which can contain few other forms Pin
shaktisinh10-Aug-09 18:33
shaktisinh10-Aug-09 18:33 
GeneralRe: generate run time form IN MAIN(Mdi form) which can contain few other forms Pin
Muhammad Mazhar11-Aug-09 1:52
Muhammad Mazhar11-Aug-09 1:52 
AnswerRe: generate run time form IN MAIN(Mdi form) which can contain few other forms Pin
Dave Kreskowiak10-Aug-09 5:03
mveDave Kreskowiak10-Aug-09 5:03 
GeneralRe: generate run time form IN MAIN(Mdi form) which can contain few other forms Pin
shaktisinh10-Aug-09 18:02
shaktisinh10-Aug-09 18:02 
GeneralRe: generate run time form IN MAIN(Mdi form) which can contain few other forms Pin
Dave Kreskowiak10-Aug-09 18:23
mveDave Kreskowiak10-Aug-09 18:23 
GeneralRe: generate run time form IN MAIN(Mdi form) which can contain few other forms Pin
shaktisinh10-Aug-09 18:44
shaktisinh10-Aug-09 18:44 

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.