Click here to Skip to main content
15,890,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Microsoft Access 2007 Instalation Pin
Member 1133914631-Dec-14 4:14
Member 1133914631-Dec-14 4:14 
QuestionCombobox Pin
sudevsu19-Dec-14 4:55
sudevsu19-Dec-14 4:55 
AnswerRe: Combobox Pin
sudevsu19-Dec-14 5:04
sudevsu19-Dec-14 5:04 
GeneralRe: Combobox Pin
Mycroft Holmes19-Dec-14 14:23
professionalMycroft Holmes19-Dec-14 14:23 
GeneralRe: Combobox Pin
sudevsu23-Dec-14 9:56
sudevsu23-Dec-14 9:56 
AnswerRe: Combobox Pin
Otekpo Emmanuel21-Dec-14 7:01
Otekpo Emmanuel21-Dec-14 7:01 
GeneralRe: Combobox Pin
sudevsu23-Dec-14 9:56
sudevsu23-Dec-14 9:56 
Questionstring params passing between VB.NET and C# Pin
SepPax18-Dec-14 10:52
SepPax18-Dec-14 10:52 
string Block = "1111111111";
string a = "87654321";
string m = "2222";
string c = "11";
string u = "99";
string v = "00";


byte[] result = W(
SoapHexBinary.Parse(a).Value,
SoapHexBinary.Parse(m).Value,
SoapHexBinary.Parse(v).Value[0],
SoapHexBinary.Parse(u).Value[0],
SoapHexBinary.Parse(c).Value[0],
SoapHexBinary.Parse(Block).Value
);




from VB.NET


Dim Block As String = "AAAAAAAAAA"

Dim a As String = "99999999"
Dim m As String = "3333"
Dim a As String = "77"
Dim u As String = "07"
Dim v As String = "00"

Dim result As String = ""

result = W(a, m, v, u, a, Block)


a, m and Block are not accepted.
I'm not a C# expert so I guess that there is something to be done in order to correctly address strings and arrays between the two languages. Must be kind of basic rule I ignore...
Anybody can help?

Thanks in advance.
Seppax
GeneralRe: string params passing between VB.NET and C# Pin
PIEBALDconsult18-Dec-14 11:37
mvePIEBALDconsult18-Dec-14 11:37 
QuestionDx8 issue Pin
Otekpo Emmanuel17-Dec-14 22:33
Otekpo Emmanuel17-Dec-14 22:33 
AnswerRe: Dx8 issue Pin
Eddy Vluggen18-Dec-14 0:29
professionalEddy Vluggen18-Dec-14 0:29 
AnswerRe: Dx8 issue Pin
Dave Kreskowiak18-Dec-14 8:09
mveDave Kreskowiak18-Dec-14 8:09 
Question3d Raycasting Pin
Otekpo Emmanuel17-Dec-14 6:17
Otekpo Emmanuel17-Dec-14 6:17 
AnswerRe: 3d Raycasting Pin
Eddy Vluggen17-Dec-14 7:20
professionalEddy Vluggen17-Dec-14 7:20 
QuestionTransparent User Control Pin
ManasiR16-Dec-14 22:06
ManasiR16-Dec-14 22:06 
AnswerRe: Transparent User Control Pin
Richard MacCutchan16-Dec-14 22:32
mveRichard MacCutchan16-Dec-14 22:32 
GeneralRe: Transparent User Control Pin
ManasiR17-Dec-14 0:20
ManasiR17-Dec-14 0:20 
GeneralRe: Transparent User Control Pin
Richard MacCutchan17-Dec-14 0:34
mveRichard MacCutchan17-Dec-14 0:34 
AnswerRe: Transparent User Control Pin
Dave Kreskowiak17-Dec-14 1:54
mveDave Kreskowiak17-Dec-14 1:54 
Questionhow to insert image in the database Pin
Member 1063213016-Dec-14 3:49
Member 1063213016-Dec-14 3:49 
GeneralRe: how to insert image in the database Pin
PIEBALDconsult16-Dec-14 4:12
mvePIEBALDconsult16-Dec-14 4:12 
AnswerRe: how to insert image in the database Pin
Chris Quinn16-Dec-14 21:49
Chris Quinn16-Dec-14 21:49 
GeneralRe: how to insert image in the database Pin
Eddy Vluggen17-Dec-14 7:23
professionalEddy Vluggen17-Dec-14 7:23 
AnswerRe: how to insert image in the database Pin
Otekpo Emmanuel17-Dec-14 6:38
Otekpo Emmanuel17-Dec-14 6:38 
QuestionPls HELP me How to print data from datagridview bind on access database Pin
Member 1131194915-Dec-14 2:06
Member 1131194915-Dec-14 2:06 

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.