Usan el kernel de linux con un SO especificamente diseñado

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúConsole.WriteLine(X.ToString("N"))
Cita de: Mortenssen en 21 Junio 2011, 00:56 AM
Así que quedé allí, desconcertado como Adán en el día de la Madre..
Cita de: seba123neo en 20 Junio 2011, 05:48 AMTe salio tan español
hombre es un panda rojo, en china "panda rojo" se dice "firefox"(que se parece a un zorro), en 2 segundos de internet te lo dice.
Cita de: NachoEx en 21 Junio 2011, 01:39 AM
y esto no te servira?
http://ricardonarvaja.info/WEB/OTROS/HERRAMIENTAS/V-W-X-Y-Z/WindowseGREATIS5setup.exe
Citar
WinDowse shows:
text, caption, resource ID, process ID, application instance handle, window handle, parent handle, function address, menu handle, coordinates in parent, coordinates in screen, size, client area size, style, extended style, class name, class function address, icon handle, small icons handle, cursor handle, background brush handle, module handle, class style, list of parent hierarhy, recursive list of children, list of windows under the mouse cursor, full tree of all windows in the system with auto-selecting the current window, exe file path, exe file name, original file name, file description, file version, product name, internal name, legal copyright, legal trademarks, product version, company name, comments from the version information, list of modules used by selected window's application with full paths, absolute cursor position, relative cursor position on window coordinates, relative cursor position on window client area coordinates, color of the pixel under mouse cursor.
WinDowse allows:
to copy any information about the selected window into clipboard, to find any window by text, class name or handle, to modify the window's text, origin or size, to show/hide the window, to enable/disable the window, to make any user action with the selected window by installable plugins, to see the zoomed window image.
public static string Realizar(string ecuacion)
{
using (clsEcuacion ecu = new clsEcuacion()) {
ecu.Ecuacion = ecuacion;
ecu.Filtrar();
ecu.Ordenar();
return ecu.Realizar();
}
}