windows forms

  1. K

    Question Using ComboBoxes in a DataGridView

    Hi All, I've got a DataGridView with six columns. Three of these columns are actually comboboxes (i.e. each row in the datagridview is a combobox) aka DataGridViewComboBoxColumn. I have successfully populated each combobox with the collection I want from a dataset. On form load, I want to...
  2. S

    Web Browser Control, block web sites

    I have a windows form that incorporates a web browser control (vb.net, vs2008) where I'm doing some screen scraping, etc. and I'd like to block certain websites that are appearing in advertisements, etc. I've looked online and I haven't found anything that doesn't incorporate mshtml.dll and...
  3. jaksel

    Question Opening MS Project 2007

    I am developing a Windows Forms application in VB.NET using Visual Studio 2008. I am attempting to open an MSProject.mpp file and iterate through the tasks. Here is my code from Form1 so far: Dim mFileName As String 'When looking at the project Window drop down, determine the index number of...
  4. K

    event for tab or radio button change

    Hi All, I'm a relative noob when it comes to VB.NET and need some help. I've gone through all the list of events and tried the ones that looked like they make sense, but I can't figure this out. I've got a windows form with multiple tabs using TabControl. If a particular tab is clicked I'd...
  5. E

    Question Hidden Text Boxes - XSD Dataset

    I have several Windows forms and they all work fine, but I find that I have an issue with accessing the dataset. I am using a lot of hidden fields to supply values to my procedure from the database as opposed to accessing the dataset directly. While this works, it is unclean and I like to...
Back
Top