Search:

Type: Posts; User: Millerni456

Search: Search took 0.03 seconds.

  1. Thread: Sound

    by Millerni456
    Replies
    8
    Views
    1,185

    Re: Sound

    Did you mean by "easy" that you want to do as little programming as possible?
    You could write a reusable function call inside of any if statements for playing sound.


    Although I do not know how...
  2. Re: How to make AutoCAD instance only available to my application?

    Thanks for the reply techgnome,

    Regarding the instancing of AutoCAD.... it's just like the instancing for Microsoft Excel:


    Public acadApp As New AcadApplication

    Public Sub Main()
    Dim...
  3. Re: How to make AutoCAD instance only available to my application?

    I probably should've mentioned this before, but even if you don't know exactly how to fix this, I still appreciate feedback/comments. If you guys know of anything that could be helpful towards...
  4. How to make AutoCAD instance only available to my application?

    Hey all,

    I've been working with integrating AutoCAD into my VB6 Projects. I imagine that my question is not specific to AutoCAD, but that just happens to be what I'm using.

    So, when I start my...
  5. Re: [RESOLVED] Radio ComboBox Group (Changing value on one combo affects others)

    Hi MarkT,

    This does exactly what I was trying to do.
    To elaborate a little bit on your code, it's important to highlight this value: "intNewSelection = 3"

    The "3" here is indicating the sum of...
  6. Re: Radio ComboBox Group (Changing value on one combo affects others)

    When selecting a combo box, I tried scrolling through the items (using the mouse wheel), I would start getting duplicate values.

    This is most likely because when scrolling, you do not trigger the...
  7. Re: Radio ComboBox Group (Changing value on one combo affects others)

    That's really close SamOscarBrown. Thanks for that post.
    The issue with it is that it becomes a little unpredictable when scrolling (although I never mentioned anything about scrolling above). ;)
    ...
  8. Re: Radio ComboBox Group (Changing value on one combo affects others)

    The contents in the combobox are NOT dynamic. So if there was initially 3 elements, then there will always be 3 elements.

    EDIT: The intention is to have the same number of boxes as there are...
  9. [RESOLVED] Radio ComboBox Group (Changing value on one combo affects others)

    Hey all,

    I have a rather strange request, or well... I am requesting something that could possibly have an alternative solution.

    I have 3 ComboBoxes all with the same data, and each ComboBox...
  10. Re: Get the File Name of the Running VB6 Application.

    Surprisingly enough, I attempted that with no success. After reading your post I tried again and it works! :P
    To be honest, I think I tricked myself since I had modified the exe title to what I...
  11. Re: Get the File Name of the Running VB6 Application.

    When listing all of the files and searching for an executable, are there ways of confirming that the .exe being looked at matches the app?
    Suppose I had two .exe's in the directory where my program...
  12. Re: Get the File Name of the Running VB6 Application.

    Although App.EXEName looks good, this isn't what I'm looking for. App.EXEName is referencing the executable's title (defined in the projects properties), and not it's file name.

    Even though when...
  13. [RESOLVED] Get the File Name of the Running VB6 Application.

    Hey all,

    I have an application I've built and I want to increment the revision numbers on it just by changing the File Name of the compiled executable.
    My hopes were to have my program look at...
  14. Re: ActiveX DLL- Include common Subs/Functions that should not need Object Instantiat

    Huzzah! Success!

    I cannot believe it works! :)

    Only down side is that I neeed to remember use the proxy link.exe file in order to VB6 to have Windows DLL Compatibility.
    Aside from that, the...
  15. Re: ActiveX DLL- Include common Subs/Functions that should not need Object Instantiat

    Hey Bonnie,

    Thanks for the reply.
    Unfortunately, I've came across that article before and I wasn't successful in creating a DLL that I could load back into my VB6 Projects.
    It does seem like...
  16. Re: ActiveX DLL- Include common Subs/Functions that should not need Object Instantiat

    I found another thread with the same issue:
    http://www.vbforums.com/showthread.php?476472-Calling-global-function-in-module-in-another-project

    It seems these Functions/Subs will indeed need to be...
  17. [RESOLVED] ActiveX DLL- Include common Subs/Functions that should not need Object Instantiation

    Hey all,

    What I'm trying to do is store some common Subs/Functions (that I would put in a Module) inside of an ActiveX DLL so that I can reuse the code for all of my applications.

    I was hoping...
  18. Replies
    5
    Views
    28,133

    Re: Get Remainder

    I realize this is old, but for the person out there that is googling for the answer... this is what I used for the process:

    Solution:



    'Returns the remainder of the division: num1 / num2....
  19. Creating an Enabled FileList in which you cannot make Selections.

    Hey all!

    My objective is to have a FileList which has black color text, but I don't want the user to be able to make selections (which highlights an item)

    I was also looking to see if it was...
  20. Re: Switch between two Frames during Run-Time, customized in Design Mode

    I suppose I should've mentioned that I wanted an easy time in design mode. That is... not having controls placed strangely in relation to other controls.

    But anyways, I did try what you had...
  21. Re: Switch between two Frames during Run-Time, customized in Design Mode

    True, and it seems SSTabs will partially help with my utlimate goal.

    But I have a portion where one form directly leads to the next (in the case of a wizard): The first form requires files to be...
  22. [RESOLVED] Switch between two Frames during Run-Time, customized in Design Mode

    Hey all!

    I'm trying to switch back-and-form between frames/forms during run-time, and would like to design each frame/form in design mode.

    FYI: I've seen a lot of information about...
  23. Re: Using Formula in VBA for Microsoft Excel. Unexpected results.

    Okay! It's been fixed!

    Unfortunately I cannot provide any reasons to the fix, but what I did was made this my last modifications to the Excel Spreadsheet. Even though I don't think something may...
  24. Re: Using Formula in VBA for Microsoft Excel. Unexpected results.

    Well it's good to know that this code should work! :P

    FYI:
    I've gone ahead a re-checked to make sure the appropriate row is correct (the "a" value).
    Anyways, it prints the correct value, so it...
  25. [RESOLVED] Using Formula in VBA for Microsoft Excel. Unexpected results.

    Hi all!

    Sorry, but I'm going to be breif since I don't have much time....

    I'm trying to create a formula cell that references only two others for simple multiplication.
    I've tried using...
Results 1 to 25 of 25



Click Here to Expand Forum to Full Width