Hi everyone,
I have a java method public static String circleRelation( double x1, double y1, double r1, double x2, double y2, double r2) that - given two circles in the plane - will decide whether those circles (1) encircle each other, (2) intersect, (3) touch or (4) are totally seperate. The method returns a String which describes the relationship between those circles, e.g.:
The first circle encircles the second circle
...
User Profile
Collapse
-
Circle-circle intersection and more
-
change msgbox buttons' label
Hi friends,
Is it possible that change msgbox buttons' label. For example, buttons vbYesNo or vbOKOnly but i want to show them in Turkish yes=evet no=hayır ok=tamam i mean i want to change buttons's label like that.
thanks for tips -
sorry for my impatience.
code is here
Code:Dim oApp As Object Set oApp = CreateObject("Excel.Application") DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "Subform1", "c:/deneme/result.xls", True oApp.Application.Workbooks.Open ("c:/example/result.xls") oApp.Visible = True
-
ePosta is a field which stores email addresses of people. code is trying to get mail address from this field and connect to outlook and send body to the receiver. this code is ok for sending mail only choosen email, but i have for example 50 user and i want to send the sample email to all of them. Is there a way to make it?Leave a comment:
-
send email to multiple people from access
Hi everyone.
Is it possible that send same email to multiple people in table/form anyone with the same draft.
1.Private Sub Command20_Click ()
2.Dim body As String
3.body="hello all"
4.If Me.ePosta <> "" Then
5.DoCmd.SendObj ect acSendNoObject, , , Me.ePosta, , , "hi", body, True
6.End If
7.Exit Sub
8.email_error:
... -
-
data transfer from access to excel
Hi everyone.
My question is that i have a form which includes subform,too. in this form for example i choose a country and in the subform its capital, currency,presid ent are shown. and i have a button to transfer infos to the excel. the problem is here. because when i click, it doesn't send infos from subform,it sends whole country's infos. how can i solve this?
thanks
No activity results to display
Show More
Leave a comment: