J João Santa Bárbara Mar 16, 2004 #1 hi all i have this code in C# how can i convert it to VB.NET thks private byte[] m_byBuff = new byte[50];
hi all i have this code in C# how can i convert it to VB.NET thks private byte[] m_byBuff = new byte[50];
H Herfried K. Wagner [MVP] Mar 16, 2004 #2 * "João Santa Bárbara said: hi all i have this code in C# how can i convert it to VB.NET [...] private byte[] m_byBuff = new byte[50]; Click to expand... \\\ Dim buff() As Byte = New Byte(49) {} ///
* "João Santa Bárbara said: hi all i have this code in C# how can i convert it to VB.NET [...] private byte[] m_byBuff = new byte[50]; Click to expand... \\\ Dim buff() As Byte = New Byte(49) {} ///
J João Santa Bárbara Mar 16, 2004 #3 thks Herfried K. Wagner said: * "João Santa Bárbara said: hi all i have this code in C# how can i convert it to VB.NET [...] private byte[] m_byBuff = new byte[50]; Click to expand... \\\ Dim buff() As Byte = New Byte(49) {} /// Click to expand...
thks Herfried K. Wagner said: * "João Santa Bárbara said: hi all i have this code in C# how can i convert it to VB.NET [...] private byte[] m_byBuff = new byte[50]; Click to expand... \\\ Dim buff() As Byte = New Byte(49) {} /// Click to expand...