Search results for query: *

  • Users: tiger03
  • Content: Threads
  • Order by date
  1. T

    [vs2003] datagrid row coloring

    Hi, This is my first post in here, I will describe my situation. I would like to change the color of a row based on a boolean value. So what I did was, I used a class called DataGridColoredTextBoxColumn which extends DataGridTextBoxColumn. I have a paint method there which is overriden. In my...
  2. T

    ComboBox item text colors

    Hi, I have got a combobox which retrieves its data from a dataset: Private dvsItem As DataView dvsItem = New DataView(MainForm.TempPrice.TempPriceBook.Copy) dvsItem.Sort = "ItemCode" cbItem.DataSource = dvsItem cbItem.DisplayMember = "ItemCode" cbItem.ValueMember = "ItemCode" I would like to...
  3. T

    help: in including files in exe

    Hi, First of all, I will describe my scenario. I have to do an update or a patch. So what I did was copied the exe files and the dll files into a folder and I have the exe that will execute in order to copy or overwrite the exising files in the c:\program files\my software folder. So I was...
Back
Top