http://www.coderwiki.com/
"We are needing people who can code in any language to help build our reference guide."
"New wiki aims to document all computer programming languages. Expect virtual tumbleweeds in a month or two."
PB needs to be on there.
Apparently, anyone can add code samples ...
Search found 4 matches
- Fri Mar 10, 2006 7:24 pm
- Forum: Off Topic
- Topic: very impressive product
- Replies: 7
- Views: 1769
very impressive product
you guys have developed a very impression product. I just recently 'discovered' purebasic a couple of weeks ago and I have been playing around with the demo (v3.94). I worked with powerbasic and before powerbasic I worked with quickbasic. I've only scratched the surface with regard to all the ...
- Mon Mar 06, 2006 11:49 pm
- Forum: Coding Questions
- Topic: mouse in console
- Replies: 1
- Views: 648
mouse in console
is there any "easy" way to get the mouse to work within the console?
- Mon Mar 06, 2006 11:45 pm
- Forum: Coding Questions
- Topic: console-inkey
- Replies: 0
- Views: 615
console-inkey
how do you use inkey in the console to get key combinations like ctrl-F1,alt-f10,Alt-1, etc. i can get F1 to work but not a two or more key combination
boldOn$=Chr(27)+"[1m"
underlineOn$=Chr(27)+"[4m"
boldOff$=Chr(27)+"[21m"
underlineOff$=Chr(27)+"[24m"
also i've used something like the above to ...
boldOn$=Chr(27)+"[1m"
underlineOn$=Chr(27)+"[4m"
boldOff$=Chr(27)+"[21m"
underlineOff$=Chr(27)+"[24m"
also i've used something like the above to ...