Search found 11 matches
- Sat Mar 05, 2005 8:36 am
- Forum: Coding Questions
- Topic: tooltil
- Replies: 1
- Views: 945
tooltil
is it possible to show tooltip in the whole window rather than just gadgets? i tried it but it didnt work. and is it possible to show tooltip on gadgets which have been hidden(hidegadget)?
- Fri Mar 04, 2005 6:35 am
- Forum: Coding Questions
- Topic: 2 key presses
- Replies: 19
- Views: 6572
thanks for the reply. PB thanks but it wasnt the way i wanted. though i found out the answer. in ur code (to PB) if you press ctrl and release it and then press x and release it or not, it will return yes. but i wanted something that checks if both the keys r down simultaniously. so this code worked ...
- Thu Mar 03, 2005 10:22 am
- Forum: Coding Questions
- Topic: 2 key presses
- Replies: 19
- Views: 6572
- Thu Mar 03, 2005 6:55 am
- Forum: Coding Questions
- Topic: 2 key presses
- Replies: 19
- Views: 6572
2 key presses
is there a way i can detect if two keys are currently pressed, i mean both the key should be down. i tried this
If GetAsyncKeyState_(#VK_Control) & GetAsyncKeyState_(#VK_X)
but if u press n release control and then press x it generates an even.t i want to check if the keys are down at the same ...
If GetAsyncKeyState_(#VK_Control) & GetAsyncKeyState_(#VK_X)
but if u press n release control and then press x it generates an even.t i want to check if the keys are down at the same ...
- Sat Feb 12, 2005 6:10 pm
- Forum: Coding Questions
- Topic: Window Caption
- Replies: 0
- Views: 637
Window Caption
hello, i am trying to get a caption of a window. the problem is i can get the window caption and even change it, but the caption of window in the taskbar is different from actual window. is there a way i can get the text in the taskbar of the application. i do have the window handle.
- Sat Feb 12, 2005 3:16 pm
- Forum: Coding Questions
- Topic: RemoveString
- Replies: 6
- Views: 1907
RemoveString
i want this info just for knowledge, but how do i convert RemoveString function to pure asm code in pb? i was trying to do that but couldn't accomplish it. can neone help?
- Fri Nov 12, 2004 4:26 pm
- Forum: General Discussion
- Topic: Script Language
- Replies: 26
- Views: 7643
- Fri Nov 12, 2004 11:59 am
- Forum: Coding Questions
- Topic: interpreter
- Replies: 3
- Views: 1918
interpreter
i was trying to create a scripting lang. i have searched the forum but did not get what i really wanted. i know how to execute functions like messagebox by getting their args etc. the only thing i was thinking how to do is assigning variables. for example user writes declare a long(or whatever) my ...
- Thu Oct 21, 2004 4:20 pm
- Forum: Coding Questions
- Topic: Reading File
- Replies: 6
- Views: 1697
Reading File
i was trying this lately, is it possible to execute a command written in text file? for example text.txt file containts the text "Messagerequester("HI","BYE",0)", i want purebasic to read that and execute the command or any other command written. can neone give an eg?
- Wed Sep 29, 2004 8:59 am
- Forum: Coding Questions
- Topic: "" in words
- Replies: 4
- Views: 1482
"" in words
is it possible to set text of a gadget to something like
"HELLO" instead of HELLO
?
whenever i use those "" again pb recognizes it as end and start of the string. So any other way of doing that?
"HELLO" instead of HELLO
?
whenever i use those "" again pb recognizes it as end and start of the string. So any other way of doing that?
binary..
guyz i have gud knowledge of asm,api,c++,pascal can u guyz tell me where did u learn machine code(binary) from? and does it have a compiler? thanks.