Search:

Type: Posts; User: 7edm

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Re: [Add-In] Large Project Organiser (alternative Project Explorer) - No sub-classing

    Indeed not, I have only used the physical view. Maybe I tested it early on but didn't fully understand it. From what you write it seems to do pretty much the same as this Add-in does. Maybe time to...
  2. Re: [Add-In] Large Project Organiser (alternative Project Explorer) - No sub-classing

    Colin, is this purely a replacement for Project Explorer or could it be used alongside it? In fact, I'm using CodeSmart 2013 and it's Project Explorer, but I kinda like the ability to organize as you...
  3. Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    On github page you say "If you have any previous version installed, unregister and register/compile the new ones.", do you mean to use regsvr32.exe to unregister the dll?

    So "I don't have any...
  4. Re: [VB6] AddIn Document Map (graphical code thumbnail) - v2.0 Updated 16/06/21

    Ok thanks. Whatever, the good side of it is that it got my eyes open for looking closer at the coding of Addins, so thanks for that. I will dig in to the latest versions of this and your other addin...
  5. Replies
    3
    Views
    890

    Re: [RESOLVED] Inheritance of classes

    Yes, "Inheritance by Delegation" is the closest you come to true inheritance in VB6, but I wonder if that code works as it stands... wont raise an error but mBrush will always be 'Nothing' unless you...
  6. Replies
    5
    Views
    948

    Re: Where did the Wizard go?

    Na it's been in lockdown for years :bigyello:
  7. Replies
    5
    Views
    948

    Re: Where did the Wizard go?

    Thanks fafalone, that fixed it. Two of the files (ADDIN.DCA & ADDIN.DSR) were already there but the other two were missing. All good now and I only wanted to see what the wizard/template put there to...
  8. Replies
    5
    Views
    948

    [RESOLVED] Where did the Wizard go?

    OK that was a cryptic titel to get your attention, but not only because it's also a legit question in this case. For 20 years with VB6 I have never bothered with creating an Add-In, just used a few....
  9. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys (Updated 28/08/21

    I'm currently testing this Add-in (together with Document Map) and I'm not quite sure about the scope of the Add-in as sometimes I see something happens and sometimes not, when click on or highlight...
  10. Re: [VB6] AddIn Document Map (graphical code thumbnail) - v2.0 Updated 16/06/21

    Interesting AddIn, which I must have missed earlier browsing through the code bank (so thank you Cube8 for not finding the file ;)), and I will play a bit more with it before giving a judgment. Just...
  11. Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)

    Ok, this is how I ended up upgrade from version 1.4 to 1.5 and I cannot really see any other way to do it.

    1. After unpacking the zip, open an elevated command window and register the ocx: #...
  12. Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)

    Krool, am I correct in that version 1.5 is not a strait drop in replacement for version 1.4 (which I use currently) in my project? With strait I mean; looking at the form in a text editor where 1.4...
  13. Replies
    33
    Views
    17,271

    Re: VB6 cGdiPlusCache.cls revisited

    Hi Olaf,

    I create this type of graphics in my program by simply using a picture box properties and methods, is this class something I could use instead to get a higher quality, improved re-scaling...
  14. Replies
    3
    Views
    798

    Re: [RC6] cArrayList and use of Split()

    Thanks for the extensive answer Olaf, generous as always with your comments ;-)
  15. Replies
    3
    Views
    798

    [RC6] cArrayList and use of Split()

    Is this:

    Dim sFileRows() As String
    sFileRows = Split(New_c.FSO.ReadTextContent(cPB.DataDir & "fxs.dat"), vbNewLine)


    equal to

    Dim aFS As cArrayList
    Set aFS = New_c.ArrayList(vbString,...
  16. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    As I understand it, the alternate back color in grids/tables is there to make it easier to read row by row, thus it should apply to every odd or even row that is displayed, so neither 1 or 2 is...
  17. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    Here is another one, SimpleDialog shouldn't it be 'As TDRESULT' rather than 'As TDBUTTONS' ? As it is now the intellisense gives wrong suggestions, which doesn't match with what's returned.
  18. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    ooou, another one maybe, at least the code doesn't make sense to me.

    Public Sub EnableButton(ButtonID As Long, lEnable As Long)
    'lEnable=0 disable; <>0 enable
    ...
    Else
    Dim lnew()...
  19. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    Hi, I'm doing some quality control of my code as I'm setting up unit testing, and wonder is this a bug?

    Public Property Get DefaultRadioButton() As Long: DefaultButton = uTDC.nDefaultRadioButton:...
  20. Thread: TwinBasic

    by 7edm
    Replies
    1,808
    Views
    867,924

    Re: TwinBasic

    Ops my bad, it was busy because there was a "hellow world" msgbox hiding behind VSC, and on retest I notice that when I click the run guy icon, the box indeed comes up behind VSC (it staying "on...
  21. Thread: TwinBasic

    by 7edm
    Replies
    1,808
    Views
    867,924

    Re: TwinBasic

    Thanks Wayne, that brought back the "HellowWord.twin" to open in the editor again, but something is still not ok. While the "VARIABLES", "WATCH" AND "CALL STACK" panes, which I earlier moved to the...
  22. Thread: TwinBasic

    by 7edm
    Replies
    1,808
    Views
    867,924

    Re: TwinBasic

    Ok took the step to try out this thing, as I really like what I have seen and read so far... and of course I ran right into trouble. Not sure if this is something for github bug issue and just be...
  23. Re: [VB6] Modern Shell Interface Type Library - oleexp.tlb

    ok maybe I get it now. Previously I was just unzipping the sample projects looking for any of these BAS files, but when I now actually loaded a sample project I noticed that it complained about these...
  24. Re: [VB6] Modern Shell Interface Type Library - oleexp.tlb

    Excuse my ignorance being new to this with tlbs', but after reading the "requirements" and "installation" paragraphs in post #1 I'm a bit confused. The requirements says:


    Ok


    So how do I...
  25. Re: VB6 fail to start on Win10 20H2 - Can't find file 'DAO350.DLL'

    Sorry for not getting back earlier, but my investigation into whether I had been infected by malware or not revealed that one of my HDDs was in the process of failing and had to be replaced (took 2...
  26. Re: VB6 fail to start on Win10 20H2 - Can't find file 'DAO350.DLL'

    Ok fixed images, problem still at large.
  27. Re: VB6 fail to start on Win10 20H2 - Can't find file 'DAO350.DLL'

    thanks dilettante, that might be it, but before I test with copying the tbl file from my old NB, I had a closer look at reg keys for DAO350.dll, and noticed this:
    180792
    and this:
    180793
    which...
  28. [RESOLVED] VB6 fail to start on Win10 20H2 - Can't find file 'DAO350.DLL'

    I just tried to start VB6 IDE on Windows10 and got this unpleasant surprise
    180693
    and after clicking OK VB6 just dies.

    I have no idea why it wants DAO350.DLL as I certainly don't use it or any...
  29. Replies
    17
    Views
    2,847

    Re: [RESOLVED] VB Bug or .... ?

    Hm that's interesting as they basically should be the same, although I notice I missed the include the "Then" part, but assume you noticed and that it wasn't because of that it didn't work? Anyway, I...
  30. Replies
    17
    Views
    2,847

    Re: [RESOLVED] VB Bug or .... ?

    I know OP has market this topic Resolved, but without really say what the solution would be as

    If Not CStr(customSlices(xLoop)) = CStr(selPOS) Then
    isn't really a solution in my view, so just a...
  31. Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)

    Sorry, still no go :-( but let me stress or put a few things into focus:

    I don't think this issue is related to the bugfix you just did in ValidateEdit, because it's not dependent of if a...
  32. Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)

    Unfortunately, that didn't change anything. I even tried with commenting out the dialog part and simply set 'Cancel = True' if the edited value was out of range, also tried to remove the 'BeforeEdit'...
  33. Re: Icon loaded from resource DLL gets blurred, but fine if loaded in IDE

    Thanks a lot dilettante, I will try this out as well. After making the change above to the other project I was able to run it successfully, except for that it didn't show a form icon in IDE, but did...
  34. Re: Icon loaded from resource DLL gets blurred, but fine if loaded in IDE

    I run your example and didn't quite get the same result as you

    180371

    Another thing I noticed is that your code

    Private Sub IfIdeRunApplyCC6ActCtx()
    'Path to the maifest within our...
  35. Re: Icon loaded from resource DLL gets blurred, but fine if loaded in IDE

    Sorry if it offended you, but there were no criticism from me, I just asked why because I am of a curious nature and it turns out we see things a bit differently, have different coding style - fine,...
  36. Re: Icon loaded from resource DLL gets blurred, but fine if loaded in IDE

    Just seeking some clarification on this section.


    By 'resource' here, is your scenario that you have added the icon to a .RES that you compile into the Exe or how do you go about to add the icon...
  37. Re: Icon loaded from resource DLL gets blurred, but fine if loaded in IDE

    Oh, you left out your declarations for


    GetSystemMetrics

    and


    SendMessageLong
  38. Re: Icon loaded from resource DLL gets blurred, but fine if loaded in IDE

    Indeed I do ;) First of all, what you "win" in just typing Me. you loose many times by repeatedly typing 'nForm.hWnd' instead of just 'nhWnd' although you have some help by intellisense, but that's...
  39. Re: Icon loaded from resource DLL gets blurred, but fine if loaded in IDE

    Thanks Eduardo, that seems to be something I can use. One question though, why do you have as argument 'ByVal nForm As Object' in Sub SetIcon when you only use hWnd anyway, why not 'ByVal nFrmhWnd As...
  40. Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)

    From Object Browser, VBFLXGRD14.OCX v. 1.4.0.35

    Event ValidateEdit(Cancel As Boolean)
    Member of VBFLXGRD14.VBFlexGrid
    Occurs before any changes made by a user are committed to a cell. If...
Results 1 to 40 of 182
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width