Search found 123 matches

by cage
Monday 17th January 2022 8:35pm
Forum: General
Topic: Working with CSV files
Replies: 19
Views: 17097

Re: Working with CSV files

Thanks Quincunxian. SQL is a bit of over kill for what I needed. I found the solution in another post. I had to modify it to make it work for my needs. Thanks again for quickly responding to my question.
by cage
Sunday 16th January 2022 1:03am
Forum: General
Topic: Working with CSV files
Replies: 19
Views: 17097

Re: Working with CSV files

How can you break cvs data down to individual parts and assign them to strings? I have tried different ways with split but never get the results needed. For example: Dim String1 as new [100] Dim String2 as new [100] Dim String3 as new [100] "Data1", "Data2" , "Data3" St...
by cage
Tuesday 7th December 2021 8:14am
Forum: Beginners
Topic: Proper Directory for saving data files.
Replies: 4
Views: 2741

Re: Proper Directory for saving data files.

You can also save the data file in the same directory as your program.
Application.path &/ Application name
Or you can save it to a dedicate folder like Bruce suggested.
Myself I tend to save my data files in the folder as my program..
by cage
Sunday 7th November 2021 7:36pm
Forum: General
Topic: Listview Control
Replies: 5
Views: 3067

Re: Listview Control

Thanks again Bruce, that did the trick.
by cage
Sunday 7th November 2021 1:43am
Forum: General
Topic: Listview Control
Replies: 5
Views: 3067

Re: Listview Control

Thanks Bruce. I had to remove the icon/16/ to make it display the icon but really small. I take it only uses icon files and not png icons. I will do some more experiments with it. Here is what I did to the code: ListView1.Add("i1", "First Item1", Picture["cabinet.ico"])...
by cage
Saturday 6th November 2021 8:08pm
Forum: General
Topic: Listview Control
Replies: 5
Views: 3067

Listview Control

I have trying to use a Listview control but nothing I have found seems to display the picture in the list. Most of what I have found on the internet was written back in 2005. If anyone can help I would greatly appreciate it.
by cage
Monday 31st May 2021 8:30pm
Forum: General
Topic: Exclude files from being displayed in a FileView control
Replies: 10
Views: 6825

Re: Exclude files from being displayed in a FileView control

I found this example from the Gambas Buch that should help understanding the use of FileView. ' Gambas class file Public sFileName As String Public aFileNames As String[] Public Sub Form_Open() FMain.Resizable = False DirBox1.Value = "/home/hans/BildTon" ' (Start-)Folder FileView1.Dir = Di...
by cage
Saturday 17th April 2021 10:11pm
Forum: Lounge
Topic: Bruce gets recognition in Gambas 3.16.0
Replies: 4
Views: 5325

Re: Bruce gets recognition in Gambas 3.16.0

Congrats Bruce! I said it before that you should of been on Ben's Gambas team.
by cage
Sunday 7th March 2021 10:27pm
Forum: Project showcase
Topic: Clock
Replies: 2
Views: 3017

Re: Clock

What PJ said. Works fantastic, thank you for the great work.
by cage
Sunday 7th March 2021 7:09am
Forum: Lounge
Topic: VisualFBEditor and InForm
Replies: 9
Views: 9816

Re: VisualFBEditor

I couldn't get the VisualFBEditor to compile in arch. Shame I was looking to try it out. I do use QB64 with Inform gui creator. The program is a bit old but still works with QB64. However I had to use the basic code and compile it with QB64.