Search:

Type: Posts; User: Taro

Search: Search took 0.01 seconds.

  1. Replies
    34
    Views
    8,069

    Re: The titlebar with different colors

    Yaaaa, you are right. Since I'm walking around to find many information about this issue. I may confused that this is the original post that I found the link here. Thank you for updating me.
    ...
  2. Replies
    34
    Views
    8,069

    Re: The titlebar with different colors

    I found this website. It very valuable information. Check this out. https://leandroascierto.com/blog/skins-para-formularios/
  3. Replies
    4
    Views
    18,696

    Re: How to remove MDI Client Border

    Many years later, the code still works as well. Thank you very much.
  4. Replies
    4
    Views
    31,489

    Re: [2008] Set Focus to a Button

    This is the answer.
  5. Re: Speed of the VB.Net compare to other language, I need more understanding.

    Dear Shaggy Hiker and Niya,

    Thank you for your help. Your advice has a lot of good information which is too hard for me to find out shortly.

    Your kindly support is highly appreciated.
  6. Re: Speed of the VB.Net compare to other language, I need more understanding.

    Oh, thank you for your quick reply. Crystal clear. :D
  7. Speed of the VB.Net compare to other language, I need more understanding.

    Hi Everyone,

    Since I use VB6 and VB.Net (for a while). VB6 is slower than C++ for sure. So, most of my library done in the past was made in C++, then call to use in VB.

    Now, I move to VB.Net....
  8. Replies
    34
    Views
    4,752

    Re: Image feature recognition algorithm

    So far, most of these functions work with controlled environments e.g. specific cameras, specific sizes of images. If you want a better functions. Please look for FLANN functions or deep learning...
  9. Replies
    34
    Views
    4,752

    Re: Image feature recognition algorithm

    Sure, many of them. BTW, not much time to explain to you. Please check the OpenCV website then tell me which functions of OpenCV you are interested in. I'm not implementing all OpenCV functions since...
  10. Replies
    34
    Views
    4,752

    Re: Image feature recognition algorithm

    My project requires the following OpenCV dlls as shown by the below picture.

    183322
  11. Replies
    34
    Views
    4,752

    Re: Image feature recognition algorithm

    1. Make sure you installed the Visual C++ Redistributable 2017 from the link by previous post.
    2. If can't find. Please copy all OpenCV DLLs from sub folder to project folder.

    Then try again.
  12. Replies
    34
    Views
    4,752

    Re: Image feature recognition algorithm

    Please see below for the project.

    * Make sure your computer has already installed the Visual C++ Redistributable 2017....
  13. Replies
    22
    Views
    4,363

    Re: problem vb6 package wizard in win 10

    I use Setup Factory instead. Everything looks fine. Also have a modern interface.

    https://setupfactory.com/

    It's has a lot of options. Also, spend only a few hours to see the tutorial video...
  14. Replies
    34
    Views
    4,752

    Re: Image feature recognition algorithm

    This know-how is supported in OpenCV. It's called the Template Matching algorithm. Please see the below link.

    https://docs.opencv.org/4.5.1/de/da9/tutorial_template_matching.html

    This algorithm...
  15. Replies
    82
    Views
    70,550

    Re: [VB6] Manifest Creator II

    Oh, sad to hear this.

    LaVolpe is the most valuable person in our VB classic world. Hope he comes back to see us soon.
  16. Re: Can we get each element name of structure during run in VB6?

    This is one of my problems since I'm not a native English. BTW, thank you very much. I succeed to continue my work with your sample. It's only a small change from Type Struct to Class module. The...
  17. Re: Can we get each element name of structure during run in VB6?

    Thank you very much, dilettante. Your example is very clear. It is not hard to me to go this way. This is exactly what I looking for.
  18. Re: Can we get each element name of structure during run in VB6?

    I feel a very warm welcome here. Since many kind members give me good answers. I will look for a way to change my code. Since it was not at the beginning stage. It is 3 years old develop already. Not...
  19. Re: Can we get each element name of structure during run in VB6?

    Thank you for your confirmation. I try to find the way but was not found. Also boring to do it one by one. Use class as you recommended is one of alternative choices. Thank you very much.

    ***...
  20. Re: Can we get each element name of structure during run in VB6?

    Yes, if the Type Structure is already filled like the above sample. And we already use it for its purpose. Then if I need to convert the data which store in the Type Structure to a dynamic array in...
  21. Re: Can we get each element name of structure during run in VB6?

    I want to convert the data which store in the structure variable to array in runtime. Any method to do that?
  22. [RESOLVED] Can we get each element name of structure during run in VB6?

    Hi,

    Can we have any way to get the name and type of each element in the structure?

    e.g.

    Public Type StaffSturct
    Name as String
    Surname as string
    Age as integer
  23. Replies
    20
    Views
    7,293

    Re: Windows 10 Version Issue.

    Great!!! :thumb:

    I use windows 10 pro. Try other code (GetVersionExA). It always come with the wrong version. Proof this code work fine for me.
  24. Re: How to us SVG or XAML graphic with VB6 standard control?

    Thank you very much baka and Schmidt. I have a good resources to educate now. :bigyello:
  25. How to us SVG or XAML graphic with VB6 standard control?

    Hi,

    After I search for a while, still not find any information about how to use the SVG or XAML graphic with VB6 control e.g. use SVG picture with command button. The purpose meant to response...
  26. Re: [VB6] PNG/ICO/ANI pictures in the standard controls.

    Can possible to work with SVG format or XAML format?
  27. Replies
    0
    Views
    2,891

    PNG Command Button for VB6

    PNGButton for VB6

    April 17, 2020

    I’m Thai. This is my first post on this website. Thanks to LaVolpe post at...
  28. Replies
    2
    Views
    725

    Re: PasswordChar Properties Not Working

    Thank you very much LaVolpe. I used VB6 SP6. This problem happen in IDE. If I write the code to set PasswordChar. The Textbox control work fine after F5 pressed to run.

    Finally, I re-install SP6...
  29. Replies
    2
    Views
    725

    PasswordChar Properties Not Working

    Hi All,

    Last week I do FTP program using textbox to input the password, also setting PasswordChar. That's time every thing fine. This week I try to set this properties again. The VB6 always...
  30. Replies
    5
    Views
    5,385

    Re: [vb6] Unicode Browse For Folder

    Hi, LaVolpe

    Thank you very much for your update.

    You are one of the greatest man in my world. Since I stuck with VB6, can't move to .Net. You always be here. :bigyello:
  31. VS 2013 Re: How to copy image form file to picturbox with Bitblt in VB2013?

    Anyone Help...Please
  32. VS 2013 Re: How to copy image form file to picturbox with Bitblt in VB2013?

    Thank you so much paulishak.

    However, I have custom dll to deal with, hard to move away from its. So, the better way to learn about image in picturebox. It's the Bitblt function.

    I'm surprise...
  33. VS 2013 How to copy image form file to picturbox with Bitblt in VB2013?

    Hi,

    I'm very new for VB.net since I use VB6 for long time. Now, consider to move to .net. The problem is I know very less thing about it. After few months with many trial. I need someone to help...
Results 1 to 33 of 33



Click Here to Expand Forum to Full Width