Search found 11 matches

by NewMan
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)?
by NewMan
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 ...
by NewMan
Thu Mar 03, 2005 10:22 am
Forum: Coding Questions
Topic: 2 key presses
Replies: 19
Views: 6572

ty, but it isnt what i am looking for. i dont want the callback edited and i want to check if two keys are pressed at the same time at once.
by NewMan
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 ...
by NewMan
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.
by NewMan
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?
by NewMan
Fri Nov 12, 2004 4:26 pm
Forum: General Discussion
Topic: Script Language
Replies: 26
Views: 7643

how will you create a variable daniel and assign a value hejsa to it? or is there any other way of storing them?
by NewMan
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 ...
by NewMan
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?
by NewMan
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?
by NewMan
Sun Jul 25, 2004 9:58 am
Forum: Off Topic
Topic: Why C++ ?
Replies: 19
Views: 5036

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.