Search:

Type: Posts; User: Jottum

Page 1 of 4 1 2 3 4

Search: Search took 0.09 seconds.

  1. Re: 【Picture】How to draw Themed Header with 90 degrees rotation?

    Hi,

    Have a look at this link:

    http://support.microsoft.com/kb/186260

    It explains how to rotate an image in VB.

    HTH
    Jottum
  2. Replies
    6
    Views
    1,012

    Re: VB6 with Vista ?

    Over which they are still grinding their teeth. :)

    Bit OT perhaps, but Vista related.

    I've noticed there can be projects when compiled on Vista, won't run on XP. The other way around always...
  3. Re: [RESOLVED] SpecialFolders, System Imagelist and Vista

    For those of you interested, I've solved the sorting issue by adding the following to the cGridSortObject (cShellSort.cls):



    ' General section
    Public Enum ECGSortTypeConstants
    [...]
    '...
  4. Replies
    17
    Views
    1,494

    Re: Loading & unloading a form

    You beat me to it. :)
  5. Replies
    17
    Views
    1,494

    Re: Loading & unloading a form

    Hi,

    Are you sure that's all what's going on? Attached sample project works fine here.

    However, if your code is being called from another form and that has been closed before the code sample...
  6. Re: SpecialFolders, System Imagelist and Vista

    For those of you facing the same problem, there is a way to create a fully functional "Explorer" as demonstrated by Brad Martinez with his enumdeskvb and vbExplorer demonstration projects.

    I've...
  7. Replies
    14
    Views
    57,905

    Re: VB6 - Transparent UserControls for XP/Vista

    Hi aikidokid,

    You are welcome. :)



    I'm sorry to say this has nothing to do with my controls, the vbTabStrip draws its background in vbButtonFace internally and doesn't have a BackColor...
  8. [RESOLVED] SpecialFolders, System Imagelist and Vista

    Hi,

    While implementing the vbalTreeview in my XpControls, I noticed something strange when using the System Imagelist. Below a screenshot of the exact same code.

    On Vista:

    63493

    and Xp:
  9. Replies
    0
    Views
    3,814

    "MenuLabel" - Usercontrol

    I've finally got time to submit MenuLabel to the Codebank, with one extra property added: Buttonize.

    I've written this control for Vero44 when he was looking for a way to make labels change color...
  10. Replies
    5
    Views
    6,075

    Re: Label scrolling with scroll bar

    Note for moderator:
    I didn't want to change bluehairman's code without consulting him, which I did through PM. I've asked him to attach the file and remove the download link.
  11. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    The W95 box doesn't run, I'm not sure when I will have the time to find out why that is, but will try to do so this weekend.
  12. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Without the proper VB runtime files you can not run a VB application, no matter what Windows version. It makes no diffrence if it is a single exe or not. :)

    I'll try to fire up the W95 box today,...
  13. Re: Memory Could not be read error while closing VB application

    Hi,

    - This doesn't occur while running the program in the IDE?
    - Do you use subclassing?
    - Do you "clean up" when your app recieves the Close command? I.e Set Object = Nothing
    - Any code in the...
  14. Thread: [RESOLVED] rgb

    by Jottum
    Replies
    11
    Views
    1,199

    Re: rgb

    Cool! Didn't know that one, thanks.
  15. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Cool! Sometimes the simplest solutions do. ;)



    You can skip XP and Vista, I'm developing on a Vista box and test for compatibility on an XP box. Both work without any problems. Might save you...
  16. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Perhaps easier than I thought, that is, if it works for you too. I'll attach just the updated UC.

    Edit:
    Changed attachment to updated demo project. I've removed all the testversions from this...
  17. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    :D



    My pleasure, I enjoyed creating it.



    You will have the same problem when you use a MenuLabel to display a Popup menu.
  18. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Have another look if you will, the problems you described in #2 should be gone. Image size settings are supposed to stick. If the original image is 48 x 48 and you set it to 24 x 24, next time you...
  19. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    I really don't know why that happens, but I have the same problem occasionally when loading someone else's project. There's no path reference to the toolbox bitmap that I know of, so I have no idea...
  20. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    When you place a new instance of a MenuLabel on a form, it has all the above settings by default. Perhaps what is misleading in the demo, the "Configure Me" button is the only one in its "group". If...
  21. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    No worries, take your time. :)



    I will just wait for your findings, it can wait to be added to the codebank.

    Take care,
  22. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Hi,

    I hope your silence isn't a bad sign. :)

    I don't know if you ran into the small issues that still existed in the previous version I've posted, but I've found a few while cleaning up the...
  23. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Hi,

    I'm not going to say the control is finished, but really hope this version comes real close.

    I also noticed the yOffSet textbox on the demo project was disabled when it shouldn't and the...
  24. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    :) Probably won't take that long.



    You should be able to copy the new MenuLabel.ctl and overwrite the old one without problems. But you better try that first with a copy of you code. :rolleyes:
  25. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    It probably just has to be like this. :) You've noticed without doubt that the last button on the demo project keeps the selected color?

    That's fixed now, but I'll wait for your findings before...
  26. Replies
    9
    Views
    1,181

    Re: Simple Thumbnail Viewer

    Hello Steve,

    I don't know why, but I can't get it to work properly. There's no way I know of to change the size of the original controls on the common dialog, which makes them useless to display a...
  27. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Hi,

    I've made the changes you've requested, hopefully in a way you like.

    I've added a few properties because of this - and some others - and one of them I call FloatingImage.

    If True, the...
  28. Replies
    11
    Views
    1,053

    Re: Showsave goes to endless loop

    How many different calls do you make to the cDialog from that particular form?



    It's doubtful it solved anything at all, it just changed the way your app crashes. ;)



    Do you by any...
  29. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Glad you've got that solved.



    I think we should make a wish list, ;) I didn't implement image resizing, which is by design. I created the control from the image/application you've linked to...
  30. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    I'm sorry I've missed that post, really don't know why that happes, but I'll attach the original bmp files.

    Just delete the ctx files, click away any complaining from vb about the ctx files.
    ...
  31. Replies
    11
    Views
    1,053

    Re: Showsave goes to endless loop

    Hi,

    Isn't programming fun? ;)

    Does the name you give the cDialog mean you run it when you start up your app? If so, where do you call it?


    With Startup.getDrive

    If not, where are you...
  32. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Thanks, simple just add MenuLabel.ctl into a project through the Project Menu and you're done . No other files needed. If you want to use the Transcontainer as well, just add that too. If you want...
  33. Replies
    5
    Views
    689

    Re: MouseMove

    Hi,

    Have a look at the attached sample project. It will show you the most basic use of the mouse move event.

    HTH
  34. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Hi,

    I think the control is ready, it would be nice if someone is willing to put it through a "stress test". I've found a few things myself that I had forgotten or behaved unexpected. I also made...
  35. Replies
    9
    Views
    1,181

    Re: Simple Thumbnail Viewer

    Steve,

    I'm working on it, but I'm probably doing something wrong.

    What I did, where normally the Look in label, combo and toolbar are displayed, I'm attaching a textbox that displays the full...
  36. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Will do and won't do. ;)
  37. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    You're welcome, perhaps it can save you a lot of work if you compile the demo project and test that on as many OS's you can. While you do that, I can "polish" the UC, add all the missing Procedure...
  38. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    PS
    It must have been the Image control blocking the mouse move from the UC. That's why I couldn't reproduce it, I had it already removed when I read your post.
  39. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Well, you're getting more then you're bargained for. :)



    I can't reproduce that behaviour, so long as you haven't clicked a MenuLabel, the entire control responds to a mouse move and updates...
  40. Replies
    90
    Views
    19,630

    Re: Mouseover highlights label text - how?

    Thank you, the basis of this MenuLabel is the vbKeys link control.



    Right now you would have to change the image control's size that rests on the usercontrol, but I'm thinking about adding a...
Results 1 to 40 of 146
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width