You are not logged in.

Search results

Search results 41-60 of 88.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Friday, August 1st 2014, 10:40am

Author: spysonic

For Beginners Tutorial

For all beginners like me! personalize button. happy experimenting.

Friday, August 1st 2014, 8:04am

Author: spysonic

Rounded buttons

Is there any solution for creating rounded buttons?

Friday, August 1st 2014, 7:00am

Author: spysonic

Common Dialog

as of the moment my solution was to use the Dialog control which serve as my Form2 and form3. but I am wondering if there are other solution better than this.

Friday, August 1st 2014, 6:57am

Author: spysonic

cancelling the Unload is not functioning

Currently, my solution to this problem is by using Dialog wherein the Form1 will serve as the main form and the Dialogs will serve as Form2 and so on... im just disabling the form1 once there is a Dialog taht is open, and enabling the form1 in the deactivate event of the dialog. you could also hide the form so that only the Dialog will be displayed in the screen.

Friday, August 1st 2014, 4:27am

Author: spysonic

Common Dialog

Somebody plss help me.. i wanted to navigate through multiple forms. but setting my desired form to be displayed to ex. Form1 = New Form1 wont display the form once i am on the form2 plss help me. just want to do a basic navigation program compose of at least 3 forms. i tried searching to the forum but no success.! plss help.

Friday, August 1st 2014, 4:01am

Author: spysonic

New versions?

Hope ver 1.6 will be release soon.

Thursday, July 31st 2014, 9:04am

Author: spysonic

Do it like ...

version 1.6... please..

Thursday, July 31st 2014, 8:20am

Author: spysonic

Barcode

Is there any tutorials or samples in creating a project dealing with barcodes barcode as an input - well its simply firing a barcode device and the code and characters will be displayed in textbox barcode as an output - it will display a barcode based on what you have type on the textbox. TIA

Thursday, July 31st 2014, 6:48am

Author: spysonic

Path to executable?

You can use "CurDir" or System.getProperty("user.dir")

Thursday, July 31st 2014, 5:38am

Author: spysonic

Right Click Menu

I mean there is a workaround with it using listbox and setting it in the mouse up event but im asking if there is a function in jabaco to be able to use right click and displaying a menu based only on the code and dont need to configure or add another object or control.

Thursday, July 31st 2014, 5:20am

Author: spysonic

Right Click Menu

Im also wondering about this.. is there a way to make a pop up menu right after clicking the right button of the mouse?

Thursday, July 31st 2014, 4:46am

Author: spysonic

drag and drop

Hello.. how about, dragging and dropping the form itself to the entire window or computer screen.

Thursday, July 31st 2014, 4:39am

Author: spysonic

Transparent Form

Is there a way to set the form transparent but the controls/objects inside the form remain 100% visible not affected??

Thursday, July 31st 2014, 3:46am

Author: spysonic

cancelling the Unload is not functioning

Ok, I found this on the other post http://code.google.com/p/jabacoframework…rc/VB/Form.jsrc it stated here that the cancel for unload is not used for compatibility. that means there is no way to cancel the unload event.. so how do I go back to the previous form? or how can i display the form1 if I am now on Form2? someone pls help..

Thursday, July 31st 2014, 2:03am

Author: spysonic

Scan/Detect all pictures in a folder?

Amazing! i couldnt ask for more... Thanks a lot dani.. your d best.!

Wednesday, July 30th 2014, 10:45am

Author: spysonic

cancelling the Unload is not functioning

Hello... I am experimenting in my project when i had this problem with unload event. How do I cancel the operation for Unload when using a msgbox Jabaco Source 1 2 3 4 5 6 7 8 Public Sub Form_Unload(cancel As Integer) If MsgBox ("You will be logged out!", vbInformation + vbOKCancel ) = vbOK Then Load Form1 Form1.Show Else cancel = 1 End If End Sub Supposedly it should cancel the Unload event. but its not working. Also pls help me in loading the the Previous form which is Form1. Jabaco Source 1 2...

Wednesday, July 30th 2014, 10:11am

Author: spysonic

For Beginners

start with vb6 documents online...

Wednesday, July 30th 2014, 7:23am

Author: spysonic

SQLITE 3 support

ahh ok.. before i only have "jre7" inside the JAVA folder and i inserted my sqlite files onto jre7.. my proj runs fine... but after insatlling jdk.1.7.0, Jabaco is referring to "C:\Program Files\Java\jdk1.7.0_55\jre" and not on "C:\Program Files\Java\jre7" anymore. so I transfered my sqlite files from (..\JAVA\jre7) to (..\jdk1.7.0_55\jre) and my problem was solved.

Wednesday, July 30th 2014, 7:04am

Author: spysonic

SQLITE 3 support

hello, I have been experimenting with sqlite lately, im a beginner in programming and knows only most of the basics. I have this program a user log-in using sqlite with code based from the above samples... it works fine just by putting the required sqlite files to the Java JRE... but i had problems after installing JDK 1.7.0.

Wednesday, July 30th 2014, 3:10am

Author: spysonic

Scan/Detect all pictures in a folder?

Now i can continue my experiments... in line with designs, skins and themes thanks for the Help Dani. very much.

WoltLab Burning Board