Forum: VB.NET Dec 9th, 2008 |
| Replies: 1 Views: 357 I'm trying to make a base form which will be inherited by 3 other forms..Problem is the wrong information is in the form. How can you pick which information goes in the inherited forms? |
Forum: VB.NET Dec 8th, 2008 |
| Replies: 6 Views: 519 Since i'm using two forms, how would i get the streamwriter to appear first? My plan was to have the createForm (streamwriter) to have a menu strip so that when the user selects like Open Summary or... |
Forum: VB.NET Dec 7th, 2008 |
| Replies: 6 Views: 519 Here is the code that i have so far, but my .txt file won't execute:
Imports System.IO
Public Class createForm
'Declare module level variables.
Dim autoStreamWriter As New... |
Forum: VB.NET Dec 7th, 2008 |
| Replies: 6 Views: 519 Since i'm storing my information in a file, do i need to make a .txt file first and then write the program? Also, Since i'm creating two projects under the same thing, how would i go about making my... |
Forum: VB.NET Dec 2nd, 2008 |
| Replies: 6 Views: 519 I am writing a project that stores vehicle information such as the model,manuf., year, etc.
I have to create a second project that loads the data from the file into memory and loads a drop down... |
Forum: VB.NET Nov 15th, 2008 |
| Replies: 0 Views: 362 I am trying to work on this work in the VB.NET book in this chapter called " Accessing Database Files." the instructions call for a DataGridView control on the form and to click the smart tab arrow.... |
Forum: VB.NET Oct 21st, 2008 |
| Replies: 2 Views: 469 In the problem i have to declare price and quantityRequiredFieldvalidators, as well as their range validators. They didn't give any ranges for the price, and im stuck on what to do |
Forum: VB.NET Oct 21st, 2008 |
| Replies: 2 Views: 469 i followed the directions but it keeps saying that The value '' of the MaximumValue property of 'priceRangeValidator' cannot be converted to type 'Currency'. What can i do to solve ths problem?????? |
Forum: VB.NET Oct 20th, 2008 |
| Replies: 2 Views: 469 I am working on this web developer page for my vb class and i can't seem to get my values to display. Can someone tell me why my values are not displaying? Here is the code that i have so far: ... |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 4 Views: 490 yes im working with the localhost |
Forum: VB.NET Oct 15th, 2008 |
| Replies: 0 Views: 254 if you know how to make a web site in web developer using vb.Net and graphics, please see my thread i posted earler this week...I need help |
Forum: VB.NET Oct 15th, 2008 |
| Replies: 4 Views: 490 Maybe i wasn't clear in what I was trying to do. I am trying to create a program using vb.NET Visual Web Developer. in the instructions, it said the following: You can add graphics, to a web page... |
Forum: VB.NET Oct 14th, 2008 |
| Replies: 16 Views: 1,522 Public Class Form1
'Declare structure and module-level variables
Structure PartsSale
Dim partString As String
Dim brandString As String
Dim partNumberString As... |
Forum: VB.NET Oct 14th, 2008 |
| Replies: 16 Views: 1,522 |
Forum: VB.NET Oct 14th, 2008 |
| Replies: 4 Views: 490 im making a generic website for my class and we have to post a graphic for this website from this cd that came with the book. Problem is, i can't get the Image URL to post my graphic. I tried using... |
Forum: VB.NET Oct 14th, 2008 |
| Replies: 16 Views: 1,522 Dim printFont As New Font("Arial", 12)
Dim headingFont As New Font("Arial", 14, FontStyle.Bold)
Dim lineHeightSingle As Single = printFont.GetHeight + 2
Dim... |
Forum: VB.NET Oct 13th, 2008 |
| Replies: 16 Views: 1,522 Okay i see where you're coming from now...as far as printing my slections out, i got this error saying that warning me about this particular line of code:
'Right align the corresponding part... |
Forum: VB.NET Oct 12th, 2008 |
| Replies: 16 Views: 1,522 As earlier, i'm having a harad time picking the right names for my variables...that's probably what's throwing both of us off |
Forum: VB.NET Oct 12th, 2008 |
| Replies: 16 Views: 1,522 That's what i'm having trouble with...the vlaues that i'm stroring are like MR43T....plus i'm having trouble making sense of what i'm supposed to be doing. Since the user has to enter the part number... |
Forum: VB.NET Oct 12th, 2008 |
| Replies: 16 Views: 1,522 I'm having a hard time trying to declare the right variables for my program.
Structure partSale
Dim typeString As String
Dim brandString As String
Dim brandTypeDecimal As Decimal
End... |
Forum: VB.NET Oct 12th, 2008 |
| Replies: 16 Views: 1,522 Ok, I think i'm kind of understanding it. Since the user has to enter the part number and brand to look up corresponding part numbers for this shop, does this mean that i would need a (8,3) array?
... |
Forum: VB.NET Oct 12th, 2008 |
| Replies: 16 Views: 1,522 I am a new student in the area with very little programming experience. We are working with arrays in our vb.Net class and I am coompletely lost. Our program has to look up part numbers in order to... |