Click here to Skip to main content
15,905,068 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Serialising objects which change alot Pin
cnurse17-Jan-04 21:24
cnurse17-Jan-04 21:24 
GeneralRe: Serialising objects which change alot Pin
Colin Angus Mackay18-Jan-04 0:46
Colin Angus Mackay18-Jan-04 0:46 
GeneralRe: Serialising objects which change alot Pin
cnurse18-Jan-04 1:24
cnurse18-Jan-04 1:24 
GeneralRe: Serialising objects which change alot Pin
Ray Cassick19-Jan-04 16:51
Ray Cassick19-Jan-04 16:51 
GeneralRe: Serialising objects which change alot Pin
cnurse20-Jan-04 2:06
cnurse20-Jan-04 2:06 
GeneralH-E-L-P!!! please.... Pin
Anonymous16-Jan-04 21:42
Anonymous16-Jan-04 21:42 
GeneralRe: H-E-L-P!!! please.... Pin
cnurse16-Jan-04 23:56
cnurse16-Jan-04 23:56 
GeneralRe: H-E-L-P!!! please.... Pin
acecase17-Jan-04 0:48
acecase17-Jan-04 0:48 
Hey,
Same as cnurse here, I don't understand exactly what you meen but I assume you are looking for a way to use advanced calc functions.
I am no math wizz and BY FAR no physics wizz so I can't tell you step by step how to get those calculations by any meens but if it helps I can tell you that there are no advanced math functions in vb (or any language i know of) so you will have to work out how it is done step by step useing basic functions (+ - * and /)and do it line by line.
For eg. if you want to multiply by a percentage vb doesn't have a way to say
100 plus 50% so you will have to devide the 50 (50%) by 100 then multiply it

dim number1 as integer = 100
dim number2 as integer = 50
dim result as integer

number2 = number2 / 100
result = number1 * number2


GeneralRe: H-E-L-P!!! please.... Pin
Anonymous17-Jan-04 3:39
Anonymous17-Jan-04 3:39 
GeneralRe: H-E-L-P!!! please.... Pin
cnurse17-Jan-04 21:44
cnurse17-Jan-04 21:44 
QuestionEvents-Application Idle -Help? Pin
Member 76608416-Jan-04 18:25
Member 76608416-Jan-04 18:25 
AnswerRe: Events-Application Idle -Help? Pin
gpa200021-Jan-04 4:15
gpa200021-Jan-04 4:15 
GeneralRegistry Pin
Jblake0016-Jan-04 4:46
Jblake0016-Jan-04 4:46 
Questionany caller id supporting modem available in india ? Pin
Mohan G16-Jan-04 4:32
Mohan G16-Jan-04 4:32 
AnswerRe: any caller id supporting modem available in india ? Pin
Sarvesvara (BVKS) Dasa28-Mar-04 0:06
Sarvesvara (BVKS) Dasa28-Mar-04 0:06 
GeneralOne more Help Please!! Pin
Het210916-Jan-04 1:41
Het210916-Jan-04 1:41 
GeneralRe: One more Help Please!! Pin
Jblake0016-Jan-04 4:41
Jblake0016-Jan-04 4:41 
GeneralRe: One more Help Please!! Pin
Niels Penneman16-Jan-04 6:08
Niels Penneman16-Jan-04 6:08 
GeneralNiel, Pin
Het210916-Jan-04 18:17
Het210916-Jan-04 18:17 
GeneralRe: One more Help Please!! Pin
Guillermo Rivero16-Jan-04 8:55
Guillermo Rivero16-Jan-04 8:55 
GeneralGuillermo! u are great,, Pin
Het210916-Jan-04 18:13
Het210916-Jan-04 18:13 
GeneralRe: Guillermo! u are great,, Pin
Guillermo Rivero16-Jan-04 18:19
Guillermo Rivero16-Jan-04 18:19 
GeneralAny Setup Expert around! Pin
Het210916-Jan-04 1:25
Het210916-Jan-04 1:25 
GeneralRe: Any Setup Expert around! Pin
Niels Penneman16-Jan-04 6:10
Niels Penneman16-Jan-04 6:10 
GeneralRe: Any Setup Expert around! Pin
Het210916-Jan-04 18:24
Het210916-Jan-04 18:24 

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.