Search:

Type: Posts; User: vb6forever

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    10
    Views
    386

    Re: cmd command

    Zann gave you a nice example. For use in your command string try (UNtested, but based on my post #3):



    A separate variable would need to be declared to hole the Option button Index value.
    ...
  2. Replies
    10
    Views
    386

    Re: cmd command

    If you want option buttons, then my guess is you want a particular string associated with each of those option buttons that you will place in your command string.
    What I would do is create a string...
  3. Re: Adding a huge number of records to a MariaDB

    SmUX2k:
    The following is not meant to discourage you in anyway. I hope you have some ideas no one else
    has thought of, and you make a billion from it (them).

    Having been trying to do that...
  4. Replies
    14
    Views
    540

    Re: Find/Replace Dialog

    You may want to look at this one:

    http://vbnet.mvps.org/index.html?code/project/findreplace.htm
  5. Re: Adding a huge number of records to a MariaDB

    Elroy:
    I'm been following this effort, but not sure the practical basis of it -- or is this a one off?
    The Exchange (or data supplier whoever that is) is sending one record at a time in a given...
  6. Re: [RESOLVED] Darn old null dates in MS Access via VB6

    Tabi:
    I confirmed your post against an AccessDB.
    I for one appreciate you pointing out the usage difference between vbNull and IsNull.
    Never picked up on it.

    This may help if reading this...
  7. Re: [RESOLVED] Darn old null dates in MS Access via VB6

    SAM: I, and I believe others recognize this tread for you is resolved.
    However, it raised a very interesting question (at least for me) regarding DB and Nulls.
    I THINK we've settled the fact DB...
  8. Re: [RESOLVED] Darn old null dates in MS Access via VB6

    FWIW:
    Based my simple project (post #12), a "BreakPoint" recognizes there is no entry in the field (comes back Null), but for whatever reason VB itself (Select/Case in my program) does NOT...
  9. Re: [RESOLVED] Darn old null dates in MS Access via VB6

    I went ahead and made a test project.
    Most interesting is that if you create a DB without any records (fields ONLY) and then check for the value in any of those Fields (I used types TEXT, DATE, and...
  10. Re: Darn old null dates in MS Access via VB6

    Sam: If I understand (??)

    1. You have a DB field called MyDate with a Type = DATETIME (in Access).
    2. When a record is inserted into your DB, you may or may Not know the information for the...
  11. Re: Darn old null dates in MS Access via VB6

    Sam why not just:



    >> Original Ignore >> If IsNull(myDate) Then
    If {whatever condition} Then
    cmd.CommandText = "update aTableName set aDate = Null"
    Else
    cmd.CommandText = "update...
  12. Replies
    5
    Views
    968

    Re: Troubleshoot Device Driver

    OptionBase1: Thanks for responding. My old printer works and there seems to be less issue with printers than scanners (mine is stand alone) in Win-10. I point my finger at Win-10, NOT the driver,...
  13. Replies
    5
    Views
    968

    Re: Troubleshoot Device Driver

    Thanks both for responding.

    jdc2000: Mine is a HP2400; friends is an Epson (model unknown). Internet is full of unhappy people.
    I'm just curious what broke it (OS or driver).
    ...
  14. Replies
    0
    Views
    235

    VB object.PSet

    Anyone know what GDI API is being used behind the scenes?
    My guess is:

    obj.DrawWidth = 1, API:SetPixel

    However, if objDrawWidth > 1 then ???
    if objDrawWidth is 3 or 4, are they setting each...
  15. Replies
    5
    Views
    968

    Troubleshoot Device Driver

    Since upgrade from Win-7 to Win-10 my HP scanner has not worked (M$ broke alot of scanners with that new OS). The scanner still functions if I run it from Win-7 (actual HD not virtual from Win-10). ...
  16. Replies
    10
    Views
    656

    Re: Post Viewing Problem

    Not having that problem BUT:
    Go Advanced only shows Emogies (SP?), no Quotes, Code, Bold, etc.
    Go Advanced seems to hang.
    Last week loading a specific thread was SLOW (several minutes).
  17. Re: For Line Controls, BorderStyle broken when BorderWidth>1

    This is a test as previous reply failed.
    NOTE: Code tags, quote tags, all other tags missing.

    Elroy: This is not a control. You'll need GDI MoveToEx and LineTo, and
    comment out my debug and...
  18. Replies
    2
    Views
    295

    Missing Features

    Just went to REPLY to a Thread. Selected Advance. Other than emogis (sp?), everything else is missing (e.g. code tags, quote tags, bold, etc. etc.).
  19. Re: DrawingControls for VB6: Shape and Line controls replacement with anti-aliasing

    Elroy: This is not a control but what I've used for years. Have to reference GDI MoveToEx, LineTo
    and REM kDEBUGON and DoError.



    Public Sub DrawLineDashWide(objPBox As PictureBox, ByVal X1...
  20. Re: Is there a way to time out a Msgbox?

    Off hand not sure whether a timer will work or whether the MsgBox will maintain control.
    Try:
    Prior to bringing up the MsgBox Starting a timer.
    When the timer ends (after 10 seconds) Call cmdExit...
  21. Re: Where Get Information on Device Manager Details

    I have a duel boot system with Win-7 on one HDD and Win-10 on the other, so using the device currently is not an issue.


    That is the question. How is it doing it (i.e. what structures, API's,...
  22. Re: Where Get Information on Device Manager Details

    si_the_geek: Thanks for responding.
    I'm aware of planned obsolescence and the use of device drivers to obtain that objective.
    What I'm trying to understand is what is occurring within Windows (my...
  23. Re: Where Get Information on Device Manager Details

    Thanks for responses.
    The scanner is an HP Scanjet 2400. HP's website lists it as not supported for Windows-10, along with a number of their other scanners. Based on internet traffic Win-10 broke...
  24. Where Get Information on Device Manager Details

    when selecting a device from device manager, one is presented with a Form and
    several tabs. Of most interest at this point is the Driver tab and the Events Tab.
    I'm running Windows 10.
    In the...
  25. Re: [RESOLVED] Is this a valid use case for creating an INTERFACE?

    webbiz:

    As I understand it, the user can create multiple charts (there can also be multiple viewports (sub-charts) within each chart ). Multiple tools can be placed on each of those charts or...
  26. Re: [RESOLVED] Is this a valid use case for creating an INTERFACE?

    webbiz: Why not create a table of active tools, with a link to the viewport or jason file of interest.
  27. Replies
    2
    Views
    511

    Re: Diving into a API (xxx.dll)

    Unless I misunderstand the question:
    Try here: https://devblogs.microsoft.com/oldnewthing/
    OR: Get a copy of Advance Window by Richter. (I assume they still publish it, or an old copy is most...
  28. Replies
    5
    Views
    654

    Re: how draw a curve?

    Try this:



    '9:00 O-clock to 6:00 O'Clock
    objPBox.Circle (iX1, Region.Bottom - iRadius), iRadius, lngColor, Pi, Pi + (Pi * 0.5)
  29. Re: Calculate Simple Interest for Stream of Payments

    Olaf: Thanks
    For whatever reason I've always run with "All Libraries". Financial is listed, just never noticed. Going with VBA brings those up for easy review. Noted for future use.
    ...
  30. Re: Calculate Simple Interest for Stream of Payments

    Olaf: Thanks for the reply and info.
    Interest can get complicated based on periods (actual, 365, 360), simple or compounded, or paying out at beginning or end of period. All I have to go...
  31. Re: [RESOLVED] How Do You Work With Mulitple Objects of Same Type (Detecting Click)?

    webbiz: You can do it as lines, you just need to keep track of each line(s) values.
    That tracking can be in an array, database, collection, etc.
    Then when you click a line, you will have to do a...
  32. Re: Calculate Simple Interest for Stream of Payments

    I don't know where you're at but the US Rule of Law does a lot of crazy things. As a pro-se Plaintiff or Defendant (self represented, even if you're an attorney) you can't bill for your efforts,...
  33. Re: Calculate Simple Interest for Stream of Payments

    This is an annuity I inherited when my mother passed. The insurance company never paid it, so I had to go to Court to get them to pay. There is prejudgement interest due.
    The contract was for a...
  34. Re: Calculate Simple Interest for Stream of Payments

    OptionBase1:
    Will extract and post code:
    Regarding interest per annum that is all the info I have. This is for a Court case and this is how the law states it.

    77 payments crosses over several...
  35. [RESOLVED] Calculate Simple Interest for Stream of Payments

    Hoping someone might have a moment to confirm my logic. (see VB5 zip)
    Receiving a stream of monthly payments of $92.83 per month for 77 months at 10 percent per annum, how much interest accrues...
  36. Re: [VB6] How would you go about deleting drawings/lines etc. ?

    Remember how you created the line. To not create it just don't call for that line to be created.
    To accomplish that you will need to flag the line (tool) of interest, and then use that flag to not...
  37. Re: Dump EMail to PDF (Batch not individual)

    Thanks both for input.
    jdc2000: That's where I "think" I'm heading. Just kicking the tires at the moment and trying to climb the learning curve.

    dilettante:

    It was and is. jdc2000 offered...
  38. Re: Dump EMail to PDF (Batch not individual)

    jdc2000: Thanks, missed that one.

    Link offered some needed info but still 3rd party.
    Will have to play a bit with Thunderbird and see what occurs with Export.
    E.g.
    1) When Exporting does...
  39. Re: Dump EMail to PDF (Batch not individual)

    jdc2000: Thanks for responding.
    I read this previously and if I'm correct -- ImportExportTools NG -- is 3rd party and trial not freeware FWIW.
  40. Re: Dump EMail to PDF (Batch not individual)

    dilettante: Thanks for responding. Didn't even think about Thunderbird having an API. Will check and see if they have one. Checked (https://webextension-api.thunderbird.net/en/stable/)
    and have...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width