Search found 5 matches

by astonfr
Sun Feb 22, 2009 2:35 am
Forum: Coding Questions
Topic: How to embed VBS in PB App
Replies: 18
Views: 14842

How to embed VBS in PB App

I'm trying to find a way to embed a vbs script and running it in memory.

This is an example code, but how can I make it execute without CSCRIPT.exe and without writing it on a .vbs file.

Are there any APIs that we can call that can process array of vbs?

Thanks
'----------------------
' Title ...
by astonfr
Wed Feb 04, 2009 5:04 pm
Forum: General Discussion
Topic: truth and lie about purebasic
Replies: 109
Views: 36334

you really thought pi() is a keyword?

die noob
by astonfr
Sun Aug 03, 2008 5:48 pm
Forum: Coding Questions
Topic: making your own shell..
Replies: 2
Views: 786

making your own shell..

I am wondering on creating my own windows shell
but I can't find any code that would enable programs to show on custom task bar...

[myownstartbutton]
  • [myclock]
    ^
    problem here
    Thanks
by astonfr
Sun Aug 03, 2008 4:19 pm
Forum: General Discussion
Topic: Help on Cafe Timer Software Concept
Replies: 3
Views: 1202

many thanks

OOT
I found this language because of you
jcv rotools
ka
rocp
by astonfr
Sun Aug 03, 2008 8:20 am
Forum: General Discussion
Topic: Help on Cafe Timer Software Concept
Replies: 3
Views: 1202

Help on Cafe Timer Software Concept

Anyone has any idea how do cafe timers work?

How does the server get synced with the client?
Do the client also runs his own timer and only updates when a new time was sent by the server? Or the server constantly sends time info to the client like pinging it?

What is the best solution to keep the ...