Search found 6 matches

by sapajou
Mon Jun 09, 2008 3:24 pm
Forum: Problems
Topic: CoolBasic and LCD
Replies: 1
Views: 3388

CoolBasic and LCD

Good morning,
The programming of a small LCD screen USB is it possible?
I wish I could use a screen AlphaCool 200x64.
I have the corresponding DLL.
Thank you in advance.
by sapajou
Fri Dec 07, 2007 4:40 pm
Forum: General discussion
Topic: AlphaCool USB and CoolBasic ?
Replies: 8
Views: 16596

Re: AlphaCool USB and CoolBasic ?

Indeed with AutoHotKey I think it is possible to find a more "elegant"
I will look at it more closely, because my solution I do not like.
Thank you very much for your suggestion.
by sapajou
Thu Nov 29, 2007 11:08 am
Forum: General discussion
Topic: AlphaCool USB and CoolBasic ?
Replies: 8
Views: 16596

Re: AlphaCool USB and CoolBasic ?

I finally found a solution, it's not pretty but it works. I use a temporary file to store my character. Using a memory area it would be better, but I do not know. Best wishes. / ======== PGM appelant LCDHype ========= / ID= //ScreenDef Title=Sans titre SpecCharFile= #Header /insert header code here/...
by sapajou
Mon Nov 26, 2007 5:38 pm
Forum: General discussion
Topic: AlphaCool USB and CoolBasic ?
Replies: 8
Views: 16596

Re: AlphaCool USB and CoolBasic ?

I understand your answer, but in my case the pgm CoolBasic is launched inside the pgm LCDHype. Launching LCDHype However ... Call pgm CoolBasic (seizure of a character) Instructions (treatment of the character before) However ... End pgm LCDHype There may be another solution that CoolBasic to retrie...
by sapajou
Sat Nov 24, 2007 5:01 pm
Forum: General discussion
Topic: AlphaCool USB and CoolBasic ?
Replies: 8
Views: 16596

Re: AlphaCool USB and CoolBasic ?

There would be another way if your product had an executable which takes parameters and can be controlled that way. If there is that kind of exe, you can use Coolbasic's Execute command which will take the executable's path and parametres (like Execute "C:\Program Files\Product\Executable.exe ...
by sapajou
Thu Nov 22, 2007 6:24 pm
Forum: General discussion
Topic: AlphaCool USB and CoolBasic ?
Replies: 8
Views: 16596

AlphaCool USB and CoolBasic ?

Hello, I just discovered CoolBasic, the compiler is exactly what I was looking for to replace QBasic 16 bits, virtually Useless avexc XP. Visual Basic is too complicated for me, there are plenty of screen and I do not see how to use them. My application is to write a command file to record TV shows ...