Click here to Skip to main content
15,885,546 members

Comments by Atmir (Top 36 by date)

Atmir 7-Mar-15 12:14pm View    
Change CPU target to 32BIT and try
Atmir 3-Mar-15 9:52am View    
ok i will try without Remove()
Atmir 3-Mar-15 9:23am View    
this is error:
An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll

Additional information: Count cannot be less than zero.
Atmir 3-Mar-15 9:22am View    
Count cannot be less than zero
Atmir 3-Mar-15 9:16am View    
in this line:
streamWriter.Write(String.Format("#1{0}" & vbTab & "{3}" & vbTab & "{1}" & vbTab & "{2}" & vbTab & "0" & vbTab & vbTab & vbTab, DirectCast(current.Name.Remove(20, current.Name.Length - 20), Object), DirectCast(Me.FormatNumber(current.Price, 2), Object), DirectCast(Me.FormatNumber(current.Amount, 3), Object), DirectCast(num2, Object)) + vbCr & vbLf)