急!急!急!請問win32api引數亂碼如何解決!

2022-01-22 17:10:36 字數 753 閱讀 6434

我想做乙個qq自動登陸,使用的qq是2009.現在先模擬開啟qq,然後通過api呼叫**函式。**函式為乙個委託方法,但是在方法中整個引數亂碼,請問如何解決?

具體流程為,啟動qq,獲取當前啟動qq的控制代碼,通過enumchildwindows方法**方法,但是在enumwindowsproc中,account和pwd亂碼。請問如何解決?

public delegate bool callback(intptr hwnd, int lparam, string account, string pwd );

[dllimport("user32.dll", charset = charset.auto, setlasterror = true)]

static extern intptr enumchildwindows(intptr hwndparent, callback lpenumfunc, int lparam);

/// /// qq登入

///

public static void loginin(string account = "123456", string pwd = "123456")

}/// ///將滑鼠移動到登陸按鈕

///

///

///

///

private static bool enumwindowsproc(intptr h, int lparam, string account, string pwd)

掃雷程式 win32API

1 已實現功能 基本的掃雷方塊的展開,方塊周圍雷數的計算,方塊的標旗,勝負的判斷,難度的更改 2 未實現功能 控制台顯示剩餘標旗數量和當前所用時間,選單項的豐富 3 基本原理 使用一張二維int表儲存每個方格的數字資訊,其中9表示雷 將整個雷區 客戶區 按難度分割成方格,每個方格為乙個靜態控制項,用...

多執行緒程式設計win32 API

win32 提供了一系列的api函式來完成執行緒的建立 掛起 恢復 終結以及通訊等工作。下面將選取其中的一些重要函式進行說明。1 handle createthread lpsecurity attributes lpthreadattributes,dword dwstacksize,lpthre...

Win32 API 與PB程式設計

1.如何使pb視窗總在最上層 通過setwindowpos函式吧視窗的顯示層次修改為hwnd topmost,就可以使指定視窗永遠不會被其他視窗覆蓋,該函式宣告為 function long setwindowpos long hwnd,long ord,long x,long y,long dx,...