Forum: VB.NET Mar 31st, 2009 |
| Replies: 0 Views: 306 Hello everyone. I am making a clock in - out program and have a more complex issue on hand. My program asks the user for their name then sends them to the clock in/out form. In the form they press a... |
Forum: VB.NET Mar 31st, 2009 |
| Replies: 2 Views: 727 This is just what i was looking for. Thanks! |
Forum: VB.NET Mar 31st, 2009 |
| Replies: 2 Views: 1,182 Thank you for your fast response! |
Forum: VB.NET Mar 31st, 2009 |
| Replies: 2 Views: 1,182 Hello everyone. I would like to learn how to make a multi column list box. I have set the multi column Boolean to true and set the width but i have yet to see the two columns. I only see one.
I... |
Forum: VB.NET Mar 31st, 2009 |
| Replies: 2 Views: 727 Hello everyone, I have a program that i am working on using more than one Form. The way i am going through forms is by minimizing my first form then showing the other forms. I was wondering if i... |
Forum: VB.NET Mar 31st, 2009 |
| Replies: 5 Views: 437 |
Forum: VB.NET Mar 31st, 2009 |
| Replies: 5 Views: 437 Ah Nevermind. Thank you so much!
How can i make a multi column listbox? I added the true under properties for multi column, and added the width, but don't see anything. I wanted to make a column... |
Forum: VB.NET Mar 31st, 2009 |
| Replies: 5 Views: 437 It's not appending yet. I added to true to the end, but that didn't do anything. It's still overwriting :( |
Forum: VB.NET Mar 31st, 2009 |
| Replies: 5 Views: 437 Hello everyone. I have a small problem. I have a Streamwriter writing things to a file. But when i write more than one thing, the previous item gets overwritten. I.E. Write 1111, Write 2222. 1111... |
Forum: VB.NET Mar 10th, 2009 |
| Replies: 6 Views: 1,539 That worked thanks :) I have another question. How can i load a form from another form? I tried form.show but the form came up and quit after a couple of seconds. |
Forum: VB.NET Mar 9th, 2009 |
| Replies: 6 Views: 1,539 It said something about out of bounds. Does the syntax look right? |
Forum: VB.NET Mar 9th, 2009 |
| Replies: 6 Views: 1,539 Hello everyone i am getting input from the user in the form of an inputbox. The inputbox then dumps the information into an arrayList which then i want my Listbox to be populated by the items within... |
Forum: VB.NET Feb 2nd, 2009 |
| Replies: 4 Views: 907 i made a simple one like this one:
Using outFile As StreamWriter = New StreamWriter("blahblah.txt")
outFile.Write("Clock In: " + TimeOfDay)
End Using |
Forum: VB.NET Feb 2nd, 2009 |
| Replies: 4 Views: 907 hey guys im fairly new to visual basic, but very eager to learn it. I am attempting to make an employee clock in.
I want to make a simple clock in that will ask the user to enter their name, and... |