Search found 49 matches

by student1347
Feb 01, 2018 23:22
Forum: Beginners
Topic: How to detect a double click in freebasic?
Replies: 3
Views: 1247

Re: How to detect a double click in freebasic?

Sorry How to detect a double click in freebasic outside of windows console?(win32)Microsoft® Win32® Programmer's Reference
by student1347
Feb 01, 2018 22:59
Forum: Beginners
Topic: How to detect a double click in freebasic?
Replies: 3
Views: 1247

How to detect a double click in freebasic?

How to detect a double click in freebasic?
Thanks in advance.
by student1347
Jun 06, 2017 19:11
Forum: Beginners
Topic: Always on top
Replies: 9
Views: 2374

Re: Always on top

Thanks a lot....vdecampo
by student1347
Jun 06, 2017 18:08
Forum: Beginners
Topic: Always on top
Replies: 9
Views: 2374

Re: Always on top

Sorry.... and how can I retrieve mouse left click outside of the console window? GetMouse only retrieve mouse left click inside of the console window.(last part of my question)
by student1347
Jun 05, 2017 16:53
Forum: Beginners
Topic: Always on top
Replies: 9
Views: 2374

Re: Always on top

As always thank you fxm.
by student1347
Jun 05, 2017 16:06
Forum: Beginners
Topic: Always on top
Replies: 9
Views: 2374

Re: Always on top

Thank you.... But when I left click the screen minimizes! (Not Always on top)
by student1347
Jun 05, 2017 15:16
Forum: Beginners
Topic: Always on top
Replies: 9
Views: 2374

Always on top

Is there a way in freebasic to use left click when mouse pointer is outside of console window or program's screen and not allow the console or program's screen to be minimized and be Always on top and see the coordinates on the window when mouse moves and by clicking save mouse coordinates(x.y) in a...
by student1347
May 26, 2017 15:17
Forum: Beginners
Topic: bracket
Replies: 2
Views: 772

Re: bracket

As always thank you fxm.
by student1347
May 26, 2017 14:56
Forum: Beginners
Topic: bracket
Replies: 2
Views: 772

bracket

Why is not it mentioned to bracket in strings in freebasic manual (string[number]=....)? Maybe I can not find it.
by student1347
May 23, 2017 16:41
Forum: Beginners
Topic: Always for me a Big question
Replies: 28
Views: 6133

Re: Always for me a Big question

Special thanks to frisian ,srvaldez,dear dodicat,Mrswiss,badidea,bplus,Tourist trap,Makoto WANTANABE for thier answers and help.
by student1347
May 13, 2017 15:23
Forum: Beginners
Topic: Always for me a Big question
Replies: 28
Views: 6133

Re: Always for me a Big question

Sorry Dear dodicat Is it possible with some changes in your above program make it to change base 256 to base 10 or hex or 2 ? Thank you in advance.
by student1347
May 12, 2017 18:14
Forum: Beginners
Topic: Always for me a Big question
Replies: 28
Views: 6133

Re: Always for me a Big question

Thank you Tourist trap for showing the good topic and also dodicat for answering me with example and with patiance . (novice)
by student1347
May 12, 2017 17:12
Forum: Beginners
Topic: Always for me a Big question
Replies: 28
Views: 6133

Re: Always for me a Big question

Dear dodicat as you know one of the aims of using big bases is to make the number as small as possible(showing big numbers with few characters)if we use hex then there is no difference between hex and base 256 in length.I want to show up to 256 using only one character not two characters like hex.
by student1347
May 12, 2017 12:05
Forum: Beginners
Topic: Always for me a Big question
Replies: 28
Views: 6133

Re: Always for me a Big question

sorry what about the last line of my question "Can I have a digit unit other than binary or decade- with ascci codes(base 256 or base 200) and how ?"
by student1347
May 10, 2017 19:26
Forum: Beginners
Topic: Always for me a Big question
Replies: 28
Views: 6133

Re: Always for me a Big question

my gmp.bi was this code below(part of it) (77 k) taken from gmp-6.1.2 from srvaldez (top post) I changed it with yours (29k) and now It works thank you again. '' FreeBASIC binding for gmp-6.0.0 '' '' based on the C header files: '' Definitions for GNU multiple precision functions. -*- mode: c -*- ''...