Click here to Skip to main content
15,922,894 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB Web Server Pin
Dave Kreskowiak11-Jan-05 15:44
mveDave Kreskowiak11-Jan-05 15:44 
QuestionBest way to stream video? Pin
[DK]KiloDunse10-Jan-05 9:41
[DK]KiloDunse10-Jan-05 9:41 
AnswerRe: Best way to stream video? Pin
Dave Kreskowiak11-Jan-05 4:15
mveDave Kreskowiak11-Jan-05 4:15 
GeneralRe: Best way to stream video? Pin
[DK]KiloDunse11-Jan-05 4:50
[DK]KiloDunse11-Jan-05 4:50 
GeneralRe: Best way to stream video? Pin
Dave Kreskowiak11-Jan-05 9:02
mveDave Kreskowiak11-Jan-05 9:02 
GeneralMoving page to the location of a textbox Pin
Member 162996410-Jan-05 8:57
Member 162996410-Jan-05 8:57 
GeneralFileSystemWatcher HELP!!! Pin
Alex Y.10-Jan-05 3:54
Alex Y.10-Jan-05 3:54 
GeneralAdd complex Numbers Pin
jamieyale10-Jan-05 3:38
jamieyale10-Jan-05 3:38 
Hi,
I need to write a Add function within a class to add to complex Numbers,

So far I have two variables in a class called ComplexNo
Private frealpart As single
Private fimagpart As Single

Representing the real part and imaginary part of the complex Number

A variable in the form event. I.e. ocomplex as new ocomplexNo (4,5)

Returns the values to the Variables in the class 4 real and 5 imaginary


File constructor in the class is ….
Sub New ( fpart as single, ipart as single)
frealpart = fpart
fimagpart = fipart

End sub


I need to create a new variable called ocomplex2 as new (4,6) and use a function to add these values to the class variables above.

I would like to
ocomplex.Add(ocomplex2) thus returning the values to the class.

Hope this makes sense to someone

Thank you in Advance



GeneralBeingRead() / EndRead() doubt Pin
carlos_rocha10-Jan-05 3:18
carlos_rocha10-Jan-05 3:18 
GeneralGetting error while compiling project Pin
abii55510-Jan-05 1:22
abii55510-Jan-05 1:22 
QuestionHow To Stretch Picture Box Manually Pin
Member 28202610-Jan-05 0:42
Member 28202610-Jan-05 0:42 
GeneralProblem with using multiple comboboxes Pin
Paul Izzo9-Jan-05 21:59
Paul Izzo9-Jan-05 21:59 
GeneralRe: Problem with using multiple comboboxes Pin
Anonymous9-Jan-05 22:43
Anonymous9-Jan-05 22:43 
GeneralRe: Problem with using multiple comboboxes Pin
Paul Izzo9-Jan-05 23:00
Paul Izzo9-Jan-05 23:00 
GeneralRe: Problem with using multiple comboboxes Pin
Anonymous9-Jan-05 23:18
Anonymous9-Jan-05 23:18 
GeneralRe: Problem with using multiple comboboxes Pin
Paul Izzo10-Jan-05 1:20
Paul Izzo10-Jan-05 1:20 
GeneralRe: Problem with using multiple comboboxes Pin
Anonymous11-Jan-05 18:07
Anonymous11-Jan-05 18:07 
GeneralRe: Problem with using multiple comboboxes Pin
Paul Izzo11-Jan-05 20:23
Paul Izzo11-Jan-05 20:23 
GeneralChange raw data string's Font and size in printing Pin
Greeky9-Jan-05 21:13
Greeky9-Jan-05 21:13 
GeneralRe: Change raw data string's Font and size in printing Pin
Dave Kreskowiak10-Jan-05 3:35
mveDave Kreskowiak10-Jan-05 3:35 
GeneralRe: Change raw data string's Font and size in printing Pin
Just Greeky Creek11-Jan-05 21:09
Just Greeky Creek11-Jan-05 21:09 
Generaladding date Pin
GaryKoh9-Jan-05 19:01
GaryKoh9-Jan-05 19:01 
GeneralRe: adding date Pin
Robert Rohde9-Jan-05 20:04
Robert Rohde9-Jan-05 20:04 
GeneralRe: adding date Pin
GaryKoh10-Jan-05 3:15
GaryKoh10-Jan-05 3:15 
GeneralRe: adding date Pin
Robert Rohde10-Jan-05 3:21
Robert Rohde10-Jan-05 3:21 

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.