Search found 12 matches

by ffhex
Oct 22, 2015 14:43
Forum: General
Topic: TypeMismatch in MultiByteToWideChar since FB-Ver.1.04.0
Replies: 3
Views: 1132

Re: TypeMismatch in MultiByteToWideChar since FB-Ver.1.04.0

Hello again,
Thank you so much, that helped me alot!
...it works with the change of strptr(IDB_Title)

Many Greetings & Have a good Time!
FFhex
by ffhex
Oct 22, 2015 11:52
Forum: General
Topic: TypeMismatch in MultiByteToWideChar since FB-Ver.1.04.0
Replies: 3
Views: 1132

TypeMismatch in MultiByteToWideChar since FB-Ver.1.04.0

Hello, since FB-Version 1.04.0 I will get this Error: c:\FreeBASIC-1.04.0-win32\InputDBox.bi(100) error 57: Type mismatch, at parameter 3 of MULTIBYTETOWIDECHAR() in 'MultiByteToWideChar(CP_ACP, 0, IDB_Title, -1, lpwsz, 50)' Up to the previous FB-version 1.03 everything was ok. Whats wrong? Can anyb...
by ffhex
Apr 12, 2012 17:54
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 161480

Re: FireFly Visual Designer for FreeBASIC (Updated Oct 22, 2

If all you want to do is accept the newly entered text, then all you would need to do is return TRUE from the function?
Hello Paul,
that's easy! Now I can edit the first Item of every line in the Listview.
Many thanks & best wishes!
FFhex.
by ffhex
Apr 11, 2012 8:03
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 161480

Re: FireFly Visual Designer for FreeBASIC (Updated Oct 22, 2

Hello Paul, many thanks for the replay and the good tips. The last (alternatively) way is good and I want it even try later. To go another way I found this , but I dont understand, how to implement it in Firefly. First, it would completely satisfy me, to edit only the first item with LVS_EDITLABELS....
by ffhex
Apr 10, 2012 13:14
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 161480

Edit all Subitems in the Listview-Control

Hello Paul, I hope it goes well. ...Can you help me with this problem? How can I Edit all the Subitems in the Listview-Control (eg. in the invoices-example: all items in the column "Date","Invoice#", "Customer#","Costomer Name","Amount") by clicking ...
by ffhex
Mar 14, 2012 20:15
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 161480

Re: create a Linklabel with FireFly

Hello, I myself have searched again and found the following possibility for a linklabel with cursor:hand in firefly. Many Greetings! FFhex #Include Once "windows.bi" #Include Once "win/shellapi.bi" ' Function FORM1_LABEL1_STN_CLICKED ( _ ControlIndex As Integer, _ ' index in Cont...
by ffhex
Mar 03, 2012 6:53
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 161480

create a Linklabel with FireFly

Hello Paul, sorry if I ask again, but I can not find a solution for the problem: How can I create a 'Linklabel' with Firefly-GUI? (eg. to call my website) Can you help me again? Many greetings thanks in advance! FFhex. Function FORM1_LABEL1_STN_CLICKED ( _ ControlIndex As Integer, _ ' index in Contr...
by ffhex
Feb 28, 2012 8:21
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 161480

Re: FireFly Visual Designer for FreeBASIC (Updated Oct 22, 2

Hello Paul,
that's what I needed! Great!
many thanks!
nice week + greetings!
FFhex
by ffhex
Feb 27, 2012 19:28
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 161480

Re: FireFly Visual Designer for FreeBASIC (Updated Oct 22, 2

Hello Paul, many thanks for the answer. I have try the code, it works fine, and the right-click-menu is great! But I have a still a little problem: ...when i select only one row in the listview (blue): the nRowSelected - Variable is correct ...when i select multiple rows (more than one, with leftcli...
by ffhex
Feb 25, 2012 17:53
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 161480

Re: Right-Click Menu for Listview

Hello again forum & PaulSquires, the Invoices Example in Firefly with the listview - control is a good thing to display data elements in a tabular way. Here is a screnshot: http://img7.imagebanana.com/img/3h0wmv5h/thumb/selrows.jpg ...my Question for today is: How can I create a right-click menu...
by ffhex
Feb 22, 2012 12:59
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 161480

Re: FireFly Visual Designer for FreeBASIC (Updated Oct 22, 2

Hello Paul,
thank you for your help and the quickly answer!
Return -1 works fine in the WM_CLOSE Function!!!
My best Regards!
FFhex
by ffhex
Feb 22, 2012 8:35
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 161480

FireFly WM_CLOSE and -Are youe sure- Question

Hello Freebasic + Forum + PlanetSquires! on the first: many thanks for provide Freebasic and Firefly Visuell Designer! It is a gift for me (and many other users) to create programs in the easy-way! ...my Question: I am a beginner on Windows-Api and I have a problem... How can I stop to close my form...