Search:

Type: Posts; User: sergeos

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,089

    Relationship from 2 sheets with one form

    how best to organize the relationship there are 2 sheets with some functions and there is one form with a button.
    from sheet1 I call the form, and there I click the button. the event of this button...
  2. Replies
    1
    Views
    426

    hwnd of Telegram

    Is there a way to get the handle of an open telegram window?
    Or a method to get the last 10 messages of specific group chat?

    What type of window is used there? this is xml, json, html... etc.?
    ...
  3. [Excel 2016] Linked listbox's checkbox to cell

    Hi,
    is it possible set propertie to setting checkbox value from table? Maybe rowsource/controlsource, etc.

    so, i have a table "variants"

    True Variant1
    False Variant2
    True Variant3...
  4. Replies
    479
    Views
    155,153

    Re: VB6 WebView2-Binding (Edge-Chromium)

    no, I don't use selenium. but I have seen how it works. The problem is that with every update of firefox, you need to change the version of the woking executable to connect firefox to the web page....
  5. Replies
    479
    Views
    155,153

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Can this tool(webview2) replace selenium to emulate user behavior on the webpage?
  6. Replies
    14
    Views
    1,422

    Re: Keep data of dictionary

    ok, I'm passing by value. why am i getting an empty dictionary after work with it copy? my task is not to remove elements from the original dictionary.
    I only need to work with a copy of it.
  7. Replies
    14
    Views
    1,422

    Re: Keep data of dictionary

    I put the value in to the dictionary. passed a copy of the dictionary to another function.
    but the data was deleted also from the original source.
  8. Replies
    14
    Views
    1,422

    Keep data of dictionary

    hi, guys!
    today my question is: how to keep the data of a dictionary even if it is passed as an object by value?

    i mean this construction


    private sub test()
    set dict =...
  9. Replies
    2
    Views
    20,918

    Re: VB6 - MSChart XY Scatter Demo

    dilettante, maybe you remember, is it can changing sizes of some plots?
    like bubble chart
  10. Re: How to download excel online document via whr or same tools?

    one man make script, but script running from web

    and this code must be placed into file script.wsf

    <?xml version="1.0"?>
    <job>
    <script language="JavaScript"...
  11. How to download excel online document via whr or same tools?

    Hi,
    can anyone solve the problem of downloading an online excel document using the whr or same tool?

    It is necessary to write an automation for downloading a file.
    Tell me please how to make a...
  12. Replies
    107
    Views
    25,154

    Re: VB6 Web Site/App Server

    sorry for late response
    this is my html example


    <!DOCTYPE html>
    <html>

    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1,...
  13. Replies
    107
    Views
    25,154

    Re: VB6 Web Site/App Server

    Andt how do it not through a query string, but through a simple html (or, VBML) page, as if the user is entering text?
    so the plan is:

    1) the user follows the link /calculator
    2) enters an...
  14. Replies
    107
    Views
    25,154

    Re: VB6 Web Site/App Server

    Dear Sir,
    can you provide an a little example with calculator page?
    Just page with the texbox on it and with a button.
    And when we are typed in to the textbox any simple expression (like, 2+2),...
  15. Replies
    107
    Views
    25,154

    Re: VB6 Web Site/App Server

    Yes, http is work!

    but only on 5000 port.
    8080 don't work.
    After command /stop also don't work.
  16. Replies
    107
    Views
    25,154

    Re: VB6 Web Site/App Server

    Dear Sir!
    I can't run this interesting project at my machine (Win10 64)

    1) I'm placed files into /App/System (cairo_sqllite.dll,DirectCOM.dll,RC6.dll(version: 6.0.0.9))
    2) Compile...
  17. Replies
    9
    Views
    11,108

    Re: VB Snippet - Determine if Array is Empty

    I'm using this construction

    Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (pDst As Any, pSrc As Any, ByVal ByteLen As Long)

    Public Function ArrayIsInitialized(arr) As...
  18. Replies
    11
    Views
    2,255

    Re: What are square brackets used for in VB6?

    what is the fester object? can be any?
  19. Replies
    5
    Views
    1,259

    Re: Can Add_In working with hot keys?

    Hi, LeandroA,
    thanks for your responsiveness.
    I also ask you to consider the application not as a AddIn, but as an standalone exe application
  20. Replies
    5
    Views
    1,259

    Re: Can Add_In working with hot keys?

    LeandroA, thank you very much!
    I think the problem is in the following scenario:
    I am working in VScode editor, it can intercept keystrokes.
    then i switch to sql management studio, ok, studio also...
  21. Replies
    5
    Views
    1,259

    Re: Can Add_In working with hot keys?

    After a long search, one highly respected member of the VB team published a variant of intercepting a key combination.
    This option intercepts the combination and goes into the waiting mode for...
  22. Re: VB6 2D-ChartPlotting (using the RC6.cChart HelperClass)

    Does your plotting mechanism can draw lines with different lengths and not always beginning from zero point?
    As for example it can be done by an excel. ...
  23. Re: VB6 2D-ChartPlotting (using the RC6.cChart HelperClass)

    What is the RC6.cChart-Class?
    Where did we can download it?
  24. MsOf13 Is it possible to provide version control of modules?

    I would like to do version control for modules and classes.
    But when I save the changes to the module from my code pane, in fact, I cannot know that the changes have occurred. Because it is written...
  25. Thread: Slider by Ken

    by sergeos
    Replies
    9
    Views
    4,381

    Re: Slider by Ken

    It may be necessary to watch the distance of the cursor to the border at the time of clicking on the slider.
    And then check how far them went abroad? If it's too far, then stick slider to the edge.
  26. Thread: Slider by Ken

    by sergeos
    Replies
    9
    Views
    4,381

    Re: Slider by Ken

    Wow, amazing control!

    Thank you, AxioUK for share.

    Also, i'm found some cosmetic nuances.
    The rangebar is not always moving to the edges of border when dragging them. ...
  27. Re: firedac Control OCX FOR VB6, Faster than Microsoft ADO

    from $300 to $900
  28. Re: Getting the ball rolling. Which VB6 projects are you working on?

    Our russian friend Mikle experimented in gamedev.
    Few month ago he present latest build of one of them. On the famous russian VB-forum also can find Last release https://yadi.sk/d/8Fl5kCql3YLFTw
    ...
  29. Re: [VB6/VBA] Lambda Syntax - No script control or cheats!

    Entschuldigung Sie Bitte!

    How possible use under VBA?
    my steps is:
    1) add in project two classes (stdLambda.cls, stdICallable.cls)
    2) comment some service header data (i think this is for VB6)...
  30. Replies
    2
    Views
    2,468

    Re: Export Data to JSON from Database

    as I know sqlserver 2008 doesn't support json-features.
    this thing was added from sqlserver 2016 and up.
  31. Thread: Slider by Ken

    by sergeos
    Replies
    9
    Views
    4,381

    Re: Slider by Ken

    sorry

    set lower border and higher border and can moving this range by dragging filled area

    little demo
    https://www.vbforums.com/images/ieimages/2021/08/2.gif
  32. Thread: Slider by Ken

    by sergeos
    Replies
    9
    Views
    4,381

    Re: Slider by Ken

    Hi,
    maybe you can make anything, like this:
    182010
  33. Replies
    34
    Views
    12,022

    Re: Charts controls with GDI+

    1. I tried to transfer the user control ucChartArea to a new project, and if property of uc is
    LegendAlign = 0 - LA_TOP, then error occurs while form showing.

    180843
    m_Serie is Nothing


    2....
  34. Re: [Add-In] Large Project Organiser (alternative Project Explorer) - No sub-classing

    Is it can be adopted for Excel VBE?
  35. Replies
    5
    Views
    1,259

    Can Add_In working with hot keys?

    Hi!
    I want write addin for vbe which can listen user keyboard input,
    and if user Press Ctrl+K, then dll must waiting another portion of command.

    This needs for commenting code. And now de-facto...
  36. [RESOLVED] How to enable Groups in custom ucListView?

    Greetings to the inhabitants of the forum!
    Found a great user control ucListView.
    And the grouping function does not work for me, but although everything is fine in the compiled example.
    This is...
  37. Is it possible to attach a Recordset to a diagram/chart?

    Hello!
    Tell me please,
    maybe there is a solution so that I can use the recordset directly in the diagram?


    Dim vRS as Recordset '(ADODB)
    Then, i receive data to it.

    And, then, I want to...
  38. Replies
    193
    Views
    71,516

    Re: Modernizing the VB6 IDE

    I have suggestions:
    a) please add a window for working with git
    b) hotkeys for commenting/uncomment the highlighted block (or line where is cursor) [Ctrl+K, C] [Ctrl+K, U] like in popular ide and...
  39. Replies
    8
    Views
    641

    Re: Help please with uc bad propertie

    Strange, my studio does not swear at the absence of these dependencies.
    Everything starts without warning.
    I did not change user control. I took it as it is at the PSC...
  40. Replies
    8
    Views
    641

    Re: Help please with uc bad propertie

    I agree with you. I can’t fix it myself, I wrote to the author.
    I hope that he has not forgotten the good old VISUAL BASIC )

    Thank you very much for the feedback!
Results 1 to 40 of 162
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width