Search:

Type: Posts; User: xiaoyao

Page 1 of 13 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    858

    Re: VB6 and Selenium --> SeleniumBasic ?

    The perfect way is to use a web socket connection yourself. The chrome debugging protocol, which does not require any SeleniumBasic wrappers, is the fastest and most stable,
  2. Replies
    9
    Views
    858

    Re: VB6 and Selenium --> SeleniumBasic ?

    it,'s SeleniumBasic2.0Open source has the source code.But after I recompile, it will also cause frequent crashes and can not be registered for use.
    how to use it without register dll,setup?
    ...
  3. Replies
    16
    Views
    911

    Re: Subclassing made easy

    vbaObjSetAddref Subclass, GetProp(hWnd, -hWnd) ' Return an object from a pointer (inverse of ObjPtr). This is our subclassed object whose reference we saved above
    When the program crashes...
  4. Replies
    48
    Views
    1,416

    Re: Subclassing At Its Simplest

    usercontrol,If it terminates unexpectedly, or is forced to terminate in the VB6 IDE.Failure to properly exit the subclassing process causes a crash.
  5. Re: Do you wanna handle the Taskbar? Here is the most easy way!

    How to get the list of tray icons in the lower right corner of the taskbar.Get all the icon images. Get the path and handle of the software. How to remove an icon.
  6. Replies
    12
    Views
    4,838

    Re: How to get the current ROW in datagrid in vb6

    If you need to quickly display a table that can be edited and modified to a database, this control is really useful.
    Like an excel spreadsheet.It is convenient to add, delete and modify data.
  7. Replies
    48
    Views
    1,416

    Re: Subclassing At Its Simplest

    Will the code be simpler?

    Private Function ToSeeMessages_Proc(ByVal hWnd As Long, ByVal uMsg As Long, ByVal wParam As Long, ByVal lParam As Long, ByVal uIdSubclass As Long, ByVal dwRefData As...
  8. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Public Function FlexFillFromRs(Rs As ADODB.Recordset, _
    Flex As MSFlexGrid)

    Can it bind the record machine of the database and support automatic updating?

    like...
  9. Re: Transparent Activex Control,WS_EX_LAYERED on child controls

    Can't I open the URL above? Download it from the official website.
  10. Re: [vb6] Getting AddressOf for VB Class/Object Modules

    A clas function address can be bound to a function in a module.
    abc.exe module1.bas


    function sum(this as long,a as.long,b as long,result as long) as long
    'asm code by writeprocessmemory
    =...
  11. Re: [VB6] Using Structured Queries to conduct a Windows Search by any property

    Windows Search sometimes fails to handle string case issues. I don't know if you've ever been in this situation.
    The folder is in lowercase, and you can't find the file if you use uppercase to...
  12. Replies
    12
    Views
    4,838

    Re: How to get the current ROW in datagrid in vb6

    datagrid_rowcolchange(lastrow),Here you can get the line number position of the last time. But you can't get the current line number position. If you change the data in one cell, it will not be saved...
  13. Replies
    12
    Views
    4,838

    Re: How to get the current ROW in datagrid in vb6

    Actually. Our common controls all have database binding function. Text box, can automatically read data, can be automatically modified.
    Bind an Adobe recordset directly to a Grid control. In this...
  14. Replies
    12
    Views
    4,838

    Re: How to get the current ROW in datagrid in vb6

    vb6 usercontrol datagrid,A replacement for Microsoft's old version of the control should be able to do this. , rows property
    After all, this is something invented by Microsoft in 1998. And Microsoft...
  15. Replies
    12
    Views
    4,838

    Re: How to get the current ROW in datagrid in vb6

    Yes ,can't do it,why?
  16. Re: SetWaitableTimer in vb6,How to generate 10 million events per second.

    SetWaitableTimer maybe can use like sleep 100US ,0.0001MS
  17. SetWaitableTimer in vb6,How to generate 10 million events per second.

    SetWaitableTimer The unit of nWait is 100 nanoseconds, which can generate 1,000 10,000 timing events per second. But they only allow us to enter milliseconds if we need more precision like How to...
  18. Replies
    5
    Views
    931

    Re: Visual Basic 6 compiler

    vb.net by 2008 ,You can import VB6 projects and compile them into.net programs.
  19. Re: How can two forms be opened next to each other and when one is moved, the other ?

    how to Also minimize restore normal size, or close.
  20. vb6,twinbasic,Just like the drone alien UFO, great invention.

    VB6, twinbasic, they cleverly designed the IDE, and some syntax.
    It took more than 20 years to make it, which is really not easy.

    The rocket company Speth has launched Tesla cars into space....
  21. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    Maybe if we need to develop some scripts using PowerShell. Ask GPT, can he give us an answer? Maybe it's hard for us to understand. For python, the results of its source code search may be more...
  22. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    Python Old Ape Concern Why is Python so hot now?
    Python Old Ape The code age is 1 year Concern Why is Python so hot now? First, it's no accident that python has been rising up the list of...
  23. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    The development efficiency is higher. Data studies have shown that Python is twice as efficient as Java, which means that there are fewer lines of code in Python. Lines of code may sound like a...
  24. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    In fact, python cannot be compiled into an exe, which does not affect its use. But it can be compiled just like bytecode. The code can be hidden and encrypted.
    It can also be directly generated into...
  25. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    D.Add("abc", 123
    ), what is the principle of this? Why can he create this at will. Late-bound methods, but I also feel very similar to VB6 objects, perhaps 25 years ago, Microsoft can also use VB6...
  26. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    Python can call Java class libraries.net class libraries,
    Perhaps the reason why Microsoft's VB family has all gone bankrupt and been abandoned is that python also occupies an important position.
    ...
  27. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    So far in 2020, F # has not yet become popular, but as Microsoft's only FP language, F # has a special position and can be paid attention to. Ecosystem. The F # development community is small and...
  28. Replies
    22
    Views
    1,625

    Re: Python discussion

    Ire: Also, would anyone (besides me) use this "utility" when/if I get it going?

    Yes, I like to use it..

    suggest you do this directly with Webui.
    Vb6 forms and controls are obsolete.

    If we...
  29. Replies
    22
    Views
    1,625

    Re: Python discussion

    There is already VB code for something like this. Many people are doing these tools repeatedly.
    Maybe you can be done better, and it can be renewed continuously for 2 to 5 years.
  30. Replies
    12
    Views
    725

    Re: How shall I do?

    I have tried to replace d11 registration and de-registration with TLB registration. It seems to have failed.
    We can't shield the four APIs inside him. Maybe we can only add two APIs with different...
  31. Replies
    4
    Views
    480

    Re: How do I do this in VB6?

    Congratulations, you can do it. You can create a VB6 standard DLL.Actually it is also an ActiveX DLL.
    So it can also achieve the function of registering DLL itself.
    But you can't call his class...
  32. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    Maybe now it can only be forced to be transferred to C # development.
    VB. Net, used as an aid in learning C# , It's like an upgrade project, a slow transition.
    As a scripting tool, VB6 also...
  33. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    https://tieba.baidu.com/p/8582003868#/
    https://learn.microsoft.com/en-us/xamarin/cross-platform/platform/visual-basic/xamarin-forms

    It's very complicated to develop Android apps in VB. NeT, and...
  34. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    Microsoft hates all simple programming languages. Including python, VB6, VB. Net,
    But f # it is professionally calculated, so it will remain.I just don't know how many people buy vs development...
  35. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    Microsoft continues to develop C # and f # across platforms. Abandoned the VB. Net.

    C #/F # Performance Comparison The best thing about pure math is what PerpetualCoder says, F # looks more like a...
  36. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    Microsoft explicitly prohibits employees from using ChatGPT, and all internal devices block ChatGPT websites.
    gpt doesn't steal the code on your computer。If Microsoft is afraid that these codes of...
  37. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    Now click on the cross-platform language C# , f #, and Microsoft will continue to waste tens of billions of dollars in cost.
    f#,from 2002,The development of this language led to the bankruptcy of...
  38. Re: twinBASIC VIP Gold Lifetime Licence Initiative (Perpetual)

    If someone improves a better suggestion or sends a report, they can offer a reward of several months or years.
  39. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    I also often use the pixel array of the image for editing. For example, RGB three bytes. Or rgba 4 bytes.
    I can bind it to an array of integers to determine if the pixel has data.
    With this method,...
  40. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    It is because Microsoft killed its own child, VB6, VB. Net, so it leads to fewer and fewer users.
    I saw the opposite result. VB. Net, around 2020, the number of users has exceeded that of C#
    ...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width