Vertaling van "MDI Client" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Eax/Rax returns the handle to the MDI Client, or NULL.
As we saw before, Easy Code has a method for retrieving the MDI client handle if necessary.
Como hemos visto antes, Easy Code tiene un método para obtener el handle del cliente MDI si es necesario.
Anyway, for creating MDI child windows at run time, you must NEVER pass the handle to the MDI client as the parent window to the Create method. Instead, you must ALWAYS pass the handle to the MDIWindow object.
Aun así, para crear ventanas MDI hijas en tiempo de ejecución, no debe pasar NUNCA el "handle" del cliente MDI como ventana padre al método Create, sino que debe pasar SIEMPRE el "handle" del objeto MDIWindow.
Function Gets the MDI client handle for an MDIWindow object.
Devuelve el "handle" del cliente MDI de un objeto MDIWindow.
REMARKS: You can retrieve the MDI client handle if you need it.
OBSERVACIONES: Puede obtener el "handle" del cliente MDI si lo necesita.
REMARKS: When this property is set to TRUE, the corresponding Window object always appears inside the client area (MDI client) of the MDIWindow object.
OBSERVACIONES: Cuando esta propiedad es igual a TRUE, el correspondiente objeto Window siempre aparece dentro del área del cliente (cliente MDI) del objeto MDIWindow.
In MDI applications, Easy Code has the GetMDIClient method for retrieving the handle to the MDI client.
Para las aplicaciones MDI, Easy Code tiene el método GetMDIClient para obtener el handle del cliente MDI.
You can communicate with and manipulate the MDI Client and the windows it contains through messages.
Podemos comunicarnos y manipular el área cliente IMD, como así también las ventanas que ésta contiene, através de mensajes.
When it comes to the windows which actually display your document or whatever your program displays, you send a message to the MDI Client to tell it to create a new window of the type you've specified.
Cuando entramos a la ventana que muestra nuestro documento, o lo que sea que muestre el programa, enviamos un mensaje al Cliente IMD para decirle que cree una nueva ventana del tipo que hemos especificado.
The next step is to create the MDI Client window itself, as a child of our frame window.
El próximo paso es crear la ventana Cliente IMD, como una hija de nuestro Frame.
The entire client area of an MDI window is the MDI Client, which contains all MDI childs.
Toda el área del cliente de una ventana MDI es el MDI Client, que contiene todas las ventanas MDI hijas.
The new window is created as a child of the MDI Client, not of your Frame window.
La nueva ventana es creada como una ventana hija del Cliente IMD, no de nuestro Frame Window.
An MDIWindow object has really two windows: the MDI Frame and the MDI Client.
En realidad, un objeto MDIWindow está formado por dos ventanas, el MDI Frame y el MDI Client.