Search:

Type: Posts; User: chosk

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: VB6: label caption displays only to last visible space - need to compute text wid

    Example:
  2. Re: VB6: label caption displays only to last visible space - need to compute text wid

    It is automatic. It will show what it can show including space within the width of the Label you set.

    I should also link the OCX version. It is simpler to use and prefered:
    ...
  3. Re: VB6: label caption displays only to last visible space - need to compute text wid

    Krool's Common Control Replacement Label control solve the problem. It will show caption text up to the width of the label....
  4. Re: [RESOLVED] Form not opening on Monitor 2, eventhough it's CenterOwner

    Strange. It works for me. Two monitors, arranged vertical or side by side.



    https://www.technical-analysis.com/videos/2Forms.mp4
  5. Re: [VB6 RC6 SQLite] Returning the ROW number of the table based on a field value

    Private Sub Form_Load()

    'Preferred IDs are stored in ItemData, whether RowID or FileID

    With Combo1
    .AddItem "Apple"
    .ItemData(.NewIndex) = 10

    ...
  6. Re: [VB6 RC6 SQLite] Returning the ROW number of the table based on a field value

    Exactly.
  7. Re: [VB6 RC6 SQLite] Returning the ROW number of the table based on a field value

    Possible to use the Combo's ItemData to store the info you need when you are populating it? And then pull the info from there upon selection.

    Note: I would not use the RowNum of Rs to load the...
  8. Replies
    48
    Views
    7,539

    Re: [RESOLVED] VB6 SQLITE3 DB Design Question(s)

    I received forum notification to your last post. I notice IP address 143.55.232.2 usually do not get blocked. The problematic one is 143.55.232.11 which sometime is not blocked but most times it is...
  9. Replies
    48
    Views
    7,539

    Re: [RESOLVED] VB6 SQLITE3 DB Design Question(s)

    The forum notification emails are rejected as spam. This is an ongoing problem. For a while, forum notifications were sent from what look like an individual email address. It has reverted back now...
  10. Replies
    20
    Views
    3,282

    Re: STORING APP FEATURES DATA | DB or ?

    INI file is good for this type of job. I use it. INI file easily accommodate version change in the software. Same INI file, add KEY and VALUE. Add new SECTION even.

    Just a simple example -...
  11. Re: HELP! [VB6 Rich Client] SQLite | Creating Multiple Tables

    Usually the norm is to load the data for the periodicity. Weekly and Monthly data can be computed during the load (or reload). If analyzing only one symbol, usually do a reload to change periodicity....
  12. Re: [RESOLVED] Question on Moving/Resizing a UserControl on a form

    VB6 and earlier versions are Twip based. Example, Height and Width properties are always (if I remember correctly) in Twips. ScaleHeight and ScaleWidth are in the ScaleMode you choose.

    Even if...
  13. Re: [RESOLVED] Question on Moving/Resizing a UserControl on a form

    I have lost your train of thoughts. Not sure what you are looking for in .FRM files. These files are saved by VB6 so that the next time you load the project again, VB6 uses the .FRM files to recreate...
  14. Re: [RESOLVED] Question on Moving/Resizing a UserControl on a form

    Webbiz,

    Dilettante tried to say in Post#3. I think you missed it.
    ...
  15. Re: Question on Moving/Resizing a UserControl on a form

    The info are available in the VB6 IDE in Design mode. Look at the Properties List Box. The initial values are there. When you move the controls around the form, the Left and Top will change...
  16. Re: Question on Moving/Resizing a UserControl on a form

    I can't find the code in the link provided. If I understand your question correctly then values of .Left and .Top are:
    1) The initial Left and Top location where the ucStockChart1 is placed on the...
  17. Re: PicBox Scale method - Issues with Scrolling smoothly - Code Provided

    Yes. This is what I mean. Sorry I was not very clear.



    I have been much worst. I chased a bug for 2 days only to find out the problem was just in one line of code. In the course the 2 days, I...
  18. Re: PicBox Scale method - Issues with Scrolling smoothly - Code Provided

    188092

    You are already capturing the StartBar. Do for the EndBar and proceed on.
  19. Re: PicBox Scale method - Issues with Scrolling smoothly - Code Provided

    Let's say:
    Load 8700 days of data
    Draw 200 days of data

    Initially on first data load:
    StartBar = 8501
    EndBar = 8700

    As you scroll backward (left):
    StartBar may = 7000
  20. Re: PicBox Scale method - Issues with Scrolling smoothly - Code Provided

    I did not do zooming. I increase/decrease the space between bars. When increase spacing there will be less bar to draw. When decrease spacing, there will be more bars to draw. Then re-evaluate the...
  21. Re: PicBox Scale method - Issues with Scrolling smoothly - Code Provided

    '---------------------------------------------------------------------------------------
    ' Procedure : GetYFromPrice
    ' DateTime : 08/30/2022 16:12
    ' Author : Webbiz
    ' Purpose : Take price...
  22. Re: PicBox Scale method - Issues with Scrolling smoothly - Code Provided

    https://technical-analysis.com/videos/PriceInfo.mp4

    In the TradeView chart, you want to show the date and price level? I have different implementation (Tradestation 2000i's). It snap to the price...
  23. Re: PicBox Scale method - Issues with Scrolling smoothly - Code Provided

    https://technical-analysis.com/videos/ChartScaling.mp4

    Hi webbiz,

    Is this what you trying to do? The chart prices scale the full height?

    I wrote this about 18/19 years ago following the...
  24. Replies
    6
    Views
    1,425

    Re: Latest VB updates

    KB3096896 replaces KB2708437.

    KB2708437 controls are dated 2012 and 2010.

    While KB3096896 updates only Comctl32.ocx and MScomctl.ocx both dated 5-Nov-2015, the other controls are also dated...
  25. Replies
    3,725
    Views
    1,855,948

    Re: CommonControls (Replacement of the MS common controls)

    Super. This fix it.

    Thank you.
  26. Replies
    3,725
    Views
    1,855,948

    Re: CommonControls (Replacement of the MS common controls)

    Hi Krool,

    I have been away from programming for a few years and am now back. First thing I look at is your controls and of course download the latest version. I have two computers Win 10 Pro 21H2...
  27. Replies
    20
    Views
    7,109

    Re: Show WeekNumber in a DateTimePicker

    I tested both the OCX and non-OCX version of VBCCR15 and the calendar opened as it should. Did you by any chance accidentally set the UpDown property to True? This will show a UpDown button and the...
  28. Replies
    4
    Views
    782

    Re: Found another IDE p-code compiler bug

    I think should be u1.i and u2.i

    I mean u2.i = -u1.i
  29. Re: Notification Emails VBForums rejected

    I blanked out my email address and domain name to prevent spam harvesting by spammers which is still commonly done. There is nothing there to suggest otherwise. I am using email server set up by...
  30. Re: Notification Emails VBForums rejected

    Thank you for your reply, Steve.

    158975

    BTW, whitelisting does not work. Email notification for post by Steve was rejected for same reason. I tested sending an email to the forum email address...
  31. Re: Notification Emails VBForums rejected

    I can add VBForum to the SpamAssassin whitelist. However, I dont know which will happen first - sender verification or whitelist. I can try. If I am the only one affected then this may or may not...
  32. [RESOLVED] Notification Emails VBForums rejected

    158945

    Something has changed. Not sure where - could be VBForums or my web/email hosting. Per the heading, I have stopped receiving email notifications from VBForums.

    I checked my...
  33. Replies
    3,725
    Views
    1,855,948

    Re: CommonControls (Replacement of the MS common controls)

    I was on Win7.

    I just tested in Win10. Yes, .ShowTips = False does not work with Theme.

    I also just tested MS toolbar v5 and v6 to check the problem. Their .ShowTips is read-only.
  34. Replies
    3,725
    Views
    1,855,948

    Re: CommonControls (Replacement of the MS common controls)

    I tested in IDE twice:
    It works (VB6.exe with and without Theme manifest)

    Also tested project1.exe twice:
    It works (with and without Theme manifest)
  35. Replies
    5
    Views
    763

    Re: VBA excel loop statement

    This line
    For b = 1 To a is at the wrong place.

    Try this:


    Dim a As Integer
    Dim b As Integer

    For a = 1 To 5
  36. Re: Miscellaneous icon appears on form, can not remove

    Probably the Form's Picture property was set to this icon. The icon will then show at the top left of the Form's client area.
  37. Replies
    3,725
    Views
    1,855,948

    Re: CommonControls (Replacement of the MS common controls)

    Hi Krool,

    Now, I do not know whether the cause is in the TabStrip. I just tested using a ListBoxW, instead of TabStrip, and same flicker and child form windowstate become Normal also happen in the...
  38. Replies
    3,725
    Views
    1,855,948

    Re: CommonControls (Replacement of the MS common controls)

    Can I offer my help with some screenshots? The steps is really easy and simple to add only the control/s needed.

    I normally use my own module, eg, MainModule.bas, and the Main function within and...
  39. Replies
    3,725
    Views
    1,855,948

    Re: CommonControls (Replacement of the MS common controls)

    Hi Krool,

    I am happy to continue using the 5-May-2017 version of TabStrip for my current project because this serve my purpose. I just need to include the improvement/fixes to DPI-Aware that were...
  40. Replies
    3,725
    Views
    1,855,948

    Re: CommonControls (Replacement of the MS common controls)

    Hi Krool,

    I am starting another project same as one I did in end-2016 but this time, I hit a problem with the TabStrip. I am using Std-EXE. Then I tested the older control builds and the last...
Results 1 to 40 of 279
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width