Search found 11 matches
- Wed Dec 17, 2008 4:44 pm
- Forum: Coding Questions
- Topic: Printer question
- Replies: 5
- Views: 1323
- Wed Dec 17, 2008 4:37 pm
- Forum: Coding Questions
- Topic: Printer question
- Replies: 5
- Views: 1323
- Wed Dec 17, 2008 4:17 pm
- Forum: Coding Questions
- Topic: Printer question
- Replies: 5
- Views: 1323
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 ...
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 ...
- Wed Dec 17, 2008 2:30 pm
- Forum: Feature Requests and Wishlists
- Topic: more printer options
- Replies: 3
- Views: 1888
- Tue Dec 16, 2008 12:02 am
- Forum: Coding Questions
- Topic: Serial port question
- Replies: 1
- Views: 949
Serial port question
Is there any way, how to flush(or delete) input buffer?
- Mon Dec 15, 2008 11:29 pm
- Forum: Coding Questions
- Topic: window problem
- Replies: 3
- Views: 890
- Mon Dec 15, 2008 10:36 pm
- Forum: Coding Questions
- Topic: window problem
- Replies: 3
- Views: 890
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 ...
- Sun Dec 14, 2008 10:27 pm
- Forum: Coding Questions
- Topic: Trackbar problem
- Replies: 2
- Views: 738
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 ...
hodnotax = GetGadgetState(#trackbar_0)
hodnotay = GetGadgetState(#trackbar_1)
If hodnotax <> zvetsenix
zvetsenix = hodnotax
If pomer = 1
SetGadgetState(#trackbar_1, hodnotay)
EndIf ...
- Sun Dec 14, 2008 8:08 pm
- Forum: Coding Questions
- Topic: Clear 2ddrawing
- Replies: 4
- Views: 1188
- Sat Jan 06, 2007 11:58 pm
- Forum: General Discussion
- Topic: Search for file
- Replies: 1
- Views: 2217
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
- Mon Apr 17, 2006 10:40 pm
- Forum: Coding Questions
- Topic: Keylogger
- Replies: 2
- Views: 1254
Keylogger
Hi, is there some way, how can my app hook keypress from other aplications ? .. I tried hotkeys .. but
i cant write anything
thanks