Search:

Type: Posts; User: Semke

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    3,725
    Views
    1,854,537

    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...
  2. Replies
    3,725
    Views
    1,854,537

    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...
  3. 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...
  4. Replies
    18
    Views
    5,760

    Re: API Function: LoadImage ?

    How would i use LoadImage to Load an image from a Resource File (RES)
  5. 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...
  6. 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
  7. Replies
    38
    Views
    7,397

    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?
  8. 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...
  9. 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)
  10. Replies
    38
    Views
    7,397

    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...
  11. Replies
    38
    Views
    7,397

    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,...
  12. Replies
    14
    Views
    2,343

    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
  13. Replies
    14
    Views
    2,343

    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
  14. Replies
    14
    Views
    2,343

    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...
  15. 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?
  16. Replies
    33
    Views
    17,324

    Re: VB6 cGdiPlusCache.cls revisited

    This will also help anyone who wants to use PNG in Krools Toolbar as per post #19
  17. Replies
    3,725
    Views
    1,854,537

    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,...
  18. Replies
    33
    Views
    17,324

    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
  19. Replies
    33
    Views
    17,324

    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
  20. Replies
    3,725
    Views
    1,854,537

    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...
  21. Replies
    33
    Views
    17,324

    Re: VB6 cGdiPlusCache.cls revisited

    Thanks, this was my first guess. however, I lose the transparency
  22. Replies
    3,725
    Views
    1,854,537

    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...
  23. Replies
    33
    Views
    17,324

    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...
  24. Replies
    3,725
    Views
    1,854,537

    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
  25. Replies
    3,725
    Views
    1,854,537

    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
  26. Replies
    3,725
    Views
    1,854,537

    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...
  27. Replies
    3,725
    Views
    1,854,537

    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
  28. Replies
    3,725
    Views
    1,854,537

    Re: CommonControls (Replacement of the MS common controls)

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

    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
  30. Replies
    3,725
    Views
    1,854,537

    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...
  31. 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...
  32. Replies
    3,725
    Views
    1,854,537

    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
    ...
  33. 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
  34. Replies
    33
    Views
    17,324

    Re: VB6 cGdiPlusCache.cls revisited

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

    by Semke
    Replies
    1,809
    Views
    871,939

    Re: TwinBasic

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

    Thanks, started using this yesterday. this is fantastic.
  37. Replies
    3,725
    Views
    1,854,537

    Re: CommonControls (Replacement of the MS common controls)

    the MS Common Control Tabstrip does not have an Enable Property for each tab (although I don't know why).
    You are referring to the SSTab, which is a complete different control, which creates its own...
  38. Replies
    3,725
    Views
    1,854,537

    Re: CommonControls (Replacement of the MS common controls)

    Thanks, this is when We bang our heads and say "how stupid am I"
  39. Replies
    3,725
    Views
    1,854,537

    Re: CommonControls (Replacement of the MS common controls)

    I have noticed on the DateTimePicker when CustomFormat is "dd/MM/yyyy hh:mm:ss", that its problematic when you try editing.
    AllowUserInput is enabled, the selection of individual values (day, month,...
  40. Replies
    3,725
    Views
    1,854,537

    Re: CommonControls (Replacement of the MS common controls)

    Thanks, I am making good use out of it, and saved a lot of time by not doing it myself
Results 1 to 40 of 108
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width