What is the translation of " VISUAL BASIC " in English?

visual basic
trực quan cơ bản

Examples of using Visual basic in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Có nên chọn Visual Basic?
Should it be Visual Basic?
Visual Basic được phát triển trên ngôn ngữ BASIC..
The core of Visual Basic was built on the older BASIC language.
Microsoft không tạo ra phiên bản Visual Basic cho Linux.
Microsoft does not make a version of Visual Basic for Linux.
Và giờ đây hỗ trợ lại Visual Basic for Applications macro vốn đã bị loại bỏ trong phiên bản Office 2008.
Support for Visual Basic for Applications macros has returned after having been dropped in Office 2008().
Bất kỳ ứng dụnghỗ trợ việc sử dụng Visual Basic cho các ứng dụng.
Any application that supports the use of Visual Basic for Applications.
Combinations with other parts of speech
Để chạy hành động FindNextRecord trong Visual Basic cho ứng dụng mô- đun, hãy dùng phương pháp FindNext của đối tượng DoCmd.
To run the FindNextRecord action in a Visual Basic for Applications module, use the FindNext method of the DoCmd object.
Sự may mắn của BASIC trở lại lần nữa cùng với việc giới thiệu Visual Basic của Microsoft.
BASIC's fortune reversed once again with the introduction of Visual Basic from Microsoft.
Biến số được khai báo trong phần khai báo của Visual Basic for Applications( VBA) mô- đun bằng cách dùng từ khóa riêng tư.
A variable that is declared in the Declarations section of a Visual Basic for Applications(VBA) module by using the Private keyword.
Liên kết đến một mô đun cơ sở dữ liệu chứa các thủ tục đượcviết bằng ngôn ngữ lập trình Visual Basic cho các ứng dụng( VBA);
Links to a database module which contains procedures written in the Visual Basic for Applications(VBA) language;
Bạn không thểchạy hành động macro RunApplication trong Visual Basic for Applications( VBA) mô- đun.
You can't run the RunApplication macro action in a Visual Basic for Applications(VBA) module.
Để biết thông tin chi tiết về mỗi thuộc tính, chọn thuộc tính, sau đó nhấn F1 để hiển thịmột chủ đề trợ giúp Visual Basic.
For detailed information about each property, select the property,and then press F1 to display a Visual Basic Help topic.
Kịch bản như ngôn ngữ VBA vàVBScript có cú pháp tương tự như Visual Basic, nhưng thực hiện một cách khác nhau[ 2].
Scripting languages such as VBA andVBScript are syntactically similar to Visual Basic, but perform otherwise.
Basic4android là một phần mềm ngôn ngữ lập trình hướng đối tượng và dựa trên sự kiện tương tự như Visual BasicVisual Basic..
Basic4android is an object-based and event-driven language software which similar to Visual Basic and Visual Basic..
Kịch bản như ngôn ngữ VBA vàVBScript có cú pháp tương tự như Visual Basic, nhưng thực hiện một cách khác nhau[ 2].
Scripting languages such as VBA andVB Script are syntactically similar to Visual Basic, but perform differently.
Nếu bạn tìm trong trình soạn thảo Visual Basic Project Explorer bên dưới đầu đề VBAProject, bạn sẽ thấy một mô- đun có tên sau khi tệp bổ trợ của bạn.
If you look in the Visual Basic Editor Project Explorer under a VBAProject heading, you will see a module named after your add-in file.
BarCodeWiz Mã vạch điềukhiển ActiveX cũng là một công cụ dành cho nhà phát triển Visual Basic, Visual C++, VB.
BarCodeWiz Barcode ActiveXControl is also a powerful tool for a Visual Basic, Visual C++, VB.
Trong phiên bản trước của Access, bạn sử dụng trình soạn thảo Visual Basic để áp dụng một chứng chỉ bảo mật cho cấu phần cơ sở dữ liệu riêng lẻ.
In earlier versions of Access, you used the Visual Basic Editor to apply a security certificate to individual database components.
Macro cung cấp một tập hợp con các lệnh sẵn dùng trong ngôn ngữ lập trình Visual Basic for Applications( VBA).
Macros provide a subset of the commands that are available in the Visual Basic for Applications(VBA) programming language.
Nhập mã sau đây trong trình soạn thảo Visual Basic để các thủ tục Report NoData xuất hiện chính xác như thế này khi bạn thực hiện xong.
Type the following code in the Visual Basic Editor so that the Report_NoData procedure appears exactly like this when you're done.
Một sự kiện có thể là do một hành động người dùng hoặc một câu lệnh Visual Basic, hoặc nó có thể được kích hoạt bằng hệ thống.
An event can be caused by a user action or a Visual Basic statement, or it can be triggered by the system.
Bạn chạy ứng dụng Visual Basic có hội Visual Basic Core trên hệ điều hành màkhông có thời gian chạy Visual Basic.
You run a Visual Basic application that contains a Visual Basic Core assembly on anoperating system that does not have the Visual Basic runtime.
Mô tả bất kỳ biến hoặc hằng số được khai báo trong phần khai báo của Visual Basic for Applications( VBA) mô- đun hoặc bên ngoài một thủ tục.
Describes any variable or constant declared in the Declarations section of a Visual Basic for Applications(VBA) module or outside of a procedure.
Ví dụ: sự kiện có tên là On Got Focus trong trang thuộc tính của biểu mẫu vàtrong Bộ dựng Macro có tên là GotFocus trong Trình soạn thảo Visual Basic.
For example, the event named On Got Focus in the form's property sheet andin the Macro Builder is named GotFocus in the Visual Basic Editor.
Bộ máy cơ sở dữ liệu Microsoft Access sử dụng dịch vụ biểu thức Visual Basic for Applications( VBA) để thực hiện đánh giá số học và hàm đơn giản.
The Microsoft Access database engine uses the Visual Basic for Applications(VBA) expression service to perform simple arithmetic and function evaluation.
Trong Microsoft Visual Basic cho các ứng dụng cửa sổ, nhấp đúp ThisOutlookSession từ Project1( VbaProject. OTM) pane để mở chế độ, và sau đó sao chép và dán mã sau vào module trống.
In the Microsoft Visual Basic for Applications window, double click ThisOutlookSession from the Project1(VbaProject. OTM) pane to open the mode, and then copy and paste the following code into the blank module.
Ghi chú: Microsoft OfficeAccess hiển thị tên sự kiện trong Trình soạn thảo Visual Basic hơi khác so với trong trang thuộc tính và Bộ dựng Macro.
Note: Microsoft Office Accessdisplays event names slightly differently in the Visual Basic Editor than it does in the property sheet and the Macro Builder.
Bài viết này cung cấp Microsoft JScript và ví dụ Visual Basic Scripting Edition( VBScript) để xác định nếu biểu mẫu dựa trên mẫu biểu mẫu của bạn được kết nối với mạng và nếu các biểu mẫu có thể kết nối với nguồn dữ liệu ngoài.
This article provides Microsoft JScript and Visual Basic Scripting Edition(VBScript) examples for determining if forms based on your form template are connected to the network and if those forms can connect to an external data source.
Tài khoản này là chính xác giống nhau cho mỗi bản sao của Access và các chương trình khác có thể dùng công cụ cơ sở dữ liệu Microsoft Jet,chẳng hạn như Visual Basic for Applications( VBA) và Microsoft Office Excel 2003.
This account is exactly the same for every copy of Access and other programs that can use the Microsoft Jet database engine,such as Visual Basic for Applications(VBA) and Microsoft Office Excel 2003.
Để giải quyết vấn đềnày, bạn có thể dùng macro hoặc Microsoft Visual Basic for Applications( VBA) mã để phát hiện vắng mặt của bản ghi trong báo cáo và sau đó hủy thao tác in.
To solve this problem,you can use either a macro or Microsoft Visual Basic for Applications(VBA) code to detect the absence of records in a report and then cancel the print operation.
Để đặt thuộc tính AllowBuiltInToolbars bằng cách sử dụng macro hoặc mã Visual Basic for Applications( VBA), trước tiên bạn phải đặt thuộc tính này trong hộp thoại Khởi động một lần hoặc tạo thuộc tính bằng những cách sau đây.
To set the AllowFullMenus property by using a macro or Visual Basic for Applications(VBA) code, you must first either set the property in the Startup dialog box once or create the property in the following ways.
Results: 581, Time: 0.0162

Word-for-word translation

Top dictionary queries

Vietnamese - English