Search:

Type: Posts; User: newtovb1111111111111

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    17,204

    VS 2010 Prefix for groupbox?

    I wnt to know wht's the prefix for groupbox, like the prefix for button is btn and prefix for lebel is lbl but what is the prefix for group box? i have searched in google but can't find it, they have...
  2. Replies
    2
    Views
    1,568

    VS 2010 Re: error message for empty listbox

    ah excellet, thanks :)
  3. VS 2010 Re: anyway to make the text in a error message bold or highlighted?

    cool
  4. Replies
    2
    Views
    1,568

    VS 2010 error message for empty listbox

    ok so i have 3 listboxes and a calculate button and a lblGrandTotalCost, the program works like this when i select an item from listbox 1 and listbox 2 then click "calculate" it shows a result in...
  5. VS 2010 anyway to make the text in a error message bold or highlighted?

    so one of my error message in my program looks like this


    MessageBox.Show("You forgot to select a Location!" & ControlChars.CrLf & "You must select a workshop and location then click Add workshop...
  6. VS 2010 Re: I need a little help with one of my programs

    thanks elielCT, the second code seems to be working. :thumb:
    just have 1 small question, wat is (i) in that code stand for?
  7. VS 2010 Re: I need a little help with one of my programs

    ok this is the code, it's missing the code for Clear button cause i havent put any codes in there but thats easy and i know how to code that part. the main problem is calculating the final cost which...
  8. VS 2010 Re: I need a little help with one of my programs

    ok yea it's a huge code i made..i will post it here in a min hold on
  9. VS 2010 Re: I need a little help with one of my programs

    thanks man, yea take a look at my program, i spend all night last night creating that.
  10. VS 2010 Re: I need a little help with one of my programs

    i have attached my program here in this post, plz take a look at it
  11. VS 2010 I need a little help with one of my programs

    i am doing one of the project from visual basic 2010 book.These are the requirements:

    Workshop Selector:
    3 list boxes, 4 buttons, 2 labels.
    The application allows the user to select a workshop...
  12. Replies
    4
    Views
    1,932

    Re: messagebox error

    yea i have just fixed it, this is the currect code

    If txtPackageA.Text = "" Or txtPackageB.Text = "" Or txtPackageC.Text = "" Then
    MessageBox.Show("One of the Textboxes is empty!" &...
  13. Replies
    4
    Views
    1,932

    Re: messagebox error

    if i don't add MsgBoxStyle.Critical in my code the message box works perfect, i want the message box to show an icon like an error icon or exclamation icon with the message...
  14. Replies
    4
    Views
    1,932

    [RESOLVED] messagebox error

    so i am trying to create message box for my program in vb 2010 and i made the following code for it

    If txtPackageA.Text = "" Or txtPackageB.Text = "" Or txtPackageC.Text = "" Then
    ...
  15. VS 2010 Re: need small help with error messages

    nvm i used If....ElseIf statement to code my validation and it seemed to work preety good...


    but thanks for suggestion/help anyways
  16. VS 2010 Re: need small help with error messages

    can u show me an example of tryPhase using MY code?
  17. VS 2010 Re: need small help with error messages

    ok thanks
  18. VS 2010 Re: need small help with error messages

    well yea, can u give me an example of this TryParse method? i am not fimiliar with it and google have a difficult example, i didn't understand that.
  19. VS 2010 Re: need small help with error messages

    sorry i have used wrong words to describe my problme before, im really new with these vb wording stuffs.
    no u didn't get my question, i am not trying to convert text to integers, i did all the...
  20. Re: visual basic 2010 coding related question

    thanks for help
  21. VS 2010 need small help with error messages

    hi all so i wrote this program for one of my project but i have some small problems, when u click calculate button it shows the error message first even if u put the right inputs, how do i fix the...
  22. visual basic 2010 coding related question

    hi everyone i am making a program on visual basic 2010 and i need some quick help, part of my objective is to calculate the tax, i am trying to calculate the TAX so this is part of my code and this...
Results 1 to 22 of 22



Click Here to Expand Forum to Full Width