Click here to Skip to main content
15,908,166 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DJB2 Hash algorithm for VB Pin
Richard MacCutchan14-Jan-15 23:44
mveRichard MacCutchan14-Jan-15 23:44 
GeneralRe: DJB2 Hash algorithm for VB Pin
SepPax15-Jan-15 10:37
SepPax15-Jan-15 10:37 
GeneralRe: DJB2 Hash algorithm for VB Pin
Richard MacCutchan15-Jan-15 21:38
mveRichard MacCutchan15-Jan-15 21:38 
GeneralRe: DJB2 Hash algorithm for VB Pin
SepPax18-Jan-15 1:55
SepPax18-Jan-15 1:55 
GeneralRe: DJB2 Hash algorithm for VB Pin
Richard MacCutchan18-Jan-15 2:17
mveRichard MacCutchan18-Jan-15 2:17 
GeneralRe: DJB2 Hash algorithm for VB Pin
SepPax18-Jan-15 3:32
SepPax18-Jan-15 3:32 
GeneralRe: DJB2 Hash algorithm for VB Pin
SepPax18-Jan-15 9:02
SepPax18-Jan-15 9:02 
QuestionVisual Studio 2010 Express on Windows 8.1 Pin
BobbyStrain12-Jan-15 14:11
BobbyStrain12-Jan-15 14:11 
AnswerRe: Visual Studio 2010 Express on Windows 8.1 Pin
vbmike13-Jan-15 4:15
vbmike13-Jan-15 4:15 
AnswerRe: Visual Studio 2010 Express on Windows 8.1 Pin
RUs12313-Jan-15 4:19
RUs12313-Jan-15 4:19 
GeneralRe: Visual Studio 2010 Express on Windows 8.1 Pin
BobbyStrain13-Jan-15 5:06
BobbyStrain13-Jan-15 5:06 
QuestionWhy this expression produce error Pin
dilkonika12-Jan-15 6:31
dilkonika12-Jan-15 6:31 
AnswerRe: Why this expression produce error Pin
Richard Deeming12-Jan-15 6:56
mveRichard Deeming12-Jan-15 6:56 
GeneralRe: Why this expression produce error Pin
dilkonika12-Jan-15 7:12
dilkonika12-Jan-15 7:12 
AnswerRe: Why this expression produce error Pin
ZurdoDev12-Jan-15 7:23
professionalZurdoDev12-Jan-15 7:23 
GeneralRe: Why this expression produce error Pin
dilkonika12-Jan-15 7:32
dilkonika12-Jan-15 7:32 
GeneralRe: Why this expression produce error Pin
ZurdoDev12-Jan-15 7:38
professionalZurdoDev12-Jan-15 7:38 
GeneralRe: Why this expression produce error Pin
dilkonika12-Jan-15 7:50
dilkonika12-Jan-15 7:50 
GeneralRe: Why this expression produce error Pin
ZurdoDev12-Jan-15 7:52
professionalZurdoDev12-Jan-15 7:52 
GeneralRe: Why this expression produce error Pin
dilkonika12-Jan-15 16:48
dilkonika12-Jan-15 16:48 
GeneralRe: Why this expression produce error Pin
ZurdoDev13-Jan-15 1:34
professionalZurdoDev13-Jan-15 1:34 
GeneralRe: Why this expression produce error Pin
dilkonika13-Jan-15 4:19
dilkonika13-Jan-15 4:19 
AnswerRe: Why this expression produce error Pin
ZurdoDev13-Jan-15 4:21
professionalZurdoDev13-Jan-15 4:21 
GeneralRe: Why this expression produce error Pin
dilkonika13-Jan-15 4:29
dilkonika13-Jan-15 4:29 
AnswerRe: Why this expression produce error Pin
ZurdoDev13-Jan-15 4:32
professionalZurdoDev13-Jan-15 4:32 
I think you're spending too much time on this. The original problem is you can't use objects the way you were doing. So, convert it to something that works and move on.

However, all you said was CInt did not work. What was the error? It would have been a different error. And perhaps use Convert.ToInt32() instead of CInt which is old VB code anyway and not .Net.
There are only 10 types of people in the world, those who understand binary and those who don't.

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.