Search found 603 matches

by VB6_to_PBx
Fri Mar 01, 2024 9:15 pm
Forum: Coding Questions
Topic: Solve 1 Equation with 2 Unknowns
Replies: 23
Views: 729

Re: Solve 1 Equation with 2 Unknowns

; these 2 Equations give 100% exact real-world correlation results ; these 2 Equations give 100% exact real-world correlation results ; X = (A / (B * Y)) ; Y = (A / (B * X)) ; i always know in advance what A and B values are ; the Problem is both X and Y must be solved at the same time ; or both X ...
by VB6_to_PBx
Fri Mar 01, 2024 11:45 am
Forum: Coding Questions
Topic: Solve 1 Equation with 2 Unknowns
Replies: 23
Views: 729

Re: Solve 1 Equation with 2 Unknowns

thanks Little John, TassyJim, and Stargate for the quick replies with Code this is what it should calculate : real Solution: x=129.6025714796 , y=10100 also Stargate, the movie "Stargate" is my Wife and I's one of all time favorite Movies ! We watched several times over the years . For man...
by VB6_to_PBx
Fri Mar 01, 2024 7:19 am
Forum: Coding Questions
Topic: Solve 1 Equation with 2 Unknowns
Replies: 23
Views: 729

Re: Solve 1 Equation with 2 Unknowns

"infinitely many" .... that's what i thought too , unsolveable ! i was hoping it would be solveable with Math advancements or AI ? This is no advanced math, it is math for elementary school. No, it is not unsolvable! Unsolvable would mean, no solution. But here you have a rule, how to get...
by VB6_to_PBx
Fri Mar 01, 2024 6:50 am
Forum: Coding Questions
Topic: Solve 1 Equation with 2 Unknowns
Replies: 23
Views: 729

Re: Solve 1 Equation with 2 Unknowns

I also wonder, what do you mean here with solve? X = 653184000 / (499 * Y) and Y = 653184000 / (499 * X) if you rearrange. There is not only one solution for x and y, but infinitely many. "I also wonder, what do you mean here with solve?" meaning : Solve both X and Y values at the same ti...
by VB6_to_PBx
Fri Mar 01, 2024 6:08 am
Forum: Coding Questions
Topic: Solve 1 Equation with 2 Unknowns
Replies: 23
Views: 729

Solve 1 Equation with 2 Unknowns

how to Solve 1 Equation with 2 Unknowns ???

Solve both X and Y values :

X = (653184000 / (499 * Y))

is it possible ?
by VB6_to_PBx
Mon Jan 01, 2024 9:34 am
Forum: General Discussion
Topic: PureBasic is a Great Programming Language with Limited Resources
Replies: 18
Views: 2122

Re: PureBasic is a Great Programming Language with Limited Resources

The matter is not about "what's the topic I need to learn" or "Go & search this great form". I'm sure you know what I'm talking about! very nice PureBasic Tutorials on this YouTube Link : https://www.youtube.com/@PureProgramming/videos Hello, my name is Guillaume and I am a ...
by VB6_to_PBx
Mon Oct 02, 2023 7:20 pm
Forum: Coding Questions
Topic: FontID(0) or FontID which is correct ?
Replies: 6
Views: 408

Re: FontID(0) or FontID which is correct ?

just a quick question

About the PureBasic Constant :
#PB_Font_HighQuality

i thought "#PB_Font_HighQuality" constant should not be used anymore because it had some issues ???
by VB6_to_PBx
Mon Oct 02, 2023 7:15 pm
Forum: Tricks 'n' Tips
Topic: Getting information about an IP address from PB
Replies: 6
Views: 591

Re: Getting information about an IP address from PB

by Quin » Mon Oct 02, 2023 12:11 pm

thanks Quin ,
your Code works perfectly for my IP !
by VB6_to_PBx
Wed Sep 20, 2023 9:30 am
Forum: Bugs - IDE
Topic: Background color for word being searched
Replies: 14
Views: 1152

Re: Background color for word being searched

i just tested my PureBasic Color choices in PureBasic 6.03 Beta 6 (x64) and they look OK as far as the selected Text's FrontColor and BackColor however, it might because i'm using a Black Colored background Primary selected Text is White on Lite-Grey background   tested on PureBasic 6.03 Beta 6 (x6...
by VB6_to_PBx
Thu Aug 24, 2023 5:19 pm
Forum: Off Topic
Topic: It's too hot for programming
Replies: 23
Views: 2797

Re: It's too hot for programming

We call this "Summer" here where i live and Program ! ... supposed to be 107 DegF today ! :D

Image
by VB6_to_PBx
Wed Jul 26, 2023 6:28 pm
Forum: Coding Questions
Topic: program size limit or what?
Replies: 37
Views: 3116

Re: program size limit or what?

My program size is 28227 lines includ12ing data lines. Source file is 1.137MB and compiled size is 1.31MB. memory usage running is only 15.6 MB with loaded data so my problem is not memory related with 32GB free. All using PureBasic 5.62 (Windows - x64) problem is almost all features are broken -- ...
by VB6_to_PBx
Wed Jun 07, 2023 6:04 pm
Forum: Off Topic
Topic: Advertising space
Replies: 17
Views: 1641

Re: Advertising space

i'm using Brave Browser
https://brave.com/

i never see any Ads or Popups on this Forum
likewise never see any Ads or Popups on YouTube either

i don't remember blocking Ads in Brave's settings ???
i think its "default setting", not 100% sure though ??
by VB6_to_PBx
Mon Apr 10, 2023 6:35 am
Forum: Announcement
Topic: ET_Analyst for DragRacers version 2.00
Replies: 5
Views: 777

Re: ET_Analyst for DragRacers version 2.00

Software and forum look good to me. Well done! BarryG ... thank you very much for Feedback about using Forum , and software review !! much appreaciated ! i almost quit Computer Programming when Microsoft ended support for VB6.0 :twisted: i hated to use VBNET when it replaced VB6 :evil: i took a cha...
by VB6_to_PBx
Mon Apr 10, 2023 3:43 am
Forum: Announcement
Topic: ET_Analyst for DragRacers version 2.00
Replies: 5
Views: 777

Re: ET_Analyst for DragRacers version 2.00

Interesting niche well done. idle , thank you very much for your Review of my Software ! my Forum is locked ... there are no real members in my public Forum i'm just using a Forum format as a sort of Blog , because its super easy to add / change / delete / update content i hope the Forum looks OK t...
by VB6_to_PBx
Fri Apr 07, 2023 8:48 pm
Forum: Announcement
Topic: ET_Analyst for DragRacers version 2.00
Replies: 5
Views: 777

ET_Analyst for DragRacers version 2.00

ET_Analyst for DragRacers version 2.00 written in PureBasic Features : 2]= Calculate and Simulate a 5 HP Jr Dragster all the way to a 11,000+ HP Top Fuel Dragster with very high accuracy for each and every Feet distance down the DragStrip ! ( even past 1320Ft, all the way to 1600Ft ) ET_Analyst_for...