Make money programming in Freebasic

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
greenllll
Posts: 57
Joined: Jul 02, 2007 19:33

Make money programming in Freebasic

Post by greenllll »

Is it possible to make money programming in Freebasic?
What areas can a freebasic programmer make money in?
automated web tasks that can earn money... maybe... OK, so, if one wanted to have a webpage automatically click an OK button whenever a commercial was finished playing, how would one go about doing that? Is it possible to have FB monitor whatever graphics are being displayed on Window's Vista's display card to read what's in a firefox browser's display & have the mouse click a button in the firefox browser based on what graphics popup at a given time?

That would be a very useful & cool functionality, but would it be difficult for such functionallity to be added to freebasic? Seriously, this would add immense power to this language.

On the other hand, how difficult is it for an intermediate/advanced freebasic programmer, who hasn't much of a handle on pointers, to apply his knowledge to C, or some free version of visual C? or even an object oriented languge like C++?

Is the functionallity basicaly the same, just different keywords & syntax? Freebasic is a totally awsome language. Still, it would be cool if it was a simple thing to apply this knowledge easily to learn C. PHP seems quite an easy thing to learn, if proficient in Freebasic. It has lots of source-code examples & explainations, which really makes a programming lanuage most learnable.
TeeEmCee
Posts: 375
Joined: Jul 22, 2006 0:54
Location: Auckland

Re: Make money programming in Freebasic

Post by TeeEmCee »

greenllll wrote:On the other hand, how difficult is it for an intermediate/advanced freebasic programmer, who hasn't much of a handle on pointers, to apply his knowledge to C, or some free version of visual C? or even an object oriented languge like C++?

Is the functionallity basicaly the same, just different keywords & syntax?
FB is almost a superset of C with different syntax. It borrows quite a lot of features from C++ as well. IMO the main divergence between C and FB, functionality wise, is that the FB preprocessor is much better, although it appears to be the same as the CPP, it works differently.

If you want to write C, understanding pointers is a requirement, however you can learn that while writing FB code, and just learn the difference in syntax later.
ScriptBasic
Posts: 47
Joined: Nov 14, 2013 22:00

Re: Make money programming in Freebasic

Post by ScriptBasic »

C BASIC post moved to projects board.
Last edited by ScriptBasic on Dec 07, 2013 17:58, edited 2 times in total.
angros47
Posts: 2371
Joined: Jun 21, 2005 19:04

Re: Make money programming in Freebasic

Post by angros47 »

Excuse me for my question... are you  John Spikowski?
ScriptBasic
Posts: 47
Joined: Nov 14, 2013 22:00

Re: Make money programming in Freebasic

Post by ScriptBasic »

Don't tell anyone. ;-)

Glad to be back.
angros47
Posts: 2371
Joined: Jun 21, 2005 19:04

Re: Make money programming in Freebasic

Post by angros47 »

Welcome back!
greenllll
Posts: 57
Joined: Jul 02, 2007 19:33

Re: Make money programming in Freebasic

Post by greenllll »

C BASIC sound interesting.
The most useful & powerful additional BASIC function would allow the programmer to read the screen-buffer data from any program in Windows, and allow the programmer to send mouseclicks or "keyboard entered data" to that program's various textboxes.
ScriptBasic
Posts: 47
Joined: Nov 14, 2013 22:00

Re: Make money programming in Freebasic

Post by ScriptBasic »

C BASIC post moved to projects board.
Last edited by ScriptBasic on Dec 07, 2013 17:58, edited 2 times in total.
angros47
Posts: 2371
Joined: Jun 21, 2005 19:04

Re: Make money programming in Freebasic

Post by angros47 »

Actually, someone had thought of it earlier: QB64 has commands _SCREENIMAGE to read screen buffer, _SCREENCLICK to send mouse click events and _SCREENPRINT to simulate keyboard typing since 2010.
ScriptBasic
Posts: 47
Joined: Nov 14, 2013 22:00

Re: Make money programming in Freebasic

Post by ScriptBasic »

C BASIC post moved to projects board.
Last edited by ScriptBasic on Dec 07, 2013 17:59, edited 2 times in total.
petan
Posts: 683
Joined: Feb 16, 2010 15:34
Location: Europe
Contact:

Re: Make money programming in Freebasic

Post by petan »

..ehm, pardon, what about we talkin' ?

Maybe I don't understand post title exactly, maybe I have different angle of view;
but YES. It is possible make money - earn money by programming in FB.
Of course surely not as stuffy drilled dron workin' for somebody for fixed month salary and makin' juice for him.

The web offers plenty of opportunities and unsolved questions.
Just surf it, search for an open questions - maybe after a few months of surfing you find interesting problem for breakin' under your leadership.
Use own head, existing STABLE FB features and solve the question.Then earn money everyday yourself.
How elementary - be free artist on your own.
And everything completely legally.Wonderfull.
anonymous1337
Posts: 5494
Joined: Sep 12, 2005 20:06
Location: California

Re: Make money programming in Freebasic

Post by anonymous1337 »

Yes, but why would you want to?
anonymous1337
Posts: 5494
Joined: Sep 12, 2005 20:06
Location: California

Re: Make money programming in Freebasic

Post by anonymous1337 »

That's right, greenlllllllllllllll.
http://www.ripoffreport.com/r/Freebasic ... on-1121682

llllll.

I'm watching you. Don't you dare make money programming in FreeBASIC.

See also this thread.
Post Reply