Guys!
a.s = "344.23 355.78 4444.343 2.03" ;read from file
temp.s = Mid(a,1,7) ; 344.23
koef.f = ValF(temp) ; 344.22999999 - :(
...
AddGadgetItem(2,-1,StrF(koef.f) +" /2 = "+ StrF(koef/2))
result:
344.22999999 /2 = 172.11499995
need show:
344.23 /2 = 172.115
Question: how?
Search found 15 matches
- Fri Apr 16, 2004 6:52 pm
- Forum: Coding Questions
- Topic: inccorect FLOAT or where ###.##?
- Replies: 13
- Views: 2750
- Wed Mar 31, 2004 6:36 am
- Forum: Coding Questions
- Topic: Events for all gadgets ?
- Replies: 8
- Views: 2313
- Wed Mar 31, 2004 5:49 am
- Forum: Coding Questions
- Topic: Events for all gadgets ?
- Replies: 8
- Views: 2313
- Wed Mar 31, 2004 1:10 am
- Forum: Coding Questions
- Topic: Events for all gadgets ?
- Replies: 8
- Views: 2313
- Wed Mar 31, 2004 12:20 am
- Forum: Coding Questions
- Topic: load HTML using IE stream
- Replies: 4
- Views: 2315
- Tue Mar 30, 2004 10:13 pm
- Forum: Coding Questions
- Topic: load HTML using IE stream
- Replies: 4
- Views: 2315
Can I wrong but WebBrowser in description of msdn the same that and in Pure Basic WebGadget (ATL Browser in msdn)
http://msdn.microsoft.com/library/en-us ... ntrols.asp
http://msdn.microsoft.com/library/en-us ... ntrols.asp
- Tue Mar 30, 2004 5:15 am
- Forum: Coding Questions
- Topic: Beginner needs help...
- Replies: 6
- Views: 1648
- Tue Mar 30, 2004 4:45 am
- Forum: Coding Questions
- Topic: Beginner needs help...
- Replies: 6
- Views: 1648
- Tue Mar 30, 2004 3:02 am
- Forum: Coding Questions
- Topic: Events for all gadgets ?
- Replies: 8
- Views: 2313
- Tue Mar 30, 2004 1:19 am
- Forum: Coding Questions
- Topic: Hey people, where flags "#PB_Window_{Minimized|Maximize
- Replies: 4
- Views: 1433
- Tue Mar 30, 2004 12:23 am
- Forum: Coding Questions
- Topic: Hey people, where flags "#PB_Window_{Minimized|Maximize
- Replies: 4
- Views: 1433
- Mon Mar 29, 2004 11:47 pm
- Forum: Coding Questions
- Topic: Hey people, where flags "#PB_Window_{Minimized|Maximize
- Replies: 4
- Views: 1433
Hey people, where flags "#PB_Window_{Minimized|Maximize
I don't see thise flags in description of PureBasic in function OpenWindow?
Wath the problem here or I'm can read?
The last it's was a joke
Wath the problem here or I'm can read?
The last it's was a joke
- Mon Mar 29, 2004 10:08 pm
- Forum: Windows
- Topic: question about HOOK's in PureBasic
- Replies: 0
- Views: 1541
question about HOOK's in PureBasic
Sorry, but i don't good speak to English.
My problem - how i can paste in code start hooking system (with my dll). I can do this with function SetWindowCallback, it's not working. Maybe I wrong, but it is not CallBackMessage in C.
Help. Explain to the ignoramus.
My problem - how i can paste in code start hooking system (with my dll). I can do this with function SetWindowCallback, it's not working. Maybe I wrong, but it is not CallBackMessage in C.
Help. Explain to the ignoramus.
- Mon Mar 29, 2004 9:50 pm
- Forum: Coding Questions
- Topic: question about HOOK procedure.
- Replies: 3
- Views: 1350
- Mon Mar 29, 2004 1:01 am
- Forum: Coding Questions
- Topic: question about HOOK procedure.
- Replies: 3
- Views: 1350
question about HOOK procedure.
def I'm no good speack to english. I'm from Ukraine.
People how i can using Windows Hook in Pure Basic?
My problem is: start hooking, open my DLL with my procedures and take parametrs in to my programm.
I don't search any examples with API function (hook).
And other problem: how i can create my ...
People how i can using Windows Hook in Pure Basic?
My problem is: start hooking, open my DLL with my procedures and take parametrs in to my programm.
I don't search any examples with API function (hook).
And other problem: how i can create my ...