Search:

Type: Posts; User: Danamo

Search: Search took 0.02 seconds.

  1. Some questions about vb.net 2003 and Windows CE 4.2

    I'm making some apps in VB.Net 2003 with the Symbol SDK for a Symbol Pocket PC (PPT8866) which has Windows CE 4.2, for which I have several questions... If I'm asking too many different questions for...
  2. Replies
    2
    Views
    2,649

    Re: VB6 Print Unicode Characters in Picture Box

    Yes, this was exactly what I needed. Thank you!
  3. Replies
    2
    Views
    2,649

    VB6 Print Unicode Characters in Picture Box

    I need to print a musical "flat" symbol, Unicode (U+266D) in a picture box. I understand the picture box has to use a font which supports it, so I'm using DejaVu Sans, but how do I code the (U+266D)...
  4. Re: VB6 Play multiple wave sounds simultaneously?

    Thank you very much! That's exactly what I needed.
  5. [RESOLVED] VB6 Play multiple wave sounds simultaneously?

    I have a virtual guitar program. When you click anywhere on the fretboard it plays the corresponding note from a library of wave files - one for each of the 72 notes possible on a 12 fret, 6 string...
  6. Re: Obsolete OCX references in VB6 Project / Components list

    So... I deleted every file associated with my OCX that was in the Windows\SysWow64 folder and then used CClean to find and remove those keys from the registry. And then I compiled the current version...
  7. Re: Obsolete OCX references in VB6 Project / Components list

    Yeah, I did use regsvr32 /u to unregister the OCX, but that didn't remove it from the VB6 Components list. I will cross my fingers and try using CCleaner... after I've backed up all my stuff as much...
  8. Re: Obsolete OCX references in VB6 Project / Components list

    I hear what you're saying about hygiene. A lot of my coding is probably pretty smelly. I'm entirely self-educated in regards to computers and programming and it's a miracle that I can even create a...
  9. Re: Obsolete OCX references in VB6 Project / Components list

    Registry cleaners scare me too, which is why I hesitate to use one. But I don't see any other way of getting those obsolete OCX references out of my components list and I really not comfortable with...
  10. Re: Obsolete OCX references in VB6 Project / Components list

    Renaming the OCX would make it easy to find in the list of components, but it seems that using Binary Compatibility solves the problem of additional references being added every time I compile the...
  11. Re: Obsolete OCX references in VB6 Project / Components list

    Thanks for your reply, and the explanation about binary compatibility. Now if I can just figure out how to clean up those pesky old listings...
  12. [RESOLVED] Obsolete OCX references in VB6 Project / Components list

    I created an OCX but every time I compile it to implement a change it appears as a new listing in the Project / Components list, so I end up with a bunch of occurrences of the same OCX in the list...
  13. Re: VB6 in Windows 10: Mouse-dragging markers get stuck on desktop

    I sure agree with you on that. .Net may be the greatest thing since the invention of sliced bread but I'm still having enough trouble learning VB6 without trying to tackle a much more complicated...
  14. Re: VB6 in Windows 10: Mouse-dragging markers get stuck on desktop

    Thanks again. I didn't want to admit how dumb I am by saying I don't really know anything about shims or how to use them, but you saved me the embarrassment of asking about them by posting the...
  15. Re: VB6 in Windows 10: Mouse-dragging markers get stuck on desktop

    Thanks, I'll take a look at the Win10 AppCompat link you referred to.
  16. Re: VB6 in Windows 10: Mouse-dragging markers get stuck on desktop

    I've never heard the term "appcompat shims" but parsing that out I'm guessing that you're asking me what I've done to make VB6 work more compatibly with Windows 10?

    In the VB6.exe properties, I...
  17. VB6 in Windows 10: Mouse-dragging markers get stuck on desktop

    I'm using VB6 in Windows 10 (yeah, I know it's old school, but VB6 is what I know and have been using for years, and it mostly works okay in Windows 10.)

    With VB6 in Windows 10, there is a problem...
  18. Re: VB6 Treeview -Coding selective expansion of nodes

    Thanks! You've been very helpful. I now have it working they way I wanted and your information gave me a better overall understanding of the subject.
  19. Re: VB6 Treeview -Coding selective expansion of nodes

    Thanks, I appreciate your reply. That does do what I wanted! But I have two questions about it. One, this works when clicking on the text part of the Tree, like Food, Fruits, or Meats. Is there a way...
  20. [RESOLVED] VB6 Treeview -Coding selective expansion of nodes

    I'm new to using Treeview so please excuse my ignorance for asking this question.

    Say I have a Treeview like this...

    Food
    +--Beverages
    ----------Water
    ----------Soda Pop
    +--Fruits...
Results 1 to 20 of 20



Click Here to Expand Forum to Full Width