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

Visual Basic

 
QuestionHow to FTP in VB.Net? Pin
Felix200229-Jul-02 18:40
Felix200229-Jul-02 18:40 
Generaladd object to listbox Pin
mgriffith29-Jul-02 5:48
mgriffith29-Jul-02 5:48 
GeneralRe: add object to listbox Pin
Colin Leitner30-Jul-02 9:13
Colin Leitner30-Jul-02 9:13 
GeneralRe: add object to listbox Pin
mgriffith30-Jul-02 9:19
mgriffith30-Jul-02 9:19 
GeneralClipboardproblems = ( Pin
Anonymous27-Jul-02 0:50
Anonymous27-Jul-02 0:50 
GeneralWebBrowser Pin
Anonymous26-Jul-02 9:34
Anonymous26-Jul-02 9:34 
GeneraloverFlow... Pin
Anonymous25-Jul-02 22:08
Anonymous25-Jul-02 22:08 
GeneralRe: overFlow... Pin
SimonS25-Jul-02 23:35
SimonS25-Jul-02 23:35 
VB6 question right?
Dim x As Long
Dim y As Integer
y = 10
x = CLng(11025) * y
MsgBox x

Works fine.
But, so does this:
Dim x As Long
Dim y As Integer
y = 10
x = 11025 * CLng(y)
MsgBox x

By using 2 integers as operands, the compiler is presuming that the result will also be an integer.

Cheers,
Simon

"Sign up for a chance to be among the first to experience the wrath of the gods.", Microsoft's home page (24/06/2002)

GeneralRe: overFlow... Pin
Anonymous26-Jul-02 0:25
Anonymous26-Jul-02 0:25 
GeneralRe: overFlow... Pin
SimonS26-Jul-02 2:16
SimonS26-Jul-02 2:16 
GeneralRe: overFlow... Pin
Anonymous28-Jul-02 18:07
Anonymous28-Jul-02 18:07 
GeneralVery strange stuff.. Pin
Ray Cassick25-Jul-02 20:16
Ray Cassick25-Jul-02 20:16 
GeneralRe: Very strange stuff.. Pin
Richard Deeming26-Jul-02 5:39
mveRichard Deeming26-Jul-02 5:39 
GeneralRe: Very strange stuff.. Pin
Ray Cassick26-Jul-02 9:07
Ray Cassick26-Jul-02 9:07 
GeneralMessage Handler in VB.NET Pin
JGraves25-Jul-02 11:11
JGraves25-Jul-02 11:11 
GeneralRe: Message Handler in VB.NET Pin
Richard Deeming26-Jul-02 5:53
mveRichard Deeming26-Jul-02 5:53 
GeneralRe: Message Handler in VB.NET Pin
JGraves26-Jul-02 8:46
JGraves26-Jul-02 8:46 
GeneralRe: Message Handler in VB.NET Pin
Richard Deeming29-Jul-02 1:21
mveRichard Deeming29-Jul-02 1:21 
GeneralRe: Message Handler in VB.NET Pin
JGraves29-Jul-02 4:18
JGraves29-Jul-02 4:18 
GeneralComboBox - MultiColumn Pin
mikasa24-Jul-02 2:52
mikasa24-Jul-02 2:52 
GeneralRe: ComboBox - MultiColumn Pin
Richard Deeming26-Jul-02 6:07
mveRichard Deeming26-Jul-02 6:07 
GeneralRe: ComboBox - MultiColumn Pin
mikasa17-Jan-03 10:03
mikasa17-Jan-03 10:03 
GeneralRe: ComboBox - MultiColumn Pin
Richard Deeming5-Aug-02 1:04
mveRichard Deeming5-Aug-02 1:04 
GeneralRe: ComboBox - MultiColumn Pin
Richard Deeming5-Aug-02 1:11
mveRichard Deeming5-Aug-02 1:11 
GeneralRe: ComboBox - MultiColumn Pin
Richard Deeming5-Aug-02 1:23
mveRichard Deeming5-Aug-02 1:23 

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.