Search results for query: *

  • Users: btran007
  • Content: Threads
  • Order by date
  1. B

    tableadapter.update

    Hello All, I am trying to update two fields based on where chart = @chart. Update executed successfully but nothing happens. Where or at what point does it ask for @chart value. I even tried to create another update function but the program just removes it by itself. I am confused...please...
  2. B

    Get Application Path Name

    Hello Everyone, I am very frustrated:mad: . I am relatively new to VB.NET. Can someone please help me:) . I need to get the paths of applications I have installed written in VB.NET. For some reason they're all registered under \My Computer\HKEY_CLASSES_ROOT\Installer\Assemblies\C:|Program...
  3. B

    How to scroll to a record in DataGrid?

    Hello everyone, I know how to perform a go to record in a Datagrid, however, I need to know how to center that particular record in the Datagrid. I don't want it at the top or bottom of the Datagrid. Can anyone help? Thanks in advance btran
  4. B

    Get column name/number and sorting order

    Hello everyone, I am new to VB.NET and I am a little lost. This may be an easy question to all of you. I have a datagrid and I want to get the column name/number and sorting order when the user click on the column header. The sorting order changes everytime ASC or DESC, of course. Can someone...
  5. B

    Listview in Multiple tab pages

    Hello everyone, I am stuck on how to get rid of hottracking and hoverselection in AXlistview when tried to migrate from VB6 to .NET. Everyone's solution is to use .NET listview instead. However, I am stuck on how to display one Listview in multiple tab pages(tabcontrol). The listview will...
  6. B

    How to disable listview auto row selection

    Hi Yall, This may seem very simple but I don't know how to disable ActiveX Listview auto row selection. It automatically selects a row in the Listview whenever the mouse cursor hovers over it, usually after Listview got focus. I have tried to disable Hottracking and HoverSelection, but it...
  7. B

    Disable listview auto row selection

    Hi Y'all, This may seem easy but I don't know how to disable ActiveX Listview auto row selection. It automatically selects a row whenever the mouse cursor hovers over a row, usually after the ListView got focus. I have tried to disable Hottracking and HoverSelection (hardcoded also), but...
  8. B

    Find substring in dataview/datagrid

    Hello everyone, Can anyone please show me how to find substring in dataview/datagrid? Basically, a column contains bunch of phone numbers 410-555-1212 410-379-2215 410-443-5214 410-555-2351 410-555-5623 410-895-8951 After sorting- 410-379-2215 410-443-5214 410-555-1212 410-555-2351...
  9. B

    SQL string concatenate field name

    Hello everyone, I am a newbie. I have tried to google all over the internet but of no avail. Can anyone help me on querying using vb.net SQL string with field name of two or more words, ie "Start Date", "Del Last First Name" Code: strSQL = "SELECT startDate as ""Start Date"", delLastFirst as...
Back
Top