Dostlar aşağıda arkadaş ne yapmamı istiyor ben pek anlamadım.
Linkleri Görebilmek İçin Üye Olmanız Gerekmektedir. Üye Olmak İçin Tıklayınız...
Kod (Text):
- #include "StdAfx.h"
- #include "../eterBase/CRC32.h"
- #include "../eterBase/Filename.h"
- #include "PythonWindow.h"
- #include "PythonSlotWindow.h"
- //#define __RENDER_SLOT_AREA__
- using namespace UI;
- [..]
- ##find function BOOL CSlotWindow::OnMouseLeftButtonUp() and add after
- void CSlotWindow::SetSlotID(DWORD dwIndex, DWORD dwID)
- {
- TSlot * pSlot;
- if (!GetSlotPointer(dwIndex, &pSlot))
- return;
- if (dwID <= 0)...