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

Search:

Type: Posts; User: George1111

Page 1 of 77 1 2 3 4

Search: Search took 0.18 seconds.

  1. Re: Searching for something in visual basic vb6

    Thanks to everyone for their help - I've finally got it !
  2. Searching for something in visual basic vb6

    I get all forums with relevant answers - I just want VB6 Forum. VB6 ONLY please

    Dont want C++, Dont Want VB.Net. etc DONT want anything but VB6 Forum Answers

    How ?
  3. Replies
    1
    Views
    1,627

    Re: Dynamically Create Object Name - RESOLVED

    I have an answer to the problem by ahenry in VBForums !



    FormName = "frmOrd" & "02"

    Set NewForm = Forms.Add(FormName)

    NewForm.Show ' Shows frmOrd02
  4. Replies
    1
    Views
    1,627

    Dynamically Create Object Name - RESOLVED

    I think I have done this previously, but cant seem to lay my hands on how I did it.

    I have a number of forms which are named frmOrd1, frmOrd2, frmOrd3 ...... frmOrd100

    I need to be able to...
  5. Replies
    9
    Views
    3,487

    Re: Problem with vb6 ide installation

    VB6 is no longer supported so calling Microsoft is probably out of the question.
    The problem is to do with the initial installation - All defaults are taken, using disks that worked perfectly on...
  6. Replies
    9
    Views
    3,487

    Re: Problem with vb6 ide installation

    Its a bit like living with an allergy - After a while you just accept it and carry on.
    None of the special tricks seem to have worked and I am still getting the pop-up message

    Its never hurt I...
  7. Replies
    9
    Views
    3,487

    Re: Problem with vb6 ide installation

    Thanks 2kaud - I found what I hope to find
    Apparently the message pops up mainly in VB6/Windows 10/64 bit installations (which is mine)
    The fix is a bit rough but apparently it works
    Simply...
  8. Replies
    9
    Views
    3,487

    Re: Problem with vb6 ide installation

    Well, the problem went away for a while, then it has returned today.
    Google has about 20 variations as to what causes the problem - I was hoping someone may have resolved the problem with some...
  9. Replies
    9
    Views
    3,487

    Re: Problem with vb6 ide installation

    Never expected a solution there, but it seems I am not the first person with this problem.
    I have tried a couple of suggestions and hopefully they will solve the problem
    Thanks
  10. Re: Find all files from a certain date (younger than 30 days) in a directory which co

    If you sort the directory in descending order, which takes 60 minutes you have said, then open the directory after adding more files, are you seeing the new files added to the top of the directory ? ...
  11. Replies
    9
    Views
    3,487

    Problem with vb6 ide installation

    I have worked around this problem for years it seems. As the result of installing VB6 Development on my W10 PC I almost always get this error when opening a project. If I immediately SAVE the...
  12. Replies
    24
    Views
    10,997

    Re: Excel writing time is inconsistent.

    If possible, the 170 sheets will process quicker if they are NOT VISIBLE during creation. Not sure if you are able to set this as an option PRIOR to generating the sheets. This has a dramatic...
  13. Replies
    8
    Views
    12,028

    Re: Best web dev language 2020

    Thanks for that, Wolle - Interestingly, a good buddy of mine told me that the future of programming was Python.
    I didn't believe him then - It was 1995 !!! (And I hadn't even started to learn VB6).
  14. Replies
    24
    Views
    10,997

    Re: Excel writing time is inconsistent.

    Are you processing images in the file ? This can be very deceiving. Sometimes you see a 10mm x 10mm image, but it is actually 20MB in size. That once happened to me as the customer did not...
  15. Replies
    8
    Views
    12,028

    Best web dev language 2020

    Bearing in mind that I have spent most of the past 20 years developing in VB6 and a little ASP, what is considered TODAY 2020, the easiest language I should use to develop a WEB Based ERP System ? ...
  16. Replies
    0
    Views
    2,330

    Has anyone seen this ?

    https://visualstudiomagazine.com/articles/2020/03/12/vb-in-net-5.aspx
  17. Replies
    0
    Views
    2,114

    Has anyone seen this ?

    https://visualstudiomagazine.com/articles/2020/03/12/vb-in-net-5.aspx
  18. Re: VB6 IDE Compiler Freezes with no error code.

    The point is - Does the previous versions still work (Compile) ? If the previous version still works then the problem is probably not with the VB6 IDE / Compiler - it is probably a problem with...
  19. Re: VB6 IDE Compiler Freezes with no error code.

    Check this one out

    COMPATIBILITY SETTINGS ON VB6.EXE

    10. Change the compatibility on VB6 executable
    After installing VB6, you'll want to change the compatibility settings for the IDE...
  20. Re: VB6 IDE Compiler Freezes with no error code.

    What happened when you tried

    "You need to go back to the version that worked PRIOR to your "cleaning up the code" - Just go back to a version that compiles on some machine prior to you changing...
  21. Re: VB6 IDE Compiler Freezes with no error code.

    How have you been able to install VB6 on W10 ?

    I presume you have had no problems and have also had no problems installing Service Pack 6.

    I have nothing but problems just getting VB6 to...
  22. Replies
    1
    Views
    4,501

    Re: qbXML with QuickBooks Online

    Since you understand the intricacies of integration to QB via VB6, I would create files in the format that QB Cloud wants (via VB6) then post them via the VB.Net SDK which I'm sure will have examples...
  23. Replies
    14
    Views
    7,092

    Re: Hosting vb6 applications in the cloud

    Hi Arjay

    This sounds promising. "Fire and Forget". Is this what Xaramin does for you ? Or is there a simple way to do the same ? (from a Mobile Application when sometimes you cant even...
  24. Replies
    14
    Views
    7,092

    Re: Hosting vb6 applications in the cloud

    That's because you have always been a great VB6 programmer !
  25. Replies
    14
    Views
    7,092

    Re: Hosting vb6 applications in the cloud

    I also do the major part of my development for Mobile Applications.

    The way I have dealt with passing data back and forth from people in the field (in my case salespeople selling food products),...
Results 1 to 25 of 1912
Page 1 of 77 1 2 3 4





Click Here to Expand Forum to Full Width

Featured