Kiều Mạnh
I don't program, I beat code into submission!!!
- Tham gia
- 9/6/12
- Bài viết
- 5,538
- Được thích
- 4,132
- Giới tính
- Nam
ChatGPT đang nóng sốt trên Toàn thế giới
ai muốn chia sẻ kinh nghiệm gì liên quan ChatGPT vào đây ta bàn cho vui
Hôm tôi có làm TaskPane kẹt quá hỏi nó xem sao
create TaskPane Ms Excel by Delphi
Nó trả lời như sau
đâu đó họ tù đồn ChatGPT thay thế hoàn toàn các tay code ..... chờ xem sao
thanhnien.vn
Link trên có dòng sau

ai muốn chia sẻ kinh nghiệm gì liên quan ChatGPT vào đây ta bàn cho vui
Hôm tôi có làm TaskPane kẹt quá hỏi nó xem sao
create TaskPane Ms Excel by Delphi
Nó trả lời như sau
Mã:
uses OfficeXP;
var
MyTaskPane: _CustomTaskPane;
begin
MyTaskPane := Office.CreateCustomTaskPane(MyTaskPaneControl, 'My Task Pane', MyWindow);
MyTaskPane.Visible := True;
end;
In this example, MyTaskPaneControl is a control that will be displayed in the task pane,
'My Task Pane' is the name of the task pane, and MyWindow is the window that the task pane will be attached to.
You can then use the properties and methods of the _CustomTaskPane object to customize the appearance and behavior of the task pane.
For example, you can use the Visible property to show or hide the task pane,
and the Height and Width properties to set its size. You can also use the Title property to set the title of the task pane,
and the DockPosition property to set its position within the window.
For more information about the _CustomTaskPane object and the other objects and methods available in the Office object model,
you can refer to the Delphi documentation or the Microsoft Office developer documentation.
Bài đã được tự động gộp:
đâu đó họ tù đồn ChatGPT thay thế hoàn toàn các tay code ..... chờ xem sao

ChatGPT sẽ đe dọa những ngành nghề gì?
Các chuyên gia đưa ra dự báo về 10 công việc có nguy cơ bị thay thế cao nhất bởi những công cụ trí tuệ nhân tạo (AI) như ChatGPT.
Link trên có dòng sau

Lần chỉnh sửa cuối: