G
Guest
hi am using panel with autoscroll , now i want to call window api
BOOL GetScrollInfo(HWND hwnd, int fnBar, LPSCROLLINFO lpsi));
now am doing like tht
unsafe public static extern bool GetScrollInfo(uint hwnd,uint SB_HORZ,
SCROLLINFO* si );
but it causes a problem in lasst parameter , pls help
BOOL GetScrollInfo(HWND hwnd, int fnBar, LPSCROLLINFO lpsi));
now am doing like tht
unsafe public static extern bool GetScrollInfo(uint hwnd,uint SB_HORZ,
SCROLLINFO* si );
but it causes a problem in lasst parameter , pls help