You are not logged in.

Search results

Search results 1-11 of 11.

Thursday, December 6th 2012, 1:08pm

Author: joekaisaka

Outlook On Jabaco Using JACOB

Elsebi : I remember something now: 1) Are JACOB DLLs in \Program Files (x86)\Java\jre6\bin ? 2) I'm not sure about this, but I think jacob.jar are C:\Program Files (x86)\Java\jre6\lib OR C:\Program Files (x86)\Java\jre6\lib\ext OR C:\Program Files\Java\jdk1.X.X_XX\lib\ext (yes, to try this option, you'll need install JDK in your PC) Best Regards

Thursday, December 6th 2012, 12:18pm

Author: joekaisaka

Outlook On Jabaco Using JACOB

Hi Elsebi There are many time that I don't develop with JABACO. There's no special reason. I don't remember which dll I setted in my code. And this moment I don't have Outlook installed in my computer I`ll search the project. If I found, I`ll send for you. Sorry my very very poor english.

Monday, July 25th 2011, 8:37pm

Author: joekaisaka

Serial Port

Hi Everybody Congratulations Dr_Acula for your effort and dedication to solve this problem. I have some questions : 1) How to Open the Serial Port ? 2) How to know if the port is already open ? 3) How to send a string ? (like msconn.output method) 4) How to obtain some info about the ports ? handshaking, velocity, setting... 5) Error handling. I've found a code written in java, but I don't know port to jabaco. http://www.devmedia.com.br/post-7171-Uti…-Parte-III.html The page is in Portuguese, so...

Thursday, March 24th 2011, 3:42pm

Author: joekaisaka

Control Functions

Hi A1880: I saw this post and saw that you put a solution there, but looks like this solution serves only to user controls. I would suggest to put Manuel that somehow we could simulate in a For Each Forms. I think it's very useful resource and should be in the framework Best regards

Thursday, March 24th 2011, 5:21am

Author: joekaisaka

Control Functions

Hi guys I want make functions that returns: - how many controls are in a form or a control. - which control is positioned closer to the bottom of the control container in which it is inserted Thanks in Advance.

Thursday, March 24th 2011, 5:08am

Author: joekaisaka

Hyperic + Jabaco

hi guys I don't programming in java. Reading Linux magazines, I saw a java product called HYPERIC HQ Open Source Edition [http://www.springsource.com/landing/hype…source-download]. Looks like cool. Is It possible using Hyperic in Jabaco ? Sorry for any inconvenience.

Thursday, March 24th 2011, 4:54am

Author: joekaisaka

Scrolling Controls

Hi guys I need insert scrollbars in a form and in a picturebox. I tried, but unsuccessfully. Anybody can help me ? Thanks in advance.

Thursday, March 17th 2011, 3:03pm

Author: joekaisaka

Outlook On Jabaco Using JACOB

Hi Folks: I made some changes and fix some bugs. Hope you enjoy. New features: - CC propery - BCC property - Importance property - Close Outlook after the mail is sent Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 Public Sub JSendEmailFromOutlook( cTo As String, Optional cSubject As String = "", Optional cBody As String = "", Optional cCC As String = "", Optional cBCC As String = "", Option...

Thursday, March 17th 2011, 11:58am

Author: joekaisaka

Outlook On Jabaco Using JACOB

My Friends : I made this. This code works for me. Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 Public Sub JSendEmailFromOutlook( cTo As String, cSubject As String, cBody As String, Optional arrAttachments() As String, Optional lReadReceiptConfirmation As Boolean = False) Dim oOutlook As com#jacob#activeX#ActiveXComponent Dim oOL As com#jacob#com#Dispatch Dim oNs As com#jacob#com#Dispatch Dim oMail As com#jacob#com#Dispatch Dim oAttachs ...

Tuesday, March 15th 2011, 6:19pm

Author: joekaisaka

Outlook On Jabaco Using JACOB

A1880: Thanks for your reply. You are a very active member of this community and I'm happy because you read and answer my single post. I know the code that I post is java + jacob and jabaco doesn't offer direct support of ActiveX. But reading the great post of Stefan Schnell [How to use JavaCOMBridge (JaCoB) with Microsoft Word] I was thinking to try convert the code, but I don't know how can I convert some parts of code (red painted). I need send emails using outlook and I think to make this in...

Tuesday, March 15th 2011, 4:53pm

Author: joekaisaka

Outlook On Jabaco Using JACOB

Hi everybody: I'm new in Jabaco and I don't programming in Java. Sorry for any inconvenience. I found this code in java that send emails by outlook using JACOB. But I don't know how can I convert some parts: Code found in : http://www.guj.com.br/java/100403-outloo…lvido-com-jacob ActiveXComponent axcOutlook = new ActiveXComponent("Outlook.Application"); Dispatch criacaoEmail = Dispatch.invoke(axcOutlook.getObject(), "CreateItem", Dispatch.Get, new Object[] { "0" }, new int[0]).toDispatch(); Stri...

WoltLab Burning Board