Click here to Skip to main content
16,011,905 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to use marquee property in status bar? Pin
Enriad6-Jan-07 23:16
Enriad6-Jan-07 23:16 
QuestionFile Info Pin
CodingYoshi4-Jan-07 10:27
CodingYoshi4-Jan-07 10:27 
AnswerRe: File Info Pin
Yona Low4-Jan-07 11:48
Yona Low4-Jan-07 11:48 
AnswerRe: File Info Pin
Colin Angus Mackay4-Jan-07 11:48
Colin Angus Mackay4-Jan-07 11:48 
GeneralRe: File Info Pin
CodingYoshi5-Jan-07 6:20
CodingYoshi5-Jan-07 6:20 
GeneralRe: File Info Pin
Colin Angus Mackay5-Jan-07 6:49
Colin Angus Mackay5-Jan-07 6:49 
Questioncreate a password protected folder in vb.net: how can I do this? Pin
nickib584-Jan-07 10:27
nickib584-Jan-07 10:27 
AnswerRe: create a password protected folder in vb.net: how can I do this? Pin
Christian Graus4-Jan-07 11:28
protectorChristian Graus4-Jan-07 11:28 
Windows does not support this. You can password protect a zip, but not a folder. You can make a folder hidden, but that's easily side stepped by someone who wants to. So are zip passwords, actually. Your best bet is to encrypt your data in some way. A comon way is to store an MD5 hash, and not the password itself, although MD5 is not so secure, nowadays.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: create a password protected folder in vb.net: how can I do this? Pin
nickib585-Jan-07 9:32
nickib585-Jan-07 9:32 
GeneralRe: create a password protected folder in vb.net: how can I do this? Pin
Christian Graus5-Jan-07 19:15
protectorChristian Graus5-Jan-07 19:15 
QuestionMySQL date format Pin
jds12074-Jan-07 9:02
jds12074-Jan-07 9:02 
AnswerRe: MySQL date format Pin
Dave Kreskowiak4-Jan-07 9:46
mveDave Kreskowiak4-Jan-07 9:46 
Questionsaveas html Pin
dustingeorge4-Jan-07 6:31
dustingeorge4-Jan-07 6:31 
AnswerRe: saveas html Pin
Guffa4-Jan-07 7:06
Guffa4-Jan-07 7:06 
GeneralRe: saveas html Pin
dustingeorge4-Jan-07 8:46
dustingeorge4-Jan-07 8:46 
QuestionOutlook 2003 Listview Pin
MickRose4-Jan-07 5:04
MickRose4-Jan-07 5:04 
AnswerRe: Outlook 2003 Listview Pin
MatrixCoder4-Jan-07 5:45
MatrixCoder4-Jan-07 5:45 
GeneralRe: Outlook 2003 Listview Pin
MickRose4-Jan-07 5:58
MickRose4-Jan-07 5:58 
GeneralRe: Outlook 2003 Listview Pin
MatrixCoder4-Jan-07 6:10
MatrixCoder4-Jan-07 6:10 
GeneralRe: Outlook 2003 Listview Pin
MickRose5-Jan-07 5:26
MickRose5-Jan-07 5:26 
GeneralRe: Outlook 2003 Listview Pin
MatrixCoder5-Jan-07 7:04
MatrixCoder5-Jan-07 7:04 
QuestionNULL Nothing DBNull - when where why??? Pin
Marcus J. Smith4-Jan-07 4:58
professionalMarcus J. Smith4-Jan-07 4:58 
AnswerRe: NULL Nothing DBNull - when where why??? Pin
nlarson114-Jan-07 5:09
nlarson114-Jan-07 5:09 
AnswerRe: NULL Nothing DBNull - when where why??? Pin
Colin Angus Mackay4-Jan-07 5:15
Colin Angus Mackay4-Jan-07 5:15 
AnswerRe: NULL Nothing DBNull - when where why??? Pin
Guffa4-Jan-07 7:23
Guffa4-Jan-07 7:23 

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.