Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB function procedue
Name: donever Date: February 27, 2009 at 20:20:18 Pacific OS: windows pro x64 CPU/Ram: athlon 4g Product: Custom / CUSTOM BUILD Subcategory: Theory
Comment:
hello! ok so I'm studying function procedure and one thing they didn't stress enough in the book is this!
function Vacation ( ByVal decCost as decimal) as decimal
does anybody have any ideas what is the as decimal after the parentheses mean? thank in advance.
Summary: Unfortunately, VB is especially bad at interacting with DOS. Many things that can be done in DOS are fairly easy to do in VB, though. On thing you can do is run .BAT files using VB's Shell() function:...
Summary: I have a .dll written in VB can anyone tell me how can i access this dll's method from a java application. is there any way to do it using JNI because a dll written in c or c++ can be accessed using J...