Click here to Skip to main content
15,902,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Delete/Remove test certificate Pin
Dave Kreskowiak17-Nov-10 5:09
mveDave Kreskowiak17-Nov-10 5:09 
GeneralRe: Delete/Remove test certificate Pin
vijay248217-Nov-10 5:27
vijay248217-Nov-10 5:27 
GeneralRe: Delete/Remove test certificate Pin
Dave Kreskowiak17-Nov-10 5:45
mveDave Kreskowiak17-Nov-10 5:45 
GeneralRe: Delete/Remove test certificate Pin
vijay248217-Nov-10 21:35
vijay248217-Nov-10 21:35 
QuestionNeed some help trying to figure this out. Pin
crain198116-Nov-10 13:23
crain198116-Nov-10 13:23 
AnswerRe: Need some help trying to figure this out. Pin
Dave Kreskowiak16-Nov-10 14:55
mveDave Kreskowiak16-Nov-10 14:55 
GeneralRe: Need some help trying to figure this out. Pin
crain198116-Nov-10 16:26
crain198116-Nov-10 16:26 
GeneralRe: Need some help trying to figure this out. Pin
Dave Kreskowiak16-Nov-10 17:15
mveDave Kreskowiak16-Nov-10 17:15 
This has got so many problems I don't know where to start.

First, you've got an XML file that holds all the position data in the archive, but you've got nothing persisting this XML data anywhere. Once you're app is closed, it's gone and you have no hope of decrypting the data in the archive, let alone finding it.

You've got no code at all that removes a file from the archive, nor anything that updates pointers to where the remaining files would now be in the modified archive. You've got nothing to add files, nothing to manage the collection of files and the data, no real data structures tracking this stuff, ... basically, this was done entirely wrong. From what I can see in this code, you've got no hope of fixing this because it has to be completely torn down and a new library created that just handles these custom archive files. Forget the form stuff and getting values from TextBox's. The library shouldn't care at all about TextBox's. It should only get it's data from parameters passed into well crafted methods, such as (an overly simplified list!) AddFile(filepath), DeleteFile(filepath), CreateNewArchive(archivePath), ...

GeneralRe: Need some help trying to figure this out. Pin
crain198118-Nov-10 13:01
crain198118-Nov-10 13:01 
GeneralRe: Need some help trying to figure this out. Pin
Dave Kreskowiak18-Nov-10 13:26
mveDave Kreskowiak18-Nov-10 13:26 
GeneralRe: Need some help trying to figure this out. Pin
crain198118-Nov-10 14:35
crain198118-Nov-10 14:35 
GeneralRe: Need some help trying to figure this out. Pin
Dave Kreskowiak18-Nov-10 16:58
mveDave Kreskowiak18-Nov-10 16:58 
GeneralRe: Need some help trying to figure this out. Pin
crain198119-Nov-10 1:55
crain198119-Nov-10 1:55 
GeneralRe: Need some help trying to figure this out. Pin
Dave Kreskowiak19-Nov-10 10:29
mveDave Kreskowiak19-Nov-10 10:29 
GeneralRe: Need some help trying to figure this out. Pin
crain198119-Nov-10 11:44
crain198119-Nov-10 11:44 
GeneralRe: Need some help trying to figure this out. Pin
Dave Kreskowiak20-Nov-10 13:59
mveDave Kreskowiak20-Nov-10 13:59 
GeneralRe: Need some help trying to figure this out. Pin
crain198120-Nov-10 14:52
crain198120-Nov-10 14:52 
GeneralRe: Need some help trying to figure this out. Pin
crain198119-Nov-10 11:11
crain198119-Nov-10 11:11 
GeneralRe: Need some help trying to figure this out. Pin
Dave Kreskowiak18-Nov-10 13:30
mveDave Kreskowiak18-Nov-10 13:30 
AnswerRe: Need some help trying to figure this out. Pin
Luc Pattyn16-Nov-10 17:24
sitebuilderLuc Pattyn16-Nov-10 17:24 
GeneralRe: Need some help trying to figure this out. Pin
crain198118-Nov-10 12:24
crain198118-Nov-10 12:24 
GeneralRe: Need some help trying to figure this out. Pin
Dave Kreskowiak18-Nov-10 13:28
mveDave Kreskowiak18-Nov-10 13:28 
GeneralRe: Need some help trying to figure this out. Pin
crain198118-Nov-10 14:34
crain198118-Nov-10 14:34 
GeneralRe: Need some help trying to figure this out. Pin
crain198119-Nov-10 15:05
crain198119-Nov-10 15:05 
GeneralRe: Need some help trying to figure this out. Pin
Dave Kreskowiak20-Nov-10 13:18
mveDave Kreskowiak20-Nov-10 13:18 

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.