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

Search:

Type: Posts; User: Solturus

Page 1 of 5 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    2,238

    Could not load the Java Virtual Machine

    Hello Gurus,

    My PC is on a Win XP platorm. I have a program that I would like to open through a batch file, dos, or a VB app. If I attempt to open this program through any of the above methods,...
  2. Re: Exporting Data from one MS Access Database into another MS Access Database using Vis

    This code should work fine. You will need to setup an ODBC driver for it though.

    strSql = "SELECT * FROM data1"
    ' Open the table
    OpenDB
    Set rsData1 = New ADODB.Recordset
    ' Assign properties...
  3. Re: Exporting Data from one MS Access Database into another MS Access Database using Vis

    This code should work fine. You will need to setup an ODBC driver for it though.

    strSql = "SELECT * FROM data1"
    ' Open the table
    OpenDB
    Set rsData1 = New ADODB.Recordset
    ' Assign properties...
  4. Replies
    3
    Views
    1,363

    Re: HELP with WinZip and Shell command

    Gurus,

    I downloaded these files and added them to my project. When I tried to perform an unzip I get the error "sub or fuction not defined" for a call to VBUnzip from CGUnzipFiles. Is there...
  5. Replies
    1
    Views
    1,034

    HTML Database Access

    I'm not sure this is the right place for this posting, but it's the closest I could find on this site.

    I am attempting to create a basic webpage that is basically an online user guide. The only...
  6. Replies
    0
    Views
    623

    How to get EMail address from email

    Hello Gurus,

    I have been working on an email program that I incorporated an optout list. Currently everything is working pretty good with one exception. When sending emails I have a link that...
  7. Replies
    4
    Views
    18,854

    That's exactly what I was looking for. Thanks...

    That's exactly what I was looking for. Thanks for the help.
  8. Replies
    4
    Views
    18,854

    Setting up mailto link in email

    Hello all,

    I'm sure this question has a pretty simple answer, but it just eludes me.

    I have an email program that mails to a large mailing list. I don't want to be considered a spammer, so I...
  9. Thread: CMHTML Class

    by Solturus
    Replies
    2
    Views
    1,026

    That worked perfectly. Thanks for the help.

    That worked perfectly. Thanks for the help.
  10. Thread: CMHTML Class

    by Solturus
    Replies
    2
    Views
    1,026

    CMHTML Class

    Hello Gurus,

    A few months ago I downloaded a class called CMHtml from this site. It pretty much did everything I needed. It allowed me to programmatically create and send emails in HTML format. ...
  11. Replies
    0
    Views
    627

    Updating FoxPro Table with VB

    Hello Gurus,

    I'm not really sure what the best route to accomplish my problem is, so hopefully someone can help.

    I have 2 foxpro tables that I access with a VB program. The tables are PDPick...
  12. Replies
    5
    Views
    2,874

    Okay, I didn't realize that there was an Ocx that...

    Okay, I didn't realize that there was an Ocx that needed to be copied onto the computer. This was created by someone and posted to this site. I have included it here as a zip. There are 2 files. ...
  13. Replies
    5
    Views
    2,874

    When you add the control under...

    When you add the control under Project->Components from the menu at the top of the screen an icon should appear at the tool bar to the left. Add the code to the form that you placed the control on....
  14. Replies
    5
    Views
    2,874

    Under Project->Components add the System Tray...

    Under Project->Components add the System Tray Icon v.1.0.

    This will add a control for the trayicon. Add this on your main form. In your form_load add the following code.

    ...
  15. Replies
    2
    Views
    581

    Development advice

    Don't know if this is the best place for this, but since I come here a lot and know there are a lot of very qualified people that visit this site I thought I'd throw this question out there.

    I...
  16. Replies
    2
    Views
    753

    Directory Explorer

    Hello Gurus,

    I am working on an app that needs to have a directory explorer dialog. Just the the ones you would use to choose a directory while installing a project.

    I have the option of...
  17. Replies
    2
    Views
    801

    Thanks for the response. I actually have some...

    Thanks for the response.

    I actually have some html that creates a button. When this button is pressed it sends the login info and the information required to create the report (all the...
  18. Replies
    2
    Views
    801

    ASP - Sending arguments

    Hello everyone,

    I am attempting to send posts to an asp page with my arguments through VB6. I'm not really sure how to go about this. Right now I have the following code.

    With Inet1
    ...
  19. Thread: Variable Name

    by Solturus
    Replies
    2
    Views
    716

    Excellent. That worked perfectly. Thanks a lot....

    Excellent. That worked perfectly. Thanks a lot.



    Solturus
  20. Thread: Variable Name

    by Solturus
    Replies
    2
    Views
    716

    Variable Name

    Hello Gurus,

    I think this should be an easy question, I'm just not sure how to go about it.

    I have a series of fields inside a table named qty1 - qty40. I would like to grab the data from each...
  21. Thread: HTML button

    by Solturus
    Replies
    6
    Views
    806

    I was thinking that, but it was worth a try. I...

    I was thinking that, but it was worth a try.

    I didn't include the login information in the file, so the screen you received was the correct one. Normally that info would be passed through the...
  22. Thread: HTML button

    by Solturus
    Replies
    6
    Views
    806

    I went ahead a tried this using the put method,...

    I went ahead a tried this using the put method, but I am still not getting to the page I would like to.

    I have included a file with the actual code I am using. Maybe someone will see a problem...
  23. Thread: HTML button

    by Solturus
    Replies
    6
    Views
    806

    The file I attached was actually the html file...

    The file I attached was actually the html file that creates a button. I wanted to port this code to a VB program so I could just send the arguments and receive page with the report.

    That file...
  24. Thread: HTML button

    by Solturus
    Replies
    6
    Views
    806

    HTML button

    Hello everyone,

    I really hope someone can help me with my problem.

    My company recently signed up with a credit card processing firm. Everytime a CC is processed the firm places it onto their...
  25. Thread: HTML button

    by Solturus
    Replies
    0
    Views
    364

    HTML button

    Hello all,

    I have been dealing with a company that is processing data for us. This data can be shown to us in any format we would like. We just need to create a report format on their website...
Results 1 to 25 of 116
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured