Mohammad Hamdy Ghanem

Results 245 comments of Mohammad Hamdy Ghanem

Hi Gregor, Yor're welcome. In the next version, I will also bring back the PauseIfVisible, with a new PauseThenClose method, because I had disable the console window close button to...

> the operator "mod" is supposed to get the quotient No. The Mod operator in VB, VB.NET, SB, and sVB returns the remainder. The % does the same in non...

Correction: Floor(abs()) will change thee sign of the negative number. Seem that no alternative for Truncate. ________________________________ From: dynamicboy ***@***.***> Sent: Wednesday, November 29, 2023 9:34 PM To: VBAndCs/sVB-Small-Visual-Basic ***@***.***>...

You don't need division and remainder for padding. Look at this code. You may do changes if you don't want to count the dot as a char, or create two...

And this is how you can get the integral and decimal parts of a number: ``` X = 10.102 Parts = Text.Split(X, ".", True, False) TextWindow.WriteLines({ "integer: " + Parts[1],...

Thanks for your kind words. SB and so sVB are dynamically typed. It only contains one type which is the "Primitive" which can hold a string, a number, or an...

Hi dynamicboy, I have an application where 3 balls bounce from the form sides with a boing sound, but trying to play a sound that is already playing in small...

Hi @dynamicboy, Thanks for your feedback. 1. regarding the None and Transparent colors, please provide a sample code, because I don't see this error. I tested the OnMouseMove event of...

Note: I decided to change the down value of the LastMouseWheelDirection property from 0 to -1. This will eliminate thee need for the If statement in most use cases, as...

Hi @Gregor, I hope so. I am trying to alert VBers for this occasion, so that they can be prepared. I hope I can release sVB 3.0 by this date,...