You are not logged in.

Search results

Search results 1-8 of 8.

Thursday, July 21st 2016, 7:49pm

Author: Nisheeth

Microsoft Agent

Hi, has anybody as used Microsoft Agents in Jabaco. If yes, can you share an example code. Thanks, Nisheeth

Tuesday, December 28th 2010, 3:27pm

Author: Nisheeth

vbProperCase problem

Hi Friends Look at the following code Jabaco Source 1 2 3 4 5 Public Sub Command1_Click() msgbox(StrConv(Text1.Text, vbUpperCase)) ' works fine msgbox(StrConv(Text1.Text, vbLowerCase)) 'works fine msgbox(StrConv(Text1.Text, vbProperCase)) 'does not work ????????????? End Sub Can anybody explain it to me why??????????

Tuesday, December 28th 2010, 3:07pm

Author: Nisheeth

file handling :(

Confused how to convert this into jabaco VB Code ---------- Private Sub Command1_Click() Open "c:\a.txt" For Output As #1 Print #1, "abc" Print #1, "123" Print #1, "aaaaaa" Close #1 End Sub Private Sub Command2_Click() Open "c:/a.txt" For Input As #1 Line Input #1, x Line Input #1, y Line Input #1, z Text1.Text = x Text2.Text = y Text3.Text = z Close #1 End Sub found a function open() (Open ("c:\a.txt", Output) but then, To what should I assign it to????

Tuesday, December 28th 2010, 2:51pm

Author: Nisheeth

creating menus

hi friends has anybody created menus. can you please help me. i also wish to use pop up menus please help me thank you nisheeth

Monday, December 27th 2010, 8:40pm

Author: Nisheeth

How to connect to mysql

Hi I am new to jabaco. I am trying to experiment with database. I wish to connect to mysql and get its data to text box. Could you guys please help me in this. Thank you. Nisheeth

Friday, December 3rd 2010, 6:12pm

Author: Nisheeth

Book on Jabaco

Hi Is anybody aware of any books on jabaco.

Monday, November 1st 2010, 8:03am

Author: Nisheeth

Using Speech and Unicode

Hello I am new to jabaco (have downloaded it just 2 days ago, and have been experimenting with it). I was an efficient VB6 programmer, until VB.net came. It became very taxing to develop application in a resource hungry environment. So, I switched to java and have been struggling ever since. I was developing applications using microsoft agents, was wondering if we can use java's speech api in jabaco. If so then how, otherwise can they be implemented in future versions. Secondly, one thing I real...

WoltLab Burning Board