Search:

Type: Posts; User: Semke

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    201
    Views
    37,513

    Re: NewTab: tab control for VB6

    In TDI Mode how do I get the hWnd (or anything else) of the underlying form of the tab
  2. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    thank you
    This gives me 1697420, I need more, much more
  3. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    this is true, but when I type I am limited to 65536, and when I paste only the first 65536 characters are pasted.
  4. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    can the limit to the contents of the RichTextBox. be increased to more than 65536
  5. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    No apologies required, you are doing great work.

    The reason I had different results on different computers is, because I had different versions of the OCX on these computer. Nothing to do with...
  6. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    I have noticed that in the latest version of the ocx, the ClientTop of the tabstrip is not working properly.

    now the interesting thing is that on a computer which the scale is set to 150% it works...
  7. Re: [VB6] ActiveX CommonControls (Replacement of the MS common controls)

    I have noticed that in the latest version of the ocx, the ClientTop of the tabstrip is not working properly.


    now the interesting thing is that on a computer which the scale is set to 150% it...
  8. Replies
    18
    Views
    5,843

    Re: API Function: LoadImage ?

    How would i use LoadImage to Load an image from a Resource File (RES)
  9. Re: [VB6] Modern Shell Interface Type Library - oleexp.tlb

    This Type Library includes a Lot of Interfaces, Some Which i have never heard of and some which sound quite interesting (i have not been using interfaces so much).

    is there a place which i can...
  10. Re: Easy image disp/edit; scale/rotate, show animated gifs, conv2JPG, +more; No GDI+/

    nice work, I would like to open an image from a resource, i guess that CreateImageFromStraem would be the way to do it.
    the question is how can i read a resource into a stream
  11. Replies
    38
    Views
    7,599

    Re: API CallBacks Using an Object's Procedure

    just tried subclassing. all works fine, as soon as i close the program vb crashes.

    am i missing anything?
  12. Re: [VB6] Modern Shell Interface Type Library - oleexp.tlb

    A long time ago a came across a book from MS Press Hardcore visual basic 2nd Edition, on the CD which was in the book they had A Type Library which had almost all API's Declared in it. the...
  13. Re: [twinBASIC] tbShellLib - Shell Interface Library (x64-compatible successor to ole

    is tbShellLib a replacement of oleexp (can i remove oleexp from my vb6 projects and replace it with tbShellLib)
  14. Replies
    38
    Views
    7,599

    Re: API CallBacks Using an Object's Procedure

    Looks like I didn't make myself clear.

    i am referring to UDT's only

    The beauty of these functions are, that you can have one class, which contains the entire code required for it's use. no more...
  15. Replies
    38
    Views
    7,599

    Re: API CallBacks Using an Object's Procedure

    This is marvellous!

    Thanks very much

    Lets see if you can break the next limitation...

    Private Enum and user-defined types cannot be used as parameters or return types for public procedures,...
  16. Replies
    14
    Views
    2,397

    Re: [RESOLVED] Monitor scaling and the VB6 IDE.

    This is what it looks like (See image187667

    the frames which are encircled in red display when I drag the command button
  17. Replies
    14
    Views
    2,397

    Re: [RESOLVED] Monitor scaling and the VB6 IDE.

    .Bingo! I have 24" monitor resolution is 3840x2160 (4k), without 150% scaling, I wouldn't be able to read anything

    I hope Elroy Will be able to enlighten me
  18. Replies
    14
    Views
    2,397

    Re: [RESOLVED] Monitor scaling and the VB6 IDE.

    I Recently got new screens, and i use 150% Scaling, All works fine Except for the form Designer. When I resize or move controls the Guide Lined are place according to no scale (Higher, more to the...
  19. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    I am trying to do a dialog with .Flags = TDF_COMBO_BOX Or TDF_INPUT_BOX Or TDF_DATETIME
    all of them with the align set to TDIBA_Content
    Looks like it will not work
    is there any way around it?
  20. Replies
    34
    Views
    17,781

    Re: VB6 cGdiPlusCache.cls revisited

    This will also help anyone who wants to use PNG in Krools Toolbar as per post #19
  21. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    On the toolbar Button the Style Placeholder is missing. So what I have been using until now is, to set the style as TbrButtonStyleSeparator and set the CustomWidth to the desired width.

    Seems ok,...
  22. Replies
    34
    Views
    17,781

    Re: VB6 cGdiPlusCache.cls revisited

    Hi!
    I am trying to print Images using this class by sending to the printer.hdc, i seem not to have any success. am i missing anything
  23. Replies
    34
    Views
    17,781

    Re: VB6 cGdiPlusCache.cls revisited

    After much struggling, I could not figure out how to use the RC6-Cairo-Wrapper, (i have never used it, could you please give me some pointers, to get me started

    thanks
  24. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    I think this would be a good start, although i haven't tested it yet, but i don't think that TrackPopupMenu could be used on an existing menu. i am going to test it and/or find another method to...
  25. Replies
    34
    Views
    17,781

    Re: VB6 cGdiPlusCache.cls revisited

    Thanks, this was my first guess. however, I lose the transparency
  26. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    i understand that you want to apply events for the submenu, i think this would be a never ending affair, one might add subsubmenues etc. i was thinking of just using ModifyMenu/MF_POPUP and...
  27. Replies
    34
    Views
    17,781

    Re: VB6 cGdiPlusCache.cls revisited

    Hi!

    thanks Scmidt, this is a great lightweight class.

    i am loading to two images with gc.AddImage ("pic1","Pic1file.png") and gc.AddImage ("pic2","Pic2file.png")

    i would like to save it as...
  28. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    I was thinking in that direction, this would also help adding picture to the menu, using ModifyMenu / MF_BITMAP
  29. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    i would like to as a SubMenu to the ToolbarButonMenu, how can i get the hMenu(hWnd) for each item
  30. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    in the Module m_PNG_Resource there is a call to a function Resize, (it is called from a procedure ResDLLToPicture ).

    i can not find this function in the code you attached could you be so kind and...
  31. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    is it possible to add images to Toolbar ButtonMenus

    BTW: Your Project is fantastic I use a a lot, Thank you
  32. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    is it possible to have a toolbar button style to be TbrButtonStyleCheck and TbrButtonStyleDropDown
  33. Replies
    30
    Views
    3,240

    Re: Create Access 97 database with VB6

    add reference to dao.


    Dim WS As Workspace, DB As Database

    Set WS = DBEngine.Workspaces(0)
    Set DB = WS.CreateDatabase(sDBFileName, dbLangGeneral)


    from here you can use
  34. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    how does the CommandButtonW.ImageList work with Picture DisabledPicture and DownPicture?

    do i need a separate ImageList for each CommandButtonW/Picture-type

    also i noticed that the...
  35. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi! Krool,

    your Grid control seems to be better then the ComponentOne grid control, however ComponentOne has the facility to print and save as pdf their control with the vsPrinter and vsPDF8...
  36. Replies
    3,742
    Views
    1,870,525

    Re: CommonControls (Replacement of the MS common controls)

    HI!
    I have a very interesting question. why don't the tabstrip Tabs have an Enabled and Visible Property.

    I have never needed it, but today i wanted to use it, only to realize it doesn't exist
    ...
  37. Re: [VB6] PNG/ICO/ANI pictures in the standard controls.

    unable to download from github,

    looks like a nice project, but i cant download it for some reason
  38. Replies
    34
    Views
    17,781

    Re: VB6 cGdiPlusCache.cls revisited

    when reading a file from disk, how do i determine what format (PNG, BMP, JPG Etc...) the file is?
  39. Thread: TwinBasic

    by Semke
    Replies
    1,818
    Views
    890,137

    Re: TwinBasic

    how would I do that?
    I am not familiar with visual studio code
  40. Re: [Add-In] IDE Code-Pane Tabs for MDI/SDI (No sub-classing/hooking)

    Thanks, started using this yesterday. this is fantastic.
Results 1 to 40 of 112
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width