Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

alphaxz

@alphaxz
About
Posts
35
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • the date time picker control
    A alphaxz

    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

    C / C++ / MFC

  • the date time picker control
    A alphaxz

    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

    C / C++ / MFC

  • How to get Active Application or File name?
    A alphaxz

    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

    C / C++ / MFC adobe tutorial question

  • How to get Active Application or File name?
    A alphaxz

    char Buffer[100]; HWND hwnd=::GetForegroundWindow() ; ::GetWindowText(hwnd,Buffer,sizeof(Buffer));

    a beginner

    C / C++ / MFC adobe tutorial question

  • speex - undefined reference
    A alphaxz

    you have to add libspeex.lib libspeexdsp.lib into the project setting ->link->object/library modules blank

    a beginner

    C / C++ / MFC question c++ data-structures

  • chat control
    A alphaxz

    sure ,alos i need show the dynamic gif ,do u konw ,thanks

    a beginner

    C / C++ / MFC help lounge learning

  • chat control
    A alphaxz

    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

    C / C++ / MFC help lounge learning

  • QWOP [modified]
    A alphaxz

    i think it's so hard to control

    a beginner

    The Lounge csharp html com announcement

  • How to Uniquely identify a Windows OS installation
    A alphaxz

    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

    C / C++ / MFC tutorial security question

  • fork a telnetd process under the unix or linux
    A alphaxz

    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

    C / C++ / MFC linux help question learning

  • NetWkstaUserGetInfo
    A alphaxz

    thank u very much i've got the answer under your instruction

    a beginner

    C / C++ / MFC question learning

  • NetWkstaUserGetInfo
    A alphaxz

    thanks all I've got the answer the difference between ansi and unicode

    a beginner

    C / C++ / MFC question learning

  • 怎么取得当前使用的计算机的用户名呢
    A alphaxz

    thank u very much my mistakes

    a beginner

    C / C++ / MFC question learning

  • NetWkstaUserGetInfo
    A alphaxz

    I can't understand what do you mean? a struct or a point to a struct ,any difference?

    a beginner

    C / C++ / MFC question learning

  • NetWkstaUserGetInfo
    A alphaxz

    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

    C / C++ / MFC question learning

  • 怎么取得当前使用的计算机的用户名呢
    A alphaxz

    I've got an error error C2065: 'Netwkstausergetinfo' : undeclared identifier

    a beginner

    C / C++ / MFC question learning

  • 怎么取得当前使用的计算机的用户名呢
    A alphaxz

    sorry ,I forgot i want to know how can i get current user who is using the computyer 's name by API

    a beginner

    C / C++ / MFC question learning

  • 怎么取得当前使用的计算机的用户名呢
    A alphaxz

    大家好! 怎么取得当前使用的计算机的用户名呢?

    a beginner

    C / C++ / MFC question learning

  • how can i export a function of a class?
    A alphaxz

    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

    C / C++ / MFC question learning

  • how can i export a function of a class?
    A alphaxz

    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

    C / C++ / MFC question learning
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups