CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Skate Bart

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    18,144

    Re: How to open a file in VB6 using app.Path?

    it's an XPS file (.xps).
    When the button is clicked, I want that file to be opened in windows.
  2. Replies
    5
    Views
    18,144

    How to open a file in VB6 using app.Path?

    When the button is clicked, I want the file to be opened.
    The file will be in the same directory as the visual basic project.
    Therefore, I need the code to open the file using "app.Path".
    Any...
  3. Replies
    4
    Views
    8,359

    Re: Search for data in a MSHFlexGrid

    I tried that but it didn't work. Can you please give me the code for it..... I would greatly appreciate the help!!!
  4. Replies
    4
    Views
    8,359

    Search for data in a MSHFlexGrid

    In my form, I have a MSHFlexGrid (fgdCompany) and a Search button.
    What this search button should do is when I enter data into the InputBox, it should search for the entered data and highlight the...
  5. Re: A simple database server management software?

    Isn't that an OS for server systems?
  6. A simple database server management software?

    I'm looking for a simple database-server maintenance and management software.
    It need not to be free but it must be known in the field of networking.
  7. Replies
    1
    Views
    4,901

    Package and Deployment Doubt

    If I install a program that was created by Visual Basic 6.0 (via Package and Deployment Wizard), and install it on my computer, is Visual Basic 6.0 need to run that installed program?
  8. How to highlight a record in a MSHFlexGrid?

    I have a MSHFlexGird (fgdCompany) and a search command. When the user enters the search data into "txtSearch", the command should search for the data and show it to the user by :

    Highlighting...
  9. How to search for a certain record in a MSHFlexGrid?

    I have a MSHFlexGrid that gets all records via a recordset from a database.
    I want to add a search function so that it would search for the data entered by the user on to the search textbox. But it...
  10. Replies
    3
    Views
    1,073

    Re: How to update a record from a Flex Grid?

    I tried it but it didn't work. Can you please send me the code that would work! =)
    Would be helping me greatly buddy!!
  11. Replies
    3
    Views
    1,073

    How to update a record from a Flex Grid?

    okay.

    Here's my problem.
    I have a form in which a Microsoft Hierarchical Flex Grid (fgdCompany) is used to display records taken from a database to relevant textboxes on the same form.
    When a...
  12. "Data type mismatch in criteria expression" in SQL statement

    hey there,

    Here's my complete code for a delete button that deletes a record in a Hierarchical Flex Grid.


    Dim rsTour As New ADODB.Recordset
    Dim cn As New ADODB.Connection
    Dim...
  13. Replies
    6
    Views
    1,014

    Delete button problem

    Okay,

    so here's my problem.
    I have a MS Hierarchical Flex Gird Control [fgdCompany] which is used to display records that are taken from a database. Everything works great but not the Delete...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured