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.
Outputing data
Name: donever Date: May 20, 2009 at 21:50:29 Pacific OS: windows pro x64 CPU/Ram: athlon 4g Product: Custom / CUSTOM BUILD Subcategory: General
Comment:
Hello all! Ok I have this question that I can seem to figure it out so please help out. I'm writing my code in vb.net. The assignment is to have 3 textbox and each of the textbox accept hours, minutes, seconds. Based on the input, I'm suppose to display back the time. for example, user enter: 6 hours, 399 minutes, 253 seconds the output would be like this 12:43:13 . Everything seem right. The problem is that if minutes and seconds is 5, our teacher want us to output it like this 05 instead. How do you output like 05 instead of 5. thank you.
Summary: I want to write a program that repeatedly reads lines of data from a data file lakes.dat (using a loop). It sorts the data according to the condition below into two output data files (ifs). The progra...
Summary: I am using Visual Basic and what im trying to do is have the information that I select in a combo box to be outputted to something that can be saved like notepad or something else? each time I enter ...
Summary: i know that it's possible to input/output data on a parallel port using Turing (parallelput, parallelget), but can someone explain to me how i do this using visual basic? ...