Click here to Skip to main content
16,006,001 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to know a structure of a project Pin
Dave Kreskowiak13-Jul-07 3:58
mveDave Kreskowiak13-Jul-07 3:58 
AnswerRe: authentication help Pin
Dave Kreskowiak13-Jul-07 3:55
mveDave Kreskowiak13-Jul-07 3:55 
GeneralRe: authentication help Pin
Paul Conrad13-Jul-07 4:30
professionalPaul Conrad13-Jul-07 4:30 
QuestionHow to get Binary File into XML and then back Pin
Rizwan Bashir13-Jul-07 1:42
Rizwan Bashir13-Jul-07 1:42 
AnswerRe: How to get Binary File into XML and then back Pin
SHatchard13-Jul-07 2:09
SHatchard13-Jul-07 2:09 
GeneralRe: How to get Binary File into XML and then back Pin
Rizwan Bashir13-Jul-07 2:27
Rizwan Bashir13-Jul-07 2:27 
GeneralRe: How to get Binary File into XML and then back Pin
SHatchard13-Jul-07 2:43
SHatchard13-Jul-07 2:43 
AnswerRe: How to get Binary File into XML and then back Pin
Dave Kreskowiak13-Jul-07 3:52
mveDave Kreskowiak13-Jul-07 3:52 
The easiest way to do it would be to convert the binary data in the file to a Base64 string, store that in your field, then save the data out to the XML file. Convert.ToBase64String[^]

Keep in mind, XML was NOT designed to be a database. It's purpose is to pass messages between systems. Storing binary data in an XML file can result in VERY large files. Just something to think about...


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionCapture the cell contents in a datagridview Pin
steve_rm13-Jul-07 1:38
steve_rm13-Jul-07 1:38 
QuestionRe: Capture the cell contents in a datagridview [modified] Pin
steve_rm13-Jul-07 2:00
steve_rm13-Jul-07 2:00 
Questioninputbox Pin
md_refay13-Jul-07 1:12
md_refay13-Jul-07 1:12 
AnswerRe: inputbox Pin
Johan Hakkesteegt13-Jul-07 2:56
Johan Hakkesteegt13-Jul-07 2:56 
QuestionVB6 webbrowser "run-time error -1 (ffffffff)" Pin
a.vehbi13-Jul-07 1:00
a.vehbi13-Jul-07 1:00 
AnswerRe: VB6 webbrowser "run-time error -1 (ffffffff)" Pin
Dave Kreskowiak13-Jul-07 3:44
mveDave Kreskowiak13-Jul-07 3:44 
QuestionLogic for file splitting? Pin
sudhakar7913-Jul-07 0:46
sudhakar7913-Jul-07 0:46 
AnswerRe: Logic for file splitting? Pin
Dave Kreskowiak13-Jul-07 3:41
mveDave Kreskowiak13-Jul-07 3:41 
GeneralRe:Here is the detailed problem and failing conditions. Pin
sudhakar7913-Jul-07 6:02
sudhakar7913-Jul-07 6:02 
AnswerRe: Logic for file splitting? Pin
Guffa13-Jul-07 3:48
Guffa13-Jul-07 3:48 
GeneralRe:Hi just look at these cases and conditions Pin
sudhakar7913-Jul-07 6:04
sudhakar7913-Jul-07 6:04 
AnswerRe:Hi just look at these cases and conditions Pin
Guffa13-Jul-07 7:53
Guffa13-Jul-07 7:53 
QuestionPaging a DataList? Pin
rashadaliarshad13-Jul-07 0:34
rashadaliarshad13-Jul-07 0:34 
AnswerRe: Paging a DataList? Pin
Dave Kreskowiak13-Jul-07 3:37
mveDave Kreskowiak13-Jul-07 3:37 
QuestionHow can i update custom document properties... Pin
koolprasad200313-Jul-07 0:01
professionalkoolprasad200313-Jul-07 0:01 
Questionmultiple items dragging and dropping from one list box to another listbox.? Pin
sudhakar7912-Jul-07 23:56
sudhakar7912-Jul-07 23:56 
AnswerRe: multiple items dragging and dropping from one list box to another listbox.? Pin
Dave Kreskowiak13-Jul-07 3:29
mveDave Kreskowiak13-Jul-07 3:29 

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.