Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Magnusz

I have a .txt file with 5 names and their phone numbers. I have the code to have them display on a listbox, but I want search for a specific name in the txt file and have that display on the listbox. How can i do that ???? Thanks in …

0
97
Member Avatar for Magnusz

This is the program im trying to write: [url]http://farm3.static.flickr.com/2324/2003724328_63220be6bf.jpg?v=0[/url] I have this so far for coding, and its not working. I also get this error "Conversion from string "h" to type 'Boolean' is not valid" Dim totalstandardhalfday As Double Dim totalstandardardfullday As Double Dim totaldeluxehalfday As Double Dim totaldeluxefullday As …

Member Avatar for Magnusz
0
126
Member Avatar for Magnusz

Hey I'm trying to add information to a listbox, but when i try this code it doesn't display it properly. Dim fmtstr As String = "{0,-10}{1,12}{2,14}" With lstservices.Items .Clear() .Add(String.Format(fmtstr, "Room Rentals", "Half-Day", "Full-Day")) .Add(String.Format(fmtstr, "1. Standard Rooming", "$32.00", "$65.00")) .Add(String.Format(fmtstr, "2. Deluxe Rooming", "$72.00", "$144.00")) End With I want …

Member Avatar for Magnusz
0
138
Member Avatar for Magnusz

Im trying to Separate First Name, Middle Initial, and last name into Textboxes, with a function of a button. Example : Full Name : Tony J Holley First Name: Tony Middle Initial: J Last Name: Holley All I have is this, and is for the first name Separator: ' determines …

Member Avatar for Magnusz
0
817
Member Avatar for Magnusz

I already made the calculator, but I'm trying to also put the function used in the textbox results. Example: 2 * 2 = The function used was multiplication. Your answer is 4 I used labels to identify -, +, *, / Two textboxes to put in input. 1 textbox for …

Member Avatar for Prozeen
0
116