| |
Programming Help
|
Author |
Replies |
Views |
Last Updated |
|
|
[+/-]
DBReport APP
Compile error
When I try to compile this app (downloaded from the Gambas web site), I get a problem due to it needing classes in its obfuscation component. So I 'make' the obfuscation component in its own project sub-directory, which I then copy to the DBReport pr..
|
johnaaronrose
02.08.2010 - 13:37
|
0
|
457
|
|
|
|
[+/-]
DBReport APP
Compile error
When I try to compile this app (downloaded from the Gambas web site), I get a problem due to it needing classes in its obfuscation component. So I 'make' the obfuscation component in its own project sub-directory, which I then copy to the DBReport pr..
|
johnaaronrose
02.08.2010 - 11:51
|
0
|
286
|
|
|
|
[+/-]
DBReport APP
Compile error
When I try to compile this app (downloaded from the Gambas web site), I get a problem due to it needing classes in its obfuscation component. So I 'make' the obfuscation component in its own project sub-directory, which I then copy to the DBReport pr..
|
johnaaronrose
02.08.2010 - 11:49
|
0
|
227
|
|
|
|
[+/-]
DBReport APP
Compile error
When I try to compile this app (downloaded from the Gambas web site), I get a problem due to it needing classes in its obfuscation component. So I 'make' the obfuscation component in its own project sub-directory, which I then copy to the DBReport pr..
|
johnaaronrose
02.08.2010 - 11:39
|
0
|
233
|
|
|
|
[+/-]
Password area
Dose anyone know the coding for a passworded area.
Create a Textbox en set the Password-property to TRUE
..
hi I'm new to gambas and making a program that has two passworded areas. dose anyone know the coding for this please? ..
|
jtprograms
25.02.2010 - 08:08
|
1
|
580
|
|
|
|
[+/-]
coding to open a program
dose anyone know the coding for opening a program
hi, I'm new to Gambas. I'm creating a program that can open up other programs such as Firefox. Dose anyone know the coding for this? ..
|
jtprograms
25.02.2010 - 19:25
|
0
|
386
|
|
|
|
[+/-]
coding to open a program
dose anyone know the coding for opening a program
hi, I'm new to Gambas. I'm creating a program that can open up other programs such as Firefox. Dose anyone know the coding for this?..
|
jtprograms
25.02.2010 - 19:25
|
0
|
307
|
|
|
|
[+/-]
Subclassing DrawArea
I want to use Gambas to write a game. I want to subclass DrawArea and use it for the sprites. I need to override the Draw event, how do I do that? ..
|
ubuntufan
20.02.2010 - 22:12
|
0
|
264
|
|
|
|
[+/-]
Gambas Database Example
query on MSSQL Database
Has anyone successfully executed a query on a MSSQL database using the Gambas Database example.
I can connect to the database over a vpn connection but the example aborts with a signal #11 when it tries to execute the query.
Stepping through th..
|
FSL
08.02.2010 - 14:59
|
0
|
204
|
|
|
|
[+/-]
New to Gambas need help
timer
Have you tried putting WAIT at the end of the shell line?
eg:
SHELL "command line for the shell" WAIT
Hope this helps ..
I'm working on a graphical app that can back up your computer.
Yes I Know it's been done before, but I'm doing it to learn some programming, as I know next to none.
I'm trying to figure out some sort of "simple timer", to let me know when Shell is..
|
perkunas
19.01.2010 - 17:13
|
1
|
337
|
|
|
|
[+/-]
Project suggestion and guidance !
Help needed for my engineering project in Gambas !
you simply make a program front end who run:
xwd -output file.xwd
command with EXEC command in gambas.
..
the " screen capture program " means ,something like Istanbul. It should have been " Screen recorder Program " to be more appropriate.
Thanks a lot ! ..
Hi !
I have planned to do my Engineering project in Gambas for which i have chosen the following ones:
*Screen Capture Program
*Teacher Gradebook
Being a beginner in Gambas ,I need to know the logic that must employed in..
|
manojkumar
09.07.2008 - 17:44
|
2
|
595
|
|
|
|
[+/-]
I can't get correct output of a console application. How can i?
How to show a real time console application in gambas form? such as wavemon or aircrack
Hello,
I'm new on Gambas2. This is the greatest and best rapid development tool I've ever seen. I love its compiling and saving speed! also abilities
Novadays I'm developing a graphical user interface for a console application.
I must take ..
|
rainman
11.11.2008 - 18:17
|
0
|
461
|
|
|
|
[+/-]
Sending files to another PC over Internet
How can i send file(s) from PC to another PC over the internet using an application written by Gambas ?
i'm asking about the code that enable me to send a file or more than one files from a PC to another one.
sure i mean that there'd be an application running on my PC for example, and another running on my friend PC for example, and the first one ju..
|
AbuYusuf
30.10.2008 - 19:04
|
0
|
317
|
|
|
|
[+/-]
Writing to File
need help learning to write to a file
Hi,
just create a new Project with two textBoxes and a Button (called btnWrite).
The lower code writes a file and appends the entries from the two boxes.
The file will be created if it doesn't exist.
' Gambas class file
Public hFile As File
..
I cannot find anywhere how to write to a file.
I want to be able to create a file if specified file is not there, and to append text to a file in an orderly fashion.
eg:
***file***
<blank line>
text1.text
text2.text
text3.text
opt1,2,o..
|
bdunlap
17.09.2008 - 00:23
|
1
|
523
|
|
|
|
[+/-]
Give an address of a function to a user Dll as callback
Hi,
I've registered Gambas as very interesting application.
Yesterday I had an idea.
I hope some of you are familliar with VB(6). There is a command called 'AddressOf'. With this command, a memory address can be stored.
With this it is possib ..
|
MiniMik
26.09.2008 - 07:57
|
0
|
404
|
|
|
|
[+/-]
Gambas Terminal project compared to Qbasic
[hidden]Original Message - [12/17/2007] I am making a graphical Adventure Game Engine in Gambas, and I would like to know who to operate the Terminal function so I can also make a text adventure. I have some knowledge of Qbasic, and I w ..
I have done some experimenting on my own, and have come up with some Gambas code similar to those I have used in QBasic. I wish I had a Gambas equivalent to the QBasic "CLS" command though.
hChoice AS String
PUBLIC SUB Main()
PRINT "Do ..
[hidden]Original Message - [12/17/2007] I am making a graphical Adventure Game Engine in Gambas, and I would like to know who to operate the Terminal function so I can also make a text adventure. I have some knowledge of Qbasic, and I w..
|
Hamish
17.12.2007 - 15:41
|
1
|
685
|
|
|
|
[+/-]
Gambas books? SQLite DB connect?
Looking for books and how to connect to an SQLite DB
[hidden]Original Message - [07/31/2008] Ok, I have posted once here before and no answer which means no one knows how to solve that problem. No worries, time to roll back to the basics.
[B]Question 1[/B]: Are there any books on Gamba..
|
McDian
31.07.2008 - 02:07
|
0
|
571
|
|
|
|
[+/-]
Setting tabs
Control Tabs
In the IDE, with the project stopped, there is a another tab to the right of the properties tab on the right side of the IDE. This tab is called "Heirarchy". The heirarchy tab allows you to change the "Tab Order" of the controls on the form. The "Tab..
Hello all, is there any way to set the tab flow of the controls? I tri..
|
brianwindorski
14.07.2008 - 15:04
|
1
|
437
|
|
|
|
[+/-]
Picturebox problem
hello
can somebody tell me how do you change the picture of a picturebox
i can nowere find anysample
i try this :
PUBLIC SUB Form_Open()
ME.PictureBox1.Picture = Image.load("/mymedia/Projects/test2/test2/test/GAMBAS2.6.PNG")
END
[ ..
Use Picture.Load instead of Image.Load..
hello
can somebody tell me how do you change the picture of a picturebox
i can nowere find anysample
i try this :
PUBLIC SUB Form_Open()
ME.PictureBox1.Picture = Image.load("/mymedia/Projects/test2/test2/test/GAMBAS2.6.PNG")
END
[..
|
jordy82
31.05.2008 - 20:33
|
1
|
645
|
|
|
|
[+/-]
openoffice and reports
hi people
i'm trying to make report using openoffice and to convert it to pdf
i followed instructions from here: [url label="http://www.linuxbasic.net/index.php?topic=321.msg992#msg992"]http://www.linuxbasic.net/index.php?topic=321.msg992# ..
|
quince
28.07.2008 - 22:18
|
0
|
347
|
|