Click here to Skip to main content
15,895,011 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: visual basic .net, runtime error ,visual studio 2010 framework 4 Pin
Denis999920-Dec-10 4:04
Denis999920-Dec-10 4:04 
GeneralRe: visual basic .net, runtime error ,visual studio 2010 framework 4 Pin
T210220-Dec-10 4:42
T210220-Dec-10 4:42 
GeneralRe: visual basic .net, runtime error ,visual studio 2010 framework 4 Pin
Denis999920-Dec-10 7:24
Denis999920-Dec-10 7:24 
GeneralRe: visual basic .net, runtime error ,visual studio 2010 framework 4 Pin
T210220-Dec-10 12:09
T210220-Dec-10 12:09 
GeneralRe: visual basic .net, runtime error ,visual studio 2010 framework 4 Pin
Denis999920-Dec-10 20:48
Denis999920-Dec-10 20:48 
GeneralRe: visual basic .net, runtime error ,visual studio 2010 framework 4 Pin
T210220-Dec-10 20:58
T210220-Dec-10 20:58 
QuestionProtecting text file in VB6 Pin
hang_em19-Dec-10 17:09
hang_em19-Dec-10 17:09 
AnswerRe: Protecting text file in VB6 Pin
Dave Kreskowiak20-Dec-10 3:54
mveDave Kreskowiak20-Dec-10 3:54 
You can encrypt/decrypt the text file, but you'd have to hold the contents of the file in memory to use it and modify it, then write it back out encrpyted.

You can find a few examples in this list[^].

I highly recommend abandoning VB6 development and moving to VB.NET. Once you get past the learning curve, you'll find that you've been writing code in the Dark Ages.

GeneralRe: Protecting text file in VB6 Pin
hang_em21-Dec-10 17:30
hang_em21-Dec-10 17:30 
GeneralRe: Protecting text file in VB6 Pin
Dave Kreskowiak21-Dec-10 18:17
mveDave Kreskowiak21-Dec-10 18:17 
QuestionSql Server 2008 - Cannot open database 'XXX' requested by the login. The login failed Pin
Tom Bui19-Dec-10 14:39
Tom Bui19-Dec-10 14:39 
AnswerRe: Sql Server 2008 - Cannot open database 'XXX' requested by the login. The login failed Pin
Dalek Dave19-Dec-10 14:45
professionalDalek Dave19-Dec-10 14:45 
AnswerRe: Sql Server 2008 - Cannot open database 'XXX' requested by the login. The login failed Pin
Mycroft Holmes19-Dec-10 15:34
professionalMycroft Holmes19-Dec-10 15:34 
AnswerRe: Sql Server 2008 - Cannot open database 'XXX' requested by the login. The login failed Pin
Gregory Gadow20-Dec-10 3:40
Gregory Gadow20-Dec-10 3:40 
AnswerRe: Sql Server 2008 - Cannot open database 'XXX' requested by the login. The login failed Pin
Ralmam21-Dec-10 18:32
Ralmam21-Dec-10 18:32 
QuestionTableLayoutPanel Pin
JR21219-Dec-10 3:18
JR21219-Dec-10 3:18 
AnswerRe: TableLayoutPanel Pin
Dave Kreskowiak19-Dec-10 4:28
mveDave Kreskowiak19-Dec-10 4:28 
GeneralRe: TableLayoutPanel Pin
JR21219-Dec-10 7:48
JR21219-Dec-10 7:48 
AnswerRe: TableLayoutPanel Pin
Luc Pattyn19-Dec-10 4:38
sitebuilderLuc Pattyn19-Dec-10 4:38 
GeneralRe: TableLayoutPanel Pin
JR21219-Dec-10 7:47
JR21219-Dec-10 7:47 
AnswerRe: TableLayoutPanel Pin
Alan N19-Dec-10 23:55
Alan N19-Dec-10 23:55 
GeneralRe: TableLayoutPanel Pin
JR21220-Dec-10 23:40
JR21220-Dec-10 23:40 
QuestionSpeeding up creating controls Pin
JR21219-Dec-10 0:04
JR21219-Dec-10 0:04 
AnswerRe: Speeding up creating controls Pin
Eddy Vluggen19-Dec-10 0:54
professionalEddy Vluggen19-Dec-10 0:54 
GeneralRe: Speeding up creating controls Pin
JR21219-Dec-10 3:04
JR21219-Dec-10 3:04 

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.