Search:

Type: Posts; User: asbo

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,657

    Re: FileMapping - set right access rights

    Unfortunatelly all my efforts to win ACL was unsuccessfull.

    I tried to assign explicit "lpFileMappigAttributes As SECURITY_ATTRIBUTES"
    by creating it from "StringSecurityDescriptor" by ...
  2. Replies
    5
    Views
    1,657

    Re: FileMapping - set right access rights

    dilettante,
    thank you very much for sample and further additional directions.
    I'll try it immediately.
    .
  3. Replies
    5
    Views
    1,657

    Re: FileMapping - set right access rights

    dilettante, hi.
    Thank you for reply.

    Yes of course. First of all, I started with this and this.
    Then this, this and this and many other related docs.

    However, I could not translate these...
  4. Replies
    5
    Views
    1,657

    FileMapping - set right access rights

    Hello all.

    I wrote the NT Service that must regularly send some data
    to the simple user application using Memory Mapping,
    based on dilettante MemMapper model.

    All was worked very well (thank...
  5. Re: VB - Quick Sort algorithm (very fast sorting algorithm)

    CVMichael

    Nice job.

    For the first time in my life, I attended to sorting and got such beautiful satisfaction :)

    Works from box.
    Super fast and efficiently.

    I got the total list of files...
  6. Replies
    19
    Views
    3,054

    Re: [RESOLVED] VBA vs VB6 ... detection

    Hello.

    About four years I use the construction below in my universal (for VB6 & Office) Add-In.
    There was no issues at all.
    However the main environment where it intensively used is the bundle...
  7. Re: [RESOLVED] Check if the first character in numeric

    Hi, Mustaphi.

    Select Case AscB(pString)
    Case 48 To 57
    ' do something
    Case Else
    ' do something
    End Select

    'Case''s-sequence to be complicated to reach more speed efficiency...
  8. Re: Add-In - to call (run) host application's procedure

    Oh! This is a very valuable observation.
    Lucky you have another locale :)

    And, regardless of locale, your reference to an object by a predefined constant, but not by a name, is a more right...
  9. Re: Add-In - to call (run) host application's procedure

    Eduardo-, hello.

    Thanks a lot for yor efforts!

    I saw your meddage (#15) already, but I decided to not download attachment immediatelly,
    but to delay to the moment, when my bundle will be ready...
  10. Re: Add-In - to call (run) host application's procedure

    So...
    Hello all.

    As I promised, I prepared the tested bundle at last:
    (half a year hasn't passed (c) VSV)

    161671
    (why I can not get a beautiful picture of attachment like the others?)

    It...
  11. Re: Add-In - to call (run) host application's procedure

    Eduardo-, dz32,
    thank you very much for your support.

    I need a some of time now to create and present here the testing source code package of Add-In and several host applications.

    Moreover, I...
  12. Re: Add-In - to call (run) host application's procedure

    No-no! Not compiled at all!

    When I say "to backup", it means here:
    to save current state of source code of not-compiled project that is being in developing(!) in current moment.



    And "Yes",...
  13. Re: Add-In - to call (run) host application's procedure

    A little bit wrong :)

    Not "the program itself has code to backup its own source code", but the developer of this program has it. He use the Add-In for the same purposes - developing. And backup...
  14. Re: Add-In - to call (run) host application's procedure

    Yeah. I'm clearly understand it.
    And this is the reason why in the first sentence of the start post I not asked "How?", but asked "Is it possible?" ...



    However... however it is an idea. It...
  15. Re: Add-In - to call (run) host application's procedure

    OK. I tried
    CallByName(object, procname, calltype,[args()])

    However, I can't give to it the right object it need as the first parameter,
    cause after the Add-In is loaded in host,
    all...
  16. Re: Add-In - to call (run) host application's procedure

    Zvoni, hello.

    Forgive for my English :(

    I try to rephrase...

    My add-in is developed to connect to both VB6 and VBA IDEs. So, in any project (host), being developed under VB6, or Access, or...
  17. Add-In - to call (run) host application's procedure

    Is it possible?

    I have in Add-In the universal code Export function (for backup purposes). It is suitable for most projects, which are used this Add-In. However some projects (this Add-In project...
  18. Re: Error Handling - call Err.Raise from another module

    wqweto, Elroy,
    thank you very much for detailed and useful explanation.

    It help me very well, like the previous discussions too. Now the structure of my project will be much simpler, and the...
  19. Re: Error Handling - call Err.Raise from another module

    Up. Addendum.
    .
  20. Error Handling - call Err.Raise from another module

    I have the class module and several code modules in ActiveX-dll project. All of modules has common this-module-level procedures as local err handlers. And all of this handlers in different modules...
  21. Re: Error Handling - pass some err's to one level up caller

    DEXWERX,
    thank you for confirming wqweto view and on support of my doubts :)
    .
  22. Re: Error Handling - pass some err's to one level up caller

    wqweto,
    thank you for reply.

    * On Error GoTo 0
    - Yeah... I tried it and it's worked.
    But it gives some of inconveniences:
    - this statements will be randomly scattered throughout the code
    -...
  23. Error Handling - pass some err's to one level up caller

    I have two procedures, MAster & SLave, where MA call SL. Both of them has their own Error Handlers. However it's needs to pass some err's from SL to MA unhandled (or "as unhandled"). "Some" means...
  24. Re: Return Error info from ActiveX Dll to User Application

    LaVolpe,
    thank you for advice.

    Yes, I also considered this scheme too and even read some discussions of this technique like this. It seemed me somewhat difficult, if accounting of my skill :)...
  25. Re: Return Error info from ActiveX Dll to User Application

    Yep... it's clear. Thank you.

    I just planned a different approach of how to clear error value - to avoid the followings:
    - possible mistakes in assignments of this value and
    - a lot of this...
  26. Re: Return Error info from ActeveX Dll to User Application

    techgnome,
    thank you for support.

    * I return 0 for success ... that's not always possible
    Yeah. However, it's most suitable for me (in this case) to return 0 as error, but not as flag of...
  27. Return Error info from ActiveX Dll to User Application

    I create ActiveX Dll to serve my own applications.
    What is the best way to return error from dll to app?

    My dll has the Dll_class and several support modules.
    And app has the App_class, which...
  28. Replies
    10
    Views
    4,543

    Re: IDE - how to run specific project in vbg group?

    DataMiser,

    He-he :)

    However, not 2 but 3 clicks :)
    Reassign, Run, Reassign back again.
    And this third click... I constantly forget to do it :)
    And you forgot about it too :)

    Moreover,...
  29. Replies
    10
    Views
    4,543

    Re: IDE - how to run specific project in vbg group?

    Elroy, hi.
    Hi all.

    Both of methods, applied to projects group:
    - Reassign StartUp property from one project to another, or
    - Edit *.vbg
    are well known and are quite obvious, as to run projects...
  30. Replies
    10
    Views
    4,543

    Re: IDE - how to run specific project in vbg group?

    Elroy, techgnome, thank you for answers.

    Sorry for the ambiguity resulted by I did not explicitly state the conditions of the problem. However, I was sure, that it is clear out of the question...
  31. Replies
    10
    Views
    4,543

    IDE - how to run specific project in vbg group?

    IDE - how to run temporarly specific project in vbg group
    without swithcing StartupProject by IDE gui or vbg-file editing?
    .
  32. Replies
    4
    Views
    520

    Re: IDE vs DLL behave differently

    wqweto, thank you too.
    My understanding of case is gradually coming :)
    .
  33. Replies
    4
    Views
    520

    Re: IDE vs DLL behave differently

    dilettante, thank you.
    There are used many parts of your developments in mentioned project :) so thank you once more!

    Taking this opportunity let me ask you - there are many of callback-to-class...
  34. Replies
    4
    Views
    520

    IDE vs DLL behave differently

    I greet you, Gentlemen.

    Many-many days I was polishing my project. It is the class and its support module, that intended (in main) to carry callbacks from API function. Yeah, callbacks to class is...
Results 1 to 34 of 35



Click Here to Expand Forum to Full Width