Search found 114 matches

by PaPi
Mon Aug 10, 2009 6:03 pm
Forum: General category
Topic: Panel Color
Replies: 5
Views: 6963

Panel Color

Hi

1. Your program can run, and I see the color 0000BB
2. yes, no need manifest...      ...I have XP, without manifest.

best regards
PaPi
by PaPi
Mon Aug 10, 2009 6:40 am
Forum: General category
Topic: Panel Color
Replies: 5
Views: 6963

Panel Color

Hi muthym, you can find here the program for your problem:

Fnxbasic forum ? General Category ? Files
topic: Panel object test,    08/21/07 by Fernando

This program is fine.

PaPi

by PaPi
Sat Aug 08, 2009 1:29 pm
Forum: General category
Topic: Two windows at the same time
Replies: 2
Views: 4311

Two windows at the same time

Hi, there is an answer for your question on forum
" fnxbasic forum ? General Category ? discussion about updates bugs etc "


PaPi

by PaPi
Fri Jul 31, 2009 5:58 pm
Forum: examples
Topic: Menu items...
Replies: 2
Views: 4190

Menu items...

Here  a sample, Nick :PROGRAM BEGIN --------------` menu_and_popupmenu_test by PaPi` right mouse click = popmenu wrokobject myform as form      object menu0 as mainmenu            object menu1 as menuitem            Auto...
by PaPi
Thu Jul 30, 2009 1:18 pm
Forum: General category
Topic: help with serial port to text file program
Replies: 9
Views: 15201

help with serial port to text file program

For "serial port to text" you can use the FILESTREAM object.dim Input_Port as filestream  ` as source portdim Output_File as filestream ` as target text filedim temp as string...and, for input from port com1 :Input_Port.open("com1:")..and, read 1 byte from port:temp=Input.re...
by PaPi
Tue Jul 14, 2009 8:59 am
Forum: examples
Topic: Parents and children
Replies: 4
Views: 6962

Parents and children

Hi guys, here is an example for albert`s problem:(not with "edit", rather with "richedit")`tab_example by PaPidim myform as formdim i as integerdim tab as tabcontroltab.parent=myformtab.Tabs(0)="00"tab.Tabs(1)="01"tab.Tabs(2)="02"tab.Tabs(3)="03...
by PaPi
Wed Apr 15, 2009 11:37 am
Forum: discbugs
Topic: Function GetUserName
Replies: 2
Views: 4377

Function GetUserName

Yes. It is the sample program:yours PaPi` example get Userneme by PaPi  15-04-2009declare getUser_name as "GetUserNameA" of "advapi32.dll"lpbuffer as string byaddressnsize as integer byaddressresult as integerend declaregetUser_name.nsize=255getUser_nameshowmessage field$(ge...
by PaPi
Tue Mar 03, 2009 5:16 pm
Forum: General category
Topic: help with serial port to text file program
Replies: 9
Views: 15201

help with serial port to text file program

Cyberguy wrote:

"I`m looking to create a program that will record the output of a com port to a text file along with time & date info. "

What is your code ? Send it please!

PaPi
by PaPi
Fri Feb 06, 2009 4:34 pm
Forum: General category
Topic: FNXBASIC new version?
Replies: 2
Views: 4448

FNXBASIC new version?

I`m (and, I think all fnxbasic user) set a high value on your work.
Warm thanks.
PaPi
by PaPi
Fri Feb 06, 2009 12:38 pm
Forum: General category
Topic: FNXBASIC new version?
Replies: 2
Views: 4448

FNXBASIC new version?

Hey, Marco, how do things stand with you? I see, the new version not ready just yet...
When?  
Please, hand us the dope!
yours sincerely
PaPi

ps: We are all agog to...   :-)