king558
king558
Friends

Add friends via their profile or user search and you will be able to see if they are online

king558
Added topic GUI in DLL
// ZTest.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h" HWND g_hWnd = NULL ; HRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ); DWORD WINAPI Run( void * pParam ); extern "C"
king558
Added topic MQL5 Programming
I just started learning programming mql5. I run into problem of very simple textout with canvas, it shows nothing, absolutely nothing, why? please help me. source code following. #property copyright "Test" #property link
king558
Registered at MQL5.community