why,can you tell me the reason? i know the reason ,because i choose the enable edit property,when i disabled it worked fine thanks
a beginner
modified on Wednesday, April 1, 2009 1:50 AM
why,can you tell me the reason? i know the reason ,because i choose the enable edit property,when i disabled it worked fine thanks
a beginner
modified on Wednesday, April 1, 2009 1:50 AM
hello all: I have got a trouble in date time picker control when i use the date time picker control to adjust the control time ,if i first select the hour field then i can only change the hour field ,even i set the cursor in the minutes field when i click the spin ,only the hour field changed,does this the control bug,how can i put the cursor in which where i chang which field thanks !
a beginner
sWindowEnabled only check if this window can recive the keyboard and mouse event ,there are many windows can do this ,you canan't find the right window you need
a beginner
char Buffer[100]; HWND hwnd=::GetForegroundWindow() ; ::GetWindowText(hwnd,Buffer,sizeof(Buffer));
a beginner
you have to add libspeex.lib libspeexdsp.lib into the project setting ->link->object/library modules blank
a beginner
sure ,alos i need show the dynamic gif ,do u konw ,thanks
a beginner
i want to find a control which looks like the msn's it can display the gif dynamicly and the font ,can control the font size ,color and so on,it's best inherit from richtext ,any help is appreciated regards
a beginner
i think it's so hard to control
a beginner
your thought is not realism ,because maybe many people use the same SN of windows ,i think you can get some hardware information to deal with that ,such as net card physics address
a beginner
hello all: now i have got some troubles,I wrote a program .it was run under the unix or linux in the program i first creat a socket and start to listen, when a connection comes ,my socket will catch it ,then i check if the connection's ip address was allowed ,if it was not in my ip table,i will refuse the connection ,if the ip address was in my ip table i will fork a child thread and exec a telnetd process then the child process give the socket connection to the telnetd process .and the telnetd process will take the child process position but i dont konw how can i start the telnetd process i tried ,but telnetd give met "on non-socket" error can sb show me code snippet,thankfulness!
a beginner
thank u very much i've got the answer under your instruction
a beginner
thanks all I've got the answer the difference between ansi and unicode
a beginner
thank u very much my mistakes
a beginner
I can't understand what do you mean? a struct or a point to a struct ,any difference?
a beginner
hello all: when i use NetWkstaUserGetInfo function
typedef struct \_WKSTA\_USER\_INFO\_1 {
LPWSTR wkui1\_username;
LPWSTR wkui1\_logon\_domain;
LPWSTR wkui1\_oth\_domains;
LPWSTR wkui1\_logon\_server;
}WKSTA\_USER\_INFO\_1, \*PWKSTA\_USER\_INFO\_1, \*LPWKSTA\_USER\_INFO\_1;
\_WKSTA\_USER\_INFO\_1 t;
char tm\[100\]={0};
NetWkstaUserGetInfo(NULL,1,(LPBYTE\*)(&t));
strcpy(tm,(char\*)t.wkui1\_username);
"65168" is the t.wkui1_username value why is not the current user name?
a beginner
I've got an error error C2065: 'Netwkstausergetinfo' : undeclared identifier
a beginner
sorry ,I forgot i want to know how can i get current user who is using the computyer 's name by API
a beginner
大家好! 怎么取得当前使用的计算机的用户名呢?
a beginner
thanks all i got the method I use the class in a global function then i deifne the global function as export function
a beginner
hello all: i have a prolem to ask i want to creat a dll in this dll i hava a class i want to export the function of the class whether i can invoke the export function of the dll using c lanuage programmer?
a beginner