Search:

Type: Posts; User: pekko

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    30
    Views
    4,924

    Re: Fast File Search Utility App Demo With Source

    Works ok :thumb:

    Development proposal:
    When you do a search that takes a long time and you press cancel, it would be nice if the program would show the results it has found so far.
  2. Replies
    30
    Views
    4,924

    Re: Fast File Search Utility App Demo With Source

    This was in compiled exe. Haven't test in IDE
  3. Replies
    30
    Views
    4,924

    Re: Fast File Search Utility App Demo With Source

    Thanks for the quick fix :thumb:

    Here's another problem :eek:
    Do recursive search from folder C:\Windows
    File Content ANSI Text abcdef
    Program crashes
  4. Replies
    30
    Views
    4,924

    Re: Fast File Search Utility App Demo With Source

    Looks not so good on 100% scaling

    https://imgur.com/a/M6PIN28
  5. Re: PNG with alpha channel into standard VB6 image control

    It doesn't work correctly.
    png is 100x100. image control is 100x100.
    Line is missing on the right and bottom.
    185225
  6. Replies
    4
    Views
    830

    Re: ctxWinsock.ctl - Extra Connected event

    If I use Microsoft.Winsock, no extra Connected logged.
  7. Replies
    4
    Views
    830

    Re: ctxWinsock.ctl - Extra Connected event

    No extra TCP_Connect



    74948,1 DO CONNECT
    74948,1 Connected
    74948,12 HostResolved
    74948,13 TCP_Connect
    74948,15 Connected
    74948,18 TCP_CloseEvent
  8. Replies
    4
    Views
    830

    ctxWinsock.ctl - Extra Connected event

    Sometimes you get extra Connected event.
    Would repairing that take a lot of work?, wqweto?



    37315,21 DO CONNECT
    37315,22 HostResolved
    37315,24 Connected
    37315,25 Closed
  9. Replies
    6
    Views
    1,780

    Re: vbRichClient - This download has been blocked

    What browser did you use to test?

    Both links redirect to an unsecured address!

    <a href="http://vbRichClient.com/Downloads/RC6BaseDlls.zip" style="font-size: 10pt;">RC6BaseDlls.zip</a>
    <a...
  10. Replies
    6
    Views
    1,780

    vbRichClient - This download has been blocked

    Mixed Content: The site at 'https://www.vbrichclient.com/' was loaded over a secure connection, but the file at 'https://www.vbrichclient.com/Downloads/WebKitCairo.7z' was redirected through an...
  11. Re: TimerEx, hi precision timer using QueryPerformanceCounter

    https://msdn.microsoft.com/fi-fi/library/windows/desktop/ms644904(v=vs.85).aspx
    Retrieves the current value of the performance counter, which is a high resolution (<1us) time stamp that can be used...
  12. Replies
    38
    Views
    7,956

    Re: Advice on Best Approach for Vector Graphics

    You guessed (knew) right
  13. Replies
    38
    Views
    7,956

    Re: Advice on Best Approach for Vector Graphics

    WIN7 = EN, VB6 = EN, Regional settings = Finnish

    ?csng("11.91")
    Run-time error '13':
    Type mismatch

    ?1/2
    0,5
  14. Re: Vb Intrinsic ComboBox selection works errorneosly - Windows On Screen Keyboard

    cbBox.SetFocus
    cbBox.SelStart = Len(strFindThis)
    cbBox.SelLength = Len(cbBox.Text) - cbBox.SelStart
  15. Replies
    53
    Views
    6,423

    Re: Request for Non-US Res File

    As I say, can you measure that?
    Customers are happy when programs do what expected. If startup takes 100-200 ms more no one will notice it.
    I don't spend hours and hours to micro-optimize software...
  16. Replies
    53
    Views
    6,423

    Re: Request for Non-US Res File

    Can you measure that? I guess it's about nanosecond or something. Micro-optimization is endless loop.
  17. Replies
    53
    Views
    6,423

    Re: Request for Non-US Res File

    rc.exe takes care of padding, you don't have to worry it. I don't see any reason why not use descriptive names.


    a BITMAP bitmap.bmp => 3176
    ab BITMAP bitmap.bmp => 3180
    abc ...
  18. Replies
    53
    Views
    6,423

    Re: Request for Non-US Res File

    You asked non-US character and I gave you example.


    I always use descriptive names, never numeric
    LoadResData("BLUE_BACKGROUND", "CUSTOM") vs. LoadResData(666, "CUSTOM")
  19. Replies
    53
    Views
    6,423

    Re: Request for Non-US Res File

    IDE not but rc.exe allow some. Have you found files where nameid is not ASCII.
  20. Re: A custom compact and resizable Open File/Save File/Folder Select.

    https://dropfile.to/
    Maximum file size is 1GB. File expiration 24 hours
  21. Re: Convert Double to Hex and back to Long in Chinese Unicode for VB6

    VB6 help
    The range for returns is 0 – 255 on non-DBCS systems, but –32768 – 32767 on DBCS systems.

    147621
  22. Re: Convert Double to Hex and back to Long in Chinese Unicode for VB6

    ?asc("å"), asc("ä"), asc("ö")
    229 228 246

    ?chr$(229), chr$(228), chr$(246)
    å ä ö
  23. Re: Writing a new IDE with clean, straight-forward code (vbRichClient)

    For unbelievers
    147511
  24. Re: Ideas Wanted: ITypeInfo-like Solution

    Maybe this one?
    http://www.vbforums.com/showthread.php?793005-RESOLVED-Loop-through-a-controls-properties&p=4862613&viewfull=1#post4862613
  25. Replies
    15
    Views
    3,011

    Re: Interesting code formats and code snippets.

    Is this the cheapest?
    https://buyvm.net/kvm-dedicated-server-slices/
    https://buyvm.net/operating-systems/microsoft-windows-family/
  26. Re: VB6 Common Dialog Control File Open does not give correct folder

    In you app before using Common Dialog Control delete proper value from

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\FirstFolder
    ...
  27. Replies
    82
    Views
    70,033

    Re: [VB6] Manifest Creator II

    1. Start program
    2. Select "Application" => "Description"
    3. Context menu => "Qualified Name" => "Base Name: description"

    Run-time error '9':
    Subscript out of range
  28. Replies
    21
    Views
    38,679

    Re: New SVG-based Icon-Editor

    When you click empty space on list, all items will be selected.
    Note different behavior with last item, I didn't click "Select All Icons" button.
    https://dropfile.to/hSpXr8m
  29. Replies
    21
    Views
    38,679

    Re: New SVG-based Icon-Editor

    ALT + TAB list, icon is not Colibrico.


    When you populate new items to lower list
    it does not always initialize VScrollBar value.
    https://dropfile.to/N0qRgs4
  30. Replies
    21
    Views
    38,679

    Re: New SVG-based Icon-Editor

    http://colibrico.de/en/eula.htm

    Licensing
    If you purchased a license for commercial usage, you are allowed to use the software and the graphics for commercial usage as well.

    Restrictions
    The...
  31. Replies
    21
    Views
    38,679

    Re: New SVG-based Icon-Editor

    With minimum size 1024x720 you can't use color picker tool.


    Look what happen when I double click "Arrow_Previous" => "Arrow_Refresh" is added to list.
    That same double click issue happens also...
  32. Replies
    7
    Views
    1,087

    Re: Flowchart program with hidden notes

    not free, not cheap
    http://www.aivosto.com/visustin.html
  33. Replies
    21
    Views
    38,679

    Re: New SVG-based Icon-Editor

    I thought that you would like to know all mistakes you have done. :(



    And you mean ALL MessageBoxes.
    https://dropfile.to/YRHnkgR


    You have invented self closing MessageBox. :bigyello:...
  34. Re: How can I change by EMF byte array to jpeg file?

    This shows drawing commands.
    http://www.flounder.com/metafileexplorer.htm

    It shows commands for file exported from Word 2013 but preview is a mess.
    Other emf what I tested works OK.
  35. Replies
    21
    Views
    38,679

    Re: New SVG-based Icon-Editor

    Strange behavior in export tab, please note File will expire in 23 hours
    https://dropfile.to/phaCeQX
  36. Replies
    21
    Views
    38,679

    Re: New SVG-based Icon-Editor

    A quick error search

    When you use TAB to move focus
    - some elements indicated focus with highlight some not
    - some elements with no action indicated focus with highlight
    - using SHIFT + TAB...
  37. Replies
    15
    Views
    2,238

    Re: vbRichClient - cWebServer - working behind NAT

    So, if you have error handler behavior is as expected otherwise an error message will vary according to whether the IDE is running, that's weird.



    Option Explicit

    Private WithEvents www As...
  38. Replies
    15
    Views
    2,238

    Re: vbRichClient - cWebServer - working behind NAT

    Quick as usual, Thank you.

    Unfortunately I noticed a strange behavior, with compiled you can start multiple instances without any error message.

    And when some other program is already listening...
  39. Replies
    15
    Views
    2,238

    Re: vbRichClient - cWebServer - working behind NAT

    Let's assume my public ip is 123.123.123.123 and on router it's forwarred to 192.168.10.113
    When you make request in browser (outside of my local network) it send



    GET / HTTP/1.1CRLF
    Host:...
  40. Replies
    15
    Views
    2,238

    Re: vbRichClient - cWebServer - working behind NAT

    I'm testing in home now and can't reproduce that situation.
    My example code does not really mimic NAT case.

    But that case in my example code is really annoying.
    All other webservers that I have...
Results 1 to 40 of 171
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width