On Fri, 31 Jan 2003 21:20:43 -0000 "Martin Wolff" <martin@...> ... First of all, there are two other programs that, sometimes anyway, go by the name...
On Sun, 02 Feb 2003 02:33:43 -0000 "peterrabbit82 ... There is no "inline assembly" type feature, you'd need to either write an external library or else modify...
... If you are using XBasic with Windows OS, then you could try using XBLite for Windows. It allows inline ASM programming. There is also an example using the...
... From: <peterrabbit82@...> To: <xbasic@yahoogroups.com> Sent: Sunday, February 02, 2003 1:33 PM Subject: [xbasic] Assembly language in XBasic ... ...
... Carlo, Thanks for the link. It seems indeed that AutoIt could solve my problem. I was searching in the area of "mouse_event" function in the users32.dll....
sorry for long delay, i am moving. :( The help i need is more along syntax for the statementsthat i need. ... helped ... find ... all of ... terminated as ......
If the functions and associated constants are already defined in that larger version of kernel32.dec, then all you need is the syntax for actually using the...
I suppose it's time to send my "how to unsubscribe" message again. With Yahoogroups (and many other lists), it's pretty simple. Indeed, if you look at any...
... wrote: <snip> ... handles ... <snip> I think I just stumbled against that one. I used SET to check that PATH includes C:\Program_MB\XBasic\bin, and it...
On Tue, 04 Feb 2003 16:07:31 -0000 "miltboyd <miltboyd@...>" ... One possibility would be to make a batch file which combines xbvar.bat with a call to...
... Maybe there is another nmake.bat/cmd/com/exe in your path? What happens if you type C:\Program_MB\XBasic\bin\nmake? If that also fails: maybe your nmake is...
My first program in XBasic (I come from QuickBasic, and lately used Visual Basic for Applications in Office 97) has one line: "Hello world". I did it...
... From: <riddlejrg@...> To: <xbasic@yahoogroups.com> Sent: Tuesday, February 04, 2003 6:25 AM Subject: [xbasic] Saving Programs ... This question is far...
... <aeropic@f...> wrote: The AutoItDLL works fine with the DEC file given by Carlo. Here is some test code to move the mouse, generate a left click on Xbasic...
On Wed, 05 Feb 2003 22:35:46 -0000 "Juan Carlos Vicente Casado ... It is a problem in Linux. XBasic doesn't have the ability to create dynamic libraries in...
... happens ... maybe ... I did try that, and NMAKE will execute, but it can't find the other bits and pieces that it needs. The command SET shows that the ...
have you tried creating a .bat file with the following: " set PATH=E:\XB\bin;%PATH% set LIB=E:\XB\lib;%LIB% set INCLUDE=E:\XB\include;%INCLUDE% nmake -f...
To fix the "show windows while dragging" glitch on win 98 open xgr.x and goto function WinProc. Scroll down until you see the sub ... ' ' ***** WindowRedraw...
... It is ... assembly ... mean that ... assembled ... following ... the ... also be ... prefix ... function) ... from? From ... assembly code ... for short ...
I have just foud out that this program even exist I am using READHAT 7.3 KDE 3 .0 when I try to run a form with the menu's start cmd i get XuiSendMesage() :...
On Mon, 10 Feb 2003 11:06:24 -0000 "larrykh465 <larryhammer@...>" ... Redhat 7.3? Seems we had reports of some trouble on that system. Does the PDE work?...
I am trying to WRITE or PRINT data to a new file. I want the data to print vertically (like this) Data #1 Data #2 Data #3 rather than horizontally (like this)....
... Does the ... eventually ... fine ... Thanks for the input I had just downloaded Xbasic and tried to make it work the"microsoft Way" I found that if you...
On Mon, 10 Feb 2003 18:58:57 -0000 "tall_hunter <tall_hunter@...>" ... What program are you using to view your file? XBasic was originally a UNIX program...
... From: <peterrabbit82@...> To: <xbasic@yahoogroups.com> Sent: Sunday, February 09, 2003 3:09 PM Subject: [xbasic] Re: Assembly language in XBasic ...
Hello, I am trying to write my first software with XBasic, but I am missing a main part: a subroutine to list recurse directories (like does DIR /S under MS...
On Tue, 18 Feb 2003 13:09:38 -0000 "dadu_fra <david.ducassou@...>" ... XBasic can already recurse subdirectories, if you don't mind using the built-in...
... Thank you :-) for learning me that a function already exist into XBasic for this. I will check out the command "XstFindFiles" and (if necessary) Xbasic...