Search:

Type: Posts; User: ColinE66

Page 1 of 13 1 2 3 4

Search: Search took 0.11 seconds.

  1. Re: [Add-In] IDE Code-Pane Tabs for MDI/SDI (No sub-classing/hooking)

    Thanks for picking this up and running with it, wqweto. :thumb:
  2. Replies
    15
    Views
    1,241

    Re: What type of control is this?

    It's essentially a two-tier treeview where only one top-level node can be expanded at a time. Pretty easy to replicate, I'd say.
  3. Re: How Do You Work With Mulitple Objects of Same Type (Detecting Click)?

    Maybe I'm wrong, but my suspicion is that these lines are already stored somewhere in memory, most likely a recordset (even though I know this is a generic question, where that is not necessarily a...
  4. Re: How Do You Work With Mulitple Objects of Same Type (Detecting Click)?

    Personally, I would handle the mouse events for the entire 'canvas', rather than individual lines. All you need to know is the x co-ord, in order to know which line was clicked on (since you are the...
  5. Re: [VB6 RC6 Cairo] Using DrawLine method - think Scaling...

    I think you've missed Olaf's point. Progress, to him, would look more like you learning to recognise that it is perfectly possible to boil a problem down to a very simple question, through minimising...
  6. Re: VB6/RC6 Question: The tooltips on RC6 being exceedingly small

    Might want to take a look at this...

    https://www.vbforums.com/showthread.php?783691-Tooltips-Balloon-Tips-Tray-Notofications-vbRichClient
  7. Re: vb6 How to develop Invoicing software faster?

    Have you tried turning it off and on again?
  8. Re: how use Alpha Blend and Transparency with AlphaBlend ()?

    Disappointing that you didn't attach a screenshot, dil. I always look forward to your artwork.
  9. Re: The magical TabStrip control that can cause the IDE to crash constantly

    If you're trying to create tabbed code panes for the IDE, I wrote an Add-In for that a couple of years back. The tabstrip control, itself, can be used on a standalone basis, if needed.

    See here:
    ...
  10. Replies
    14
    Views
    1,185

    Re: About ColinE66's RAD TreeView

    Gosh. I wrote that thing ages ago. I see no reason why you couldn't replace the subclassing, if it is troubling you in terms of stability. If I were to re-write it, I'd probably shift over to...
  11. Re: [RESOLVED] Swapping out early-bound references

    Why do you even need a TreeView, if it's not part of the UI? Can you not just load your XML data into a DB table with parent and child nodes, stored per row?
  12. Re: Optical Character Recognition (OCR) With Tesseract3

    The object of my exercise, was to identify non-PO expenditure relating to telecoms. Accordingly, I established, up-font, a number of 'terms' that might appear on such invoices (e.g. 'line rental',...
  13. Re: Optical Character Recognition (OCR) With Tesseract3

    Cool. I did this a few years back, also with Tesseract. The idea for me, was to read information from invoices (which were stored as PDF's).
  14. Replies
    9
    Views
    1,015

    Re: [RESOLVED] Adding a key to a DB table

    And that was my point. I've worked with multiple DBMS platforms, and always understood what I've said to be true: use the ORDER BY clause, for certainty.

    Don't mind being wrong, if anybody else...
  15. Replies
    9
    Views
    1,015

    Re: Adding a key to a DB table

    Hmm. Are you sure? My understanding is that even a clustered index will not necessarily enforce a result-set order, as it's dependent on what the Query planner comes up with. There are lots of Google...
  16. Replies
    9
    Views
    1,015

    Re: Adding a key to a DB table

    Also worth pointing out, that there is no such thing as the 'end of the table'. The only way you can guarantee the order of records, is via the ORDER BY clause.
  17. Re: VB6 QUESTION: Has anyone built an installer using VB6?

    When I saw the title of this thread, I created a little Bingo card for my own amusement. Two of the boxes were:

    "DLL Hell"
    and
    "No-No Setup"
  18. Re: [RESOLVED] Anyone gotten Charles PV's Lemmings to work on vb6/recent Windows?

    Nah, no differences (that I'm aware of) that would affect my game. Was just seeking to establish that it worked with RC6. Not that I'd expect any problems; Olaf is pretty rigorous in terms of...
  19. Re: [RESOLVED] Anyone gotten Charles PV's Lemmings to work on vb6/recent Windows?

    You're welcome - it was fun to write :)

    By the way, did you switch it over to RC6, or stick with the RC5 reference?
  20. Re: [RESOLVED] Anyone gotten Charles PV's Lemmings to work on vb6/recent Windows?

    @Faf and @Wayne,

    Thanks for investigating/resolving things re Pac-man... :thumb:
  21. Re: [RESOLVED] Anyone gotten Charles PV's Lemmings to work on vb6/recent Windows?

    Anybody tried to run my Pac-Man on TwinBasic, out of curiosity?

    https://www.vbforums.com/showthread.php?881769-Arcade-perfect-(Near-as-damn-it!)-Pac-Man-clone-(RC5)
  22. Re: Whatsapp web fill combobox with contacts.

    That is not how Luca's questions work.

    *** Thread edited by site Admin - profanity removed. Let's not do that again. SRJ
  23. Replies
    24
    Views
    2,315

    Re: Need help with a query

    Well, since you are now telling us that this is about Products, and not Tarifs, change the PARTITION BY part of the statement to reflect that.
  24. Replies
    24
    Views
    2,315

    Re: Need help with a query

    Well, you could have used that SELECT statement as the basis for an UPDATE statement, like this:

    WITH Tmp AS(
    select DateColumn, Tarif, Verse, Tarif - SUM(Verse) OVER (PARTITION BY Tarif...
  25. Replies
    24
    Views
    2,315

    Re: Need help with a query

    OK. This select should do what you want. Should be easy enough to adapt to your needs...

    SELECT DateColumn, Tarif, Verse, Tarif - SUM(Verse) OVER (PARTITION BY Tarif ORDER BY DateColumn) AS Reste...
  26. Replies
    24
    Views
    2,315

    Re: Need help with a query

    Oh, I see. I was thrown by your line of code that says:

    Rs!reste = Rs!tarif - Rs!verse

    Anyhow, there is nothing in your table design to suggest what order this 'cumulative' deduction occurs in....
  27. Replies
    24
    Views
    2,315

    Re: Need help with a query

    I suggest you reformulate your question, as it doesn't currently even make sense. For example, how does 200-10=65?

    Also, you should be able to do whatever you're trying to do with an UPDATE...
  28. Re: Looking for a way to have a progress ring associated with a timer control

    That's a damn shame. When it comes to graphical stuff, I regard Dil as this forum's Picasso.
  29. Re: Flexgrid: A long word is not wrapping in MSFlexgrid

    So much so, that you didn't even notice it :D
  30. Replies
    10
    Views
    1,234

    Re: Container

    Have you tried the SetParent API? That should work...
  31. Re: Flexgrid: A long word is not wrapping in MSFlexgrid

    Dilettante's code was for a MSHFlexGrid, not an MSFlexgrid. Which are you using?
  32. Replies
    24
    Views
    2,841

    Re: InkEdit Control Problem

    Did you test to see whether the text property is accessible via Tom, as mentioned in my thread? Unfortunately, that was something that I was unable to do, not having Win 11.
  33. Re: Strange problem: User-defined type not defined

    Do you get the same thing when hitting Ctrl-F5?
  34. Replies
    24
    Views
    2,841

    Re: InkEdit Control Problem

    Yup. I raised a thread just recently, on the same subject:

    https://www.vbforums.com/showthread.php?898948-Broken-InkEdit-Control

    The below updates are implicated, it seems:

    KB5021255 and/or...
  35. Replies
    21
    Views
    1,986

    Re: A problem with this query

    Never, ever, judge good results as "what you want to see".

    Create proper test data, based upon all the negative outcomes you can think of. Saying that it works now that you've added a 'group by'...
  36. Replies
    21
    Views
    1,986

    Re: A problem with this query

    That's not quite right. You need to check a field that has a not null constraint.
  37. Re: VB6 - when i create a form\picturebox can i change to pixels automatic?

    That's because it was badly worded.
  38. Re: VB6 source code requiring VBA. prefix to some functions like Left, Right, etc.

    Yup. I've had it on one occasion, too. IIRC, it went away the next time I started the IDE.
  39. Replies
    13
    Views
    1,627

    Re: Broken InkEdit Control

    Hmmm. I'm using Inked.oca from \Microsoft Visual Studio\VB98\.

    There also exists inked.dll in SysWOW64, but I don't have that reference checked. Both say v1.0...

    I also have users who...
  40. Replies
    13
    Views
    1,627

    Re: Broken InkEdit Control

    That's good to hear. Thanks, wqweto...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width