Click here to Skip to main content
15,909,827 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: appointment scheduler in visual basic 6 Pin
arikmosfor7-Dec-13 9:38
arikmosfor7-Dec-13 9:38 
GeneralRe: appointment scheduler in visual basic 6 Pin
Richard MacCutchan7-Dec-13 21:22
mveRichard MacCutchan7-Dec-13 21:22 
GeneralRe: appointment scheduler in visual basic 6 Pin
arikmosfor7-Dec-13 21:40
arikmosfor7-Dec-13 21:40 
AnswerRe: appointment scheduler in visual basic 6 Pin
TnTinMn7-Dec-13 12:27
TnTinMn7-Dec-13 12:27 
GeneralRe: appointment scheduler in visual basic 6 Pin
arikmosfor7-Dec-13 20:06
arikmosfor7-Dec-13 20:06 
AnswerRe: appointment scheduler in visual basic 6 Pin
Mark H222-Dec-13 15:50
Mark H222-Dec-13 15:50 
QuestionVB6 Unicode Pin
AccessDeveloper5-Dec-13 3:59
AccessDeveloper5-Dec-13 3:59 
AnswerRe: VB6 Unicode Pin
Richard Deeming5-Dec-13 4:21
mveRichard Deeming5-Dec-13 4:21 
The immediate problem with your code is that the Hex function will return a three-character string for any character whose ASCII code is less than 3840, but when you try to decode the string, you're taking four characters at a time.

The larger problem is that you're trying to invent your own "encryption" algorithm, and that's never a good idea. Use an established and tested algorithm instead. CAPICOM[^] would be a good place to start.

Finally, you appear to be starting a new project in a dead language. VB6 was released 15 years ago, and is no longer supported. You should switch to .NET - Visual Studio Express[^] is free, and should be more than enough to get you started.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


QuestionAdd default value in GridBox Pin
manju 32-Dec-13 23:22
manju 32-Dec-13 23:22 
AnswerRe: Add default value in GridBox Pin
Eddy Vluggen3-Dec-13 6:54
professionalEddy Vluggen3-Dec-13 6:54 
GeneralRe: Add default value in GridBox Pin
manju 33-Dec-13 17:13
manju 33-Dec-13 17:13 
GeneralRe: Add default value in GridBox Pin
Dave Kreskowiak3-Dec-13 18:14
mveDave Kreskowiak3-Dec-13 18:14 
GeneralRe: Add default value in GridBox Pin
Eddy Vluggen4-Dec-13 0:32
professionalEddy Vluggen4-Dec-13 0:32 
GeneralRe: Add default value in GridBox Pin
Dave Kreskowiak4-Dec-13 1:30
mveDave Kreskowiak4-Dec-13 1:30 
QuestionDeveloping VB.NET application with TAPI3.0 & PBX Pin
alvin talavera2-Dec-13 13:23
alvin talavera2-Dec-13 13:23 
AnswerRe: Developing VB.NET application with TAPI3.0 & PBX Pin
Richard MacCutchan2-Dec-13 21:16
mveRichard MacCutchan2-Dec-13 21:16 
AnswerRe: Developing VB.NET application with TAPI3.0 & PBX Pin
Eddy Vluggen3-Dec-13 7:02
professionalEddy Vluggen3-Dec-13 7:02 
GeneralRe: Developing VB.NET application with TAPI3.0 & PBX Pin
alvin talavera3-Dec-13 12:58
alvin talavera3-Dec-13 12:58 
GeneralRe: Developing VB.NET application with TAPI3.0 & PBX Pin
Eddy Vluggen4-Dec-13 0:32
professionalEddy Vluggen4-Dec-13 0:32 
GeneralRe: Developing VB.NET application with TAPI3.0 & PBX Pin
alvin talavera5-Dec-13 18:25
alvin talavera5-Dec-13 18:25 
GeneralRe: Developing VB.NET application with TAPI3.0 & PBX Pin
Eddy Vluggen6-Dec-13 6:00
professionalEddy Vluggen6-Dec-13 6:00 
GeneralRe: Developing VB.NET application with TAPI3.0 & PBX Pin
alvin talavera20-Dec-13 4:38
alvin talavera20-Dec-13 4:38 
QuestionFileCopy in vb6.0 Pin
Otekpo Emmanuel30-Nov-13 1:56
Otekpo Emmanuel30-Nov-13 1:56 
AnswerRe: FileCopy in vb6.0 Pin
Dave Kreskowiak30-Nov-13 3:17
mveDave Kreskowiak30-Nov-13 3:17 
GeneralRe: FileCopy in vb6.0 Pin
Otekpo Emmanuel30-Nov-13 7:21
Otekpo Emmanuel30-Nov-13 7:21 

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.