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

Search:

Type: Posts; User: Royster

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    6,786

    Passing a textbox as a function parameter

    I have a function that accepts a textbox as a parameter

    eg.

    Sub LogSetup(tb as textbox)
    'Code
    End sub

    My problem is that when I attempt to run the code, I get a type mismatch error,...
  2. Replies
    5
    Views
    1,436

    I sorted out the above problem

    I copied the Zip32.dll and unZip32.dll in to the local path of the Access MDB. I actually needed to place it in the winnt\system32 directory. It works fine now.
  3. Replies
    5
    Views
    1,436

    I used your code Chris

    I downloaded your code Chris, made a few alterations and ran it. I worked brilliantly in VB6. I used exactly the same code in Access 2000 and the program appeared to work fine. I had one...
  4. Replies
    11
    Views
    4,037

    I had a problem updating MS Access from a wizard created typed dataset

    I got the same blank error message that you did, when my program tried to update an Access database. There is an error message there though.

    The secret is to put a

    Try
    ...
  5. I've sorted out the problem

    As always the answer was something pathetically stupid and ovvious. I have a field in the database called "Value". As you may be aware, "Value" is a reserved word, and all occurances of this word in...
  6. Inserting from a typed dataset into an MS Access 2000 database PROBLEM

    Hi

    I have created a strongly typed dataset in VB.Net. I can sucessfully fill the OLEDBDataAdapter and display the contents of the data adapter.

    I can successfully create a new row, and insert...
  7. Replies
    3
    Views
    114,391

    ADO.NET datatable and the column number limits

    Why is it that a datatable is limited to only 100 columns? This seems like a very unusual number to choose as a limit in any case.

    The annoying thing is that the only way I can see to get round...
  8. Starting and ending a dial up connection in VB.NET

    I want to create a procedure, that checks for a connection to the internet. If there isn't one open, then it starts up the default dial up connection.

    Once processing has been completed, I want to...
  9. Starting and ending a dial up connection in VB.NET

    I want to create a procedure, that checks for a connection to the internet. If there isn't one open, then it starts up the default dial up connection.

    Once processing has been completed, I want to...
  10. Starting and ending a dial up connection in VB.NET

    I want to create a procedure, that checks for a connection to the internet. If there isn't one open, then it starts up the default dial up connection.

    Once processing has been completed, I want to...
  11. Starting and ending a dial up connection in VB.NET

    I want to create a procedure, that checks for a connection to the internet. If there isn't one open, then it starts up the default dial up connection.

    Once processing has been completed, I want to...
  12. Importing SQL Stored Procedures into MS Access

    Is it possible to import SQL Stored Procedures into MS Access?

    Apparently a friend thinks it is, but we cannot find the way to do it.

    Can anybody help me please?
  13. Replies
    0
    Views
    581

    Saving Files opened in IE through VB

    I create an instance of Internet Explorer in VB6, and use it to point to a link which activates a filedownload. The file downloaded is a .csv file that is opened in the Internet Explorer window. I...
  14. Replies
    0
    Views
    521

    Access to Visual Basic Converter

    Is there a programme that converts forms and code modules designed in Access, in to Visual Basic forms and code. If so where can I obtain it from, preferably for free.
  15. Thread: listboxes

    by Royster
    Replies
    0
    Views
    497

    listboxes

    I have a database form that has an ADO listbox, a textbox and an ADO data control. I want to be able to click on an item in the listbox, and for the ADO data control to jump to that item so that it...
  16. Replies
    0
    Views
    639

    Converting from Access to VB6

    Is it possible to convert forms with subforms created in MS Access directly in to VB 6, bearing in mind that no Access Basic has been used. Since I have been using VB6 I have seen the Master/Detail...
Results 1 to 16 of 16





Click Here to Expand Forum to Full Width

Featured