Search found 11 matches

by wh1sp3r
Wed Dec 17, 2008 4:44 pm
Forum: Coding Questions
Topic: Printer question
Replies: 5
Views: 1290

Rook Zimbabwe: Have you tried LINE function in this lib ? It has strange parameters :D Line(x,y, w,h) width, height ? lol ? what about start x,y and end x,y ? :)
by wh1sp3r
Wed Dec 17, 2008 4:37 pm
Forum: Coding Questions
Topic: Printer question
Replies: 5
Views: 1290

Excellent ! Thank you very much :)
by wh1sp3r
Wed Dec 17, 2008 4:17 pm
Forum: Coding Questions
Topic: Printer question
Replies: 5
Views: 1290

Printer question

Hi,
So, My program is almost completed. Its diagnostic tool for measuring pressures in sensors. It calculates everything, what mechanic need.

Now, I have problem with printer. Everytime, I must set orientation of paper. How can I set it from program ? Its really important, urgent.
There is just ...
by wh1sp3r
Wed Dec 17, 2008 2:30 pm
Forum: Feature Requests and Wishlists
Topic: more printer options
Replies: 3
Views: 1846

yes, i need it too
by wh1sp3r
Tue Dec 16, 2008 12:02 am
Forum: Coding Questions
Topic: Serial port question
Replies: 1
Views: 929

Serial port question

Is there any way, how to flush(or delete) input buffer?
by wh1sp3r
Mon Dec 15, 2008 11:29 pm
Forum: Coding Questions
Topic: window problem
Replies: 3
Views: 857

yeah, you are right. In this function, I am waiting for data every loop, Its strange, because, its only 10 ms to get data ..
by wh1sp3r
Mon Dec 15, 2008 10:36 pm
Forum: Coding Questions
Topic: window problem
Replies: 3
Views: 857

window problem

I have problem with new window. So, i open my window, where are values from pressure sensors, all works ok but when I move with window or I move cursor on close button, window freeze, windows show "program not responding". Why ? Have I missed something importat ? I call WindowEvent() every loop and ...
by wh1sp3r
Sun Dec 14, 2008 10:27 pm
Forum: Coding Questions
Topic: Trackbar problem
Replies: 2
Views: 715

Trackbar problem

I am using trackbar for scaling graph. I have trackbar for X axe and for Y axe. I have checkbox here for ratio.




hodnotax = GetGadgetState(#trackbar_0)
hodnotay = GetGadgetState(#trackbar_1)

If hodnotax <> zvetsenix
zvetsenix = hodnotax
If pomer = 1
SetGadgetState(#trackbar_1, hodnotay)
EndIf ...
by wh1sp3r
Sun Dec 14, 2008 8:08 pm
Forum: Coding Questions
Topic: Clear 2ddrawing
Replies: 4
Views: 1142

This isnt so good, when I am using gadget in my window too.

How can I clear drawing, or how can I refresh gadgets ? thank you
by wh1sp3r
Sat Jan 06, 2007 11:58 pm
Forum: General Discussion
Topic: Search for file
Replies: 1
Views: 2195

Search for file

Hi, Iam new :) and I have question. I want to view all images (jpg) which are on harddisk. (view only their address, where they are), How can i do that ? :) thank you
by wh1sp3r
Mon Apr 17, 2006 10:40 pm
Forum: Coding Questions
Topic: Keylogger
Replies: 2
Views: 1230

Keylogger

Hi, is there some way, how can my app hook keypress from other aplications ? .. I tried hotkeys .. but :D i cant write anything :) thanks