This requires the usage of the Xin library functions. And it is not so simple as just giving a telnet command and everything goes. You can find a few partial...
Just restating my plea for help. I realise that downloading and looking at a file can take some time. However this is nothing more than a few commands to play...
... been ... memory ... The BASS_MusicLoad() function should pass modFile$ by address (&modFile$) not by reference (@modFile$). When calling a non-XBasic DLL...
... XBasic does not support this natively, ofcourse SHELL("echo hello world!") will do your trick but that console will also disappears as soon as it performed...
When you click the close (x) button on a standalone gui app, the application doesn't close. If you open up Task Mananger, the app is still running as a...
On Wed, 02 Mar 2005 09:28:16 -0500, clinthegney <clinthegney@...> ... You have to have told your app how to respond to that event. There are two issues...
Before you make your standalone, take a look at this section of code in your programs's (windowname)code function: SELECT CASE message CASE #Selection : GOSUB...
Can anyone point me in a good direction on getting dll files not created with XBasic to work? I read that I need to create a dec file for it. Does anyone know...
This tool (By Ken Minoque) will help you out for the most to get you on track: http://gnetools.sourceforge.net/xbsupport/files/dllguide.zip It will create a...
No, i'm sorry to tell you, i didn't know you wanted to have object oriented functionality, this is not possible in XBasic unless you write your own wrapper for...
On Fri, 04 Mar 2005 16:29:26 -0500, julienrouiller ... Don't use XP, can't say for sure. In the case of XP though you might be able to set it in the shortcut...
What do you feel are the major strengths of xbasic? Do you feel that it is just as viable for Windows gui development even though it doesn't support object...
... GOSUB and SUB ... END SUB This is an old question And far be it for me – a novice – to suggest a solution But – assuming GOTO's are accepted Create a...
... AFAIK most OOP is being used for complex networking within the Windows environment (Active Directory, LDAP) and some Media components such as drivers use...
I have been playing with Xbasic for just over a month and have been able to develop a coupe of simple GUI programs. One of which calculates my retirement...
See the following posts for more info on this issue: http://groups.yahoo.com/group/xbasic/message/14743 http://groups.yahoo.com/group/xbasic/message/9887...
... From: "Brian Edwards" <briedw01@...> To: <xbasic@yahoogroups.com> Sent: Monday, March 07, 2005 10:03 AM Subject: [xbasic] Printing Text Files using...
This is a very good comment from Vic. xBasic doesn't print? And Brian's reply very limp. That is a severe limitation. Why is that? Because a line printer...
There are no "straight replys" for using the Ports under Win2000/NT/XP since it is not an easy thing to accomplish for ANY language. Ever heard of device...
Mr. Szafranski; With all due respect, I haven't called anyone uneducated or used any derogatory terms directed at any person in my correspondence. I would ...
... I agree as it was after two months of playing that I decided that I would like to print out some results from my Retirement Benefits Program to present to...
Printing to a file seems like a very reasonable answer. Why not just surround your text output in HTML tags like: <HTML> <TITLE>My Pension Report Name</TITLE> ...
I installed Xbasic 6.2.3; printed all the docs and found it VERRY frustrating learning that: the program looks much different from the prints of "Installation...
... Come on Sam while Xbasic would not be a commercial proposition these days it is still a very neat and fast programming environment. People like myself who...
You, Brian, solved your printing problems with Xpr and you weren't going to tell me? Or at least share it with the rest of us?? (Nice guy) Fred ... From: Brian...