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

Search:

Type: Posts; User: DataMiser

Page 1 of 5 1 2 3 4

Search: Search took 0.16 seconds.

  1. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    I managed to get it downloaded that time correctly using CuteFTP not sure why the command line FTP would not get it correctly, can not load the project fully though
    Complains about Missing DLL and...
  2. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    Tried but the archive looks no good get a message related to unexpected end of archive when I try to open it and only see one file within name aboutbox.ctl so no go
  3. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    Are you going to post the source?
  4. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    Yes. If you could zip up all the code files for the project I would take a look and see what I can determine from it.
  5. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    And start with full compile does not give you some clue as to where the problem may be?

    There really is not much more I can do to help without having at least a clue as to what object may be...
  6. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    Sounds like maybe you have more than one issue.

    Have you tried to run in the program in the IDE with the full compile option?

    From the menu Start will full compile or CTRL+F5
  7. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    Hard to even guess then. Without knowing what object it is talking about nor what objects you may be using.

    Does it at least take you to a sub or function? A form, module, class. Usually there is...
  8. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    What is the line of code that is highlighted when the error occurs?
  9. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    look at your references for the project if there are any checked items related to word or access then you are using early binding. If not then you are not
    Search the code for CreateObject if this...
  10. Replies
    8
    Views
    244

    Re: VB6 IDE freezes on breakpoint

    That means if your program is ended in any way other than the proper execution of the code closing forms and classes and especially sub classes.

    Pressing the stop button in the IDE causes the code...
  11. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    It depends on what you mean by using? If you are making a reference to MS access in your code [early binding] then you have to have that specific version installed. If you are not using a reference...
  12. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    If the files are there and correct then you can add them using the add file method under the project explorer. I just tried it and it works just fine. That said I seem to remember you talking about...
  13. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    Well I do not know what you are expecting clearly if the file does not exist you can not compile the program with a reference to the missing file.

    It should have prompted to to save changes when...
  14. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    Well when you load a project that is missing files or controls VB will prompt you to continue loading project or not. If you continue then when you close it will ask you if you want to save your...
  15. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    Hmm. For some reason I am unable to edit the post above today.

    Anyway in addition to removing the dsr fromt he project you would need to remove or comment any code that refers to it
  16. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    You would need to remove the dsr from the project
  17. Replies
    6
    Views
    201

    Re: Saving Controls to File - Help!

    I haven't tried it but my first thought would be to use a for each loop to loop through the controls properties possibly nested within another for each loop that would loop through all the controls...
  18. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    .dcx files are not always generated and if your report file requires a dcx file that is not present then you only option is to create a new report.

    Did you look at the references I mentioned? Are...
  19. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    If I add a data report I see 2 references are added

    Microsoft Data Formatting Object Library 6.0 (SP6)
    c;\Windows\System32\msstdfmt.dll

    Microsoft Data Report Designer 6.0 (SP4) ...
  20. Replies
    8
    Views
    244

    Re: VB6 IDE freezes on breakpoint

    Are you using any sub classing?
  21. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    Did you try adding a new data report? I did not mean adding existing dsr files but a new report to see if that worked. If it does not work then that would point to an issue with the report engine...
  22. Replies
    78
    Views
    1,138

    Re: VB6 project load errors

    I have actually never used the MS report designer so I am in the dark here. I have been using a 3rd party report tool since VB5 which is quite a bit better than the one in VB6 so never really had a...
  23. Replies
    8
    Views
    244

    Re: VB6 IDE freezes on breakpoint

    That statement doesn't make much sense. F8 is the method you would use to step through the code but here you say that you can not step through the code but then that you can step through the code...
  24. Re: Limiting the Acceptance of Keyboard Interrupts

    I think that the keypressed event does not fire until the key is released so no it should not continue to fire if the key is held down.
  25. Replies
    2
    Views
    184

    Re: Calculating with very large numbers

    If you use a double it will not result in an overflow but I doubt that you will be able to get that level of precision on such a large number
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width