Summary: If it is Utext that you trying to return then it is the ByVal directive that is causing the problem. Replace it with ByRef and it should work. Or alte...
Summary: everyone has their personal prefs. Mine, currently, happens to be visual basic but i haven't worked with vb.net, only the older versions (vb 3.2, vb6)...
Summary: are you determined to use IF/ELSE construct? if not, I would set up a small array and use objOStype to reference the correct element: dim ss(5) ss(1)=...
Summary: Hey everybody im looking for a vbs script to open a popup message, and when a certain button is clicked it will tell the batch file to do somethin...
Summary: Would it be possible to modify this to search through only one text file and also echo the duplicates? I've tried modifying the script to do this, but...
Summary: this just goes through the tree, like "dir /s" and lists all files. maybe you can adapt/use it, i'm not sure. i haven't tried it over network drives y...
Summary: Razor, yeh you're right, i forget about the return-value version of api's is inside (). my bad and apologies for my dumbhead. Ooooh, i see, i think, "...
Summary: omg i love stuffing things up my anus if anybody is interested in helping me out just give me a call.... im waiting in the bathroom with my pants dow...
Summary: klint: thanks for v.o.c, appreciated. Your suggestion is first thing i tried in various ways and i could not get a collection based on wildcards. I wo...
Summary: thanks, actually i need to learn about linux,web servers, abatche & log files from the bases. i appreciate that if someone could provide me articles ...
Summary: this place is great! thanks for all the response.. now ill try to comment and clarify.. first of... fsum is a checksum program... creates sums and ver...
Summary: Hello :-)! There is a problem with building project in NetBeans. I've got two directories sphinx4-1.0beta3-src and sphinx4-1.0beta3-bin, which are par...
Summary: Hello :-)! I'd like to create application for mobile phone (maximum price of phone would be about 220USD, it is for Central Europe; I will be testing ...
Summary: I should probably throw in my batch waiting method. Basicaly, it uses VBscript to wait: echo WScript.Sleep WScript.Arguments(0) * 1000 > sleep.vbs sle...
Summary: The easiest way I can think to accomplish what you want is to use a VBScript, if you can run a batch file you can run a VBScript. All you have to do ...
Summary: Thanks IVO, I took it the wrong way. (Blame it on the rough morning) I have always had all the help I ever needed from Computing.Net. There are loads ...
Summary: If popen doesn't work, perhaps the fork() command is an option. Here is an example using fork: http://www.computing.net/answers/so... Also, here is a...
Summary: Hello, I am trying to do something that would seem simple enough here but I can't seem to figure it out. I am trying to make a batch file that will ch...
Summary: I'm trying to write a program to take input from a user about a computer name and a message, then use the net send command to send that message to tha...
Summary: Hey. I need some help with C or C++. I have to import a file.txt with real E notated (like 2.3E-12) numbers in 2 columns in it (coordinates basicly -...
Summary: ghost, are you saying i should use gawk in my script? or, use gawk to re-format the file, then run my script on the cleaner file? mechanix, what do ...