Search results for query: *

  • Users: vb_noob
  • Content: Threads
  • Order by date
  1. V

    Question Arithmatic operation problem

    Hi there, This is probably a simple problem but I really couldn't get it working for the life of me. I'm trying to calcuate grandtotal value using total; Dim productsold As Decimal Dim productprice As Decimal Dim totalsales As Decimal Dim grandtotalsales As Decimal productsold =...
  2. V

    Question How to bold text string when adding it to listbox?

    Hi there, I'm adding text string into a list box together with data retrieved from text box, and I wanna bold that text but really don't have any idea how to do so. E.g. listProducts.Items.Add("Product Name - " & textProdName.text) I just wanna bold that first bit of text in the quotes...
  3. V

    Question Help needed with RichTextBoxFinds.WholeWord and MatchCase

    Hi there, First of all, I'm quite new to VB.NET so would like to request for simple explanations, and apologies if my question is beginner-like. Here's the situation: I've got a form that has - RichTextBox - OpenButton (to load RTF file) - SaveButton (to save RTF file after editing) - Textbox...
Back
Top