Search:

Type: Posts; User: José Roca; Keyword(s):

Page 1 of 6 1 2 3 4

Search: Search took 0.00 seconds.

  1. > How can a apply a functions name to handle...

    > How can a apply a functions name to handle events for this menuitem only?
    > How to tell thinBasic to call a dedicated callback function for this menuitem?

    You can't. A menu item is not a...
  2. Replies
    10
    Views
    5,813

    It is very difficult to uderstand what you mean...

    It is very difficult to uderstand what you mean in your lengthy posts. I guess that you're suggesting to pass an UDT inspead of an string, but in this case Eros will have to change thinBasic, and all...
  3. Replies
    10
    Views
    5,813

    The help file says that it is a string, so how...

    The help file says that it is a string, so how are you going yo pass an UDT?

    If you want to store more information why don't use DIALOG SET USER?
  4. Replies
    10
    Views
    5,813

    If you knew how it works, you won't have problems...

    If you knew how it works, you won't have problems to use it...

    ...and you won't say things like...



    When you use a main window created with CreateWindowEx, the first thing that you receive...
  5. Replies
    10
    Views
    5,813

    > without knowing anything abo-ut Win32Api ...

    > without knowing anything abo-ut Win32Api

    Knowledge of the Windows API is fundamental to be a good Windows programmer. OOP frameworks come and vanish, but the Windows API remains. All the...
  6. Replies
    10
    Views
    5,813

    Are you aware that you only need the window...

    Are you aware that you only need the window handle?

    If you want to get the parent handle, then use GetParent(hWin)

    If you want to get the control identifier, the use GetDlgCtrlID(hWin)
  7. Replies
    5
    Views
    2,960

    They did present 32 vs. 64-bit as a false...

    They did present 32 vs. 64-bit as a false dichotomy, as if you had to choose between one or another. With the right compiler(s), you can write code that can be compiled to 32 or 64-bit without code...
  8. Replies
    4
    Views
    2,873

    AFAIK it is a Linux distro based on LiteOS that...

    AFAIK it is a Linux distro based on LiteOS that has a Windows 10 wallpaper.
  9. Replies
    235
    Views
    67,306

    Beta testing IMO using UTF-8 with Windows, that natively uses...

    IMO using UTF-8 with Windows, that natively uses UTF-16, is a bad idea. Implement an UTF-16 string data type and leave UTF-8 to Linuxers.
  10. What? Do you have read reply #5?

    What? Do you have read reply #5?
  11. No, it does not copy anything. It simply stores...

    No, it does not copy anything. It simply stores the passed handle in the extra bytes of the control and returns the previous stored handle, if any.

    prevIcon = (HICON)SetWindowLongPtrW( hwnd,...
  12. Thread: Tbo2

    by José Roca
    Replies
    37
    Views
    89,122

    Rust variables are immutable by default, but you...

    Rust variables are immutable by default, but you can override it using mut. In other languages, they are mutable by default but you can use const to make it immutable. So, the same rules, but...
  13. Replies
    136
    Views
    378,596

    Beta testing > By the way, i have some questions related to...

    > By the way, i have some questions related to CWSTR.inc Which is the best forum to ask it ?

    http://www.planetsquires.com/protect/forum/index.php
  14. Replies
    136
    Views
    378,596

    Beta testing XpButton is available in my WinFBX framework for...

    XpButton is available in my WinFBX framework for PowerBasic. It has been implemented a class in the file CXpButton.inc.

    BTW I wrote it to demonstrate the use of visual styles, not to change the...
  15. Replies
    136
    Views
    378,596

    Beta testing One small precission: I never have released...

    One small precission: I never have released anything as open source, but as freeware, allowing to use it for your own purposes, even in commercial applications, without paying a fee, but not to make...
  16. Replies
    15
    Views
    17,353

    You can contact him in mi forum ...

    You can contact him in mi forum

    http://www.jose.it-berater.org/smfforum/index.php?board=436.0
  17. Replies
    2
    Views
    3,797

    Opera Browser warns about this site

    Hi Eros,

    For some reason, the Opera browser thinks that your site can be dangerous to visit.
  18. Replies
    17
    Views
    7,800

    As I said, there are no problems calling variadic...

    As I said, there are no problems calling variadic functions with PowerBASIC. I have done it several times.

    For example, to call the wsprintfA function, I have used the following declare:


    ...
  19. Replies
    17
    Views
    7,800

    > Mike's offer still sounds like the best deal...

    > Mike's offer still sounds like the best deal going.

    Hard to know, since he has deleted his post.
  20. Replies
    17
    Views
    7,800

    I think that I have been clear. It starts saying...

    I think that I have been clear. It starts saying that you can't write a variadic function with PB, so I don't understand why you reply asking me to write one. But if you write one in C, compile it to...
  21. Replies
    17
    Views
    7,800

    Meaning that you can't write one with PB, not...

    Meaning that you can't write one with PB, not that you can't call one implemented in a C DLL.
  22. Replies
    4
    Views
    3,076

    It is a joke. There are several versions. Here is...

    It is a joke. There are several versions. Here is one with a Canadian lighthouse:
    http://www.snopes.com/military/lighthouse.asp
  23. Replies
    37
    Views
    56,116

    In Internet slang...

    In Internet slang, a troll (/ˈtroʊl/, /ˈtrɒl/) is a person who sows discord on the Internet by starting arguments or upsetting people,[1] by posting inflammatory,[2] extraneous, or off-topic messages...
  24. Replies
    13
    Views
    8,338

    You can use them with PB. What happens is that...

    You can use them with PB. What happens is that you are too ignorant to do it.

    I have also mentioned O2. Can O2 call these C++ classes?
  25. Replies
    13
    Views
    8,338

    Another one: SB only supports strings, longs and...

    Another one: SB only supports strings, longs and doubles.
    Can you imagine what John will be saying if PB only supported these three types?
Results 1 to 25 of 146
Page 1 of 6 1 2 3 4