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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

jeansea

@jeansea
About
Posts
35
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to Calculate the first screen web page render time
    J jeansea

    hi all~ we has know how to calculate time of a web page render end but now i want to calculate the first screen which is web page render in size 800*600. thanks

    Web Development tutorial

  • In different LAN Client know each Extranet IP and Port can they success connect? [modified]
    J jeansea

    Randor wrote:

    Hi jeansea, Your question is very difficult for us to understand. Please improve the question and we can help you. You need to be very specific about the problem you are trying to solve. Best Wishes, -David Delaune

    sorry for my poor english :(( :(( Randor do you have msn or skype that i could tell you more detail than you ;P

    C / C++ / MFC com sysadmin help question

  • In different LAN Client know each Extranet IP and Port can they success connect? [modified]
    J jeansea

    somebody who know the Principle may will help me to solve the problem thank you

    C / C++ / MFC com sysadmin help question

  • In different LAN Client know each Extranet IP and Port can they success connect? [modified]
    J jeansea

    hey everybody I want to implement file transmisstion between two client peer in different LAN. they get each Extranet IP and Port through http server(when they visit a site like www.codeproject.com i will return other Extranet IP and Port) when CLientA get ClienB Extranet Ip And Port ClientA will connect To ClinetB in the same time ClientB Will Bind To Local Port and begin listen my problem that can the connect oK ?,I have tested is fail but i want to know why failed can someone tell me why thanks

    modified on Thursday, October 22, 2009 4:42 AM

    C / C++ / MFC com sysadmin help question

  • How To Get Images of Authentication code from Web Service By VC
    J jeansea

    it's hard ? or you not understand what i say ? :(( :((

    C / C++ / MFC com security help tutorial question

  • How To Get Images of Authentication code from Web Service By VC
    J jeansea

    hi everyone when i login some web site after input username and password i also need to input the image of authentication code picture show below: http://ptlogin2.qq.com/getimage?aid=15000102&0.6606817924136001[^] now i want to get this images and show in picturecontrol i don't know how to implement it , help me thank you

    C / C++ / MFC com security help tutorial question

  • Call CSoket::Socket() Funtion fail
    J jeansea

    hi guys today i define a CSocket instance 'sock' code is : CSocket sock Sock.Socket () before i have call AfxSocketInit() these code is program in a dll , when i build a Dialogue to call dll WINAPI to implement the top code program will assert in below void PASCAL CAsyncSocket::AttachHandle( SOCKET hSocket, CAsyncSocket* pSocket, BOOL bDead) { _AFX_SOCK_THREAD_STATE* pState = _afxSockThreadState; BOOL bEnable = AfxEnableMemoryTracking(FALSE); TRY { if (!bDead) { ASSERT(CAsyncSocket::LookupHandle(hSocket, bDead) == NULL); if (pState->m_pmapSocketHandle->IsEmpty())//assert here ...} can someone tell me why thank you

    C / C++ / MFC delphi

  • Get CultureInfo Use VC
    J jeansea

    Chandru080 wrote:

    No

    means No methods or NOT understand what i say? :confused:

    C / C++ / MFC c++ tutorial question

  • Get CultureInfo Use VC
    J jeansea

    anybody understand what i say? could help me :) :)

    C / C++ / MFC c++ tutorial question

  • Get CultureInfo Use VC
    J jeansea

    hi everybody Today i build MFC to get CultureInfo include Culture Name and Culture Identifier like : en 0x0009 English en-AU 0x0C09 English - Australia en-BZ 0x2809 English - Belize en-CA 0x1009 English - Canada en-CB 0x2409 English - Caribbean en-IE 0x1809 English - Ireland en-JM 0x2009 English - Jamaica en-NZ 0x1409 English - New Zealand en-PH 0x3409 English - Philippines en-ZA 0x1C09 English - South Africa en-TT 0x2C09 English - Trinidad and Tobago en-GB 0x0809 English - United Kingdom but i don't know how to implement it? thank you

    C / C++ / MFC c++ tutorial question

  • copy chinese to edit control caption will happen garbled text how to solve it
    J jeansea

    i have tried but not ok

    C / C++ / MFC help tutorial

  • copy chinese to edit control caption will happen garbled text how to solve it
    J jeansea

    What do you mean by it fails? A:fail is means after copy the chinese word is not i want just so; The garbled text is in Chinese or not? A:the garbled text is also chinese you can see below: when before copy chinese word "你好" after copy the chinese word in edit caption is "斕疑" Is your application fully Unicode? A:my application's character set is MBCS

    C / C++ / MFC help tutorial

  • copy chinese to edit control caption will happen garbled text how to solve it
    J jeansea

    What do you mean by it fails? A:fail is means after copy the chinese word is not i want just so; The garbled text is in Chinese or not? A:the garbled text is also chinese you can see below: when before copy chinese word "你好" after copy the chinese word in edit caption is "斕疑" Is your application fully Unicode? A:my application's character set is MBCS

    C / C++ / MFC help tutorial

  • copy chinese to edit control caption will happen garbled text how to solve it
    J jeansea

    hi guys i try copy some chinese word "你好" from a .txt file as edit control's caption but i fail.it show some garbled text how to solve this problem could help me thank you; :)

    C / C++ / MFC help tutorial

  • click 'enter' button make text in CEdit control to get next line
    J jeansea

    first i very sorry for my poor english :(( click enter button is means click KeyBoard's enter button,so my program must to capture the KeyBoard input what key i do not know how to implement thanks

    C / C++ / MFC tutorial

  • click 'enter' button make text in CEdit control to get next line
    J jeansea

    thank you for reply I add a edit box on a dialog i do follow you say to change the property 'multiline' to true; but when i click 'enter' button text in edit box doest't chagne line 'cursor' you know i want to split the text by cursor right of cursor text to new line left is not change; thanks:)

    C / C++ / MFC tutorial

  • click 'enter' button make text in CEdit control to get next line
    J jeansea

    Hi guys in CEdit control has text "The New (cursor at) Text" when click 'enter' i want to implement text in CEdit is "The New Text " i don't know how to capture the 'enter' and to override the event thank you for reply

    C / C++ / MFC tutorial

  • How To Get Cursor position in Edit Control
    J jeansea

    in Edit Control I Want to Add some charactor behind the cursor How i get the Cursor; thank you for help :)

    C / C++ / MFC help tutorial

  • how to add word in a special position where cursor at
    J jeansea

    I Want to add word behind cursor; my question is how to get cursor's position,and to add word behind it? In a Edit-control e.g. ABC cursor DEF i have i button when i click it will add K in cursor result is : ABC K cursor DEF could you help me thank you :)

    C / C++ / MFC question help tutorial

  • initial a string why this new string has strange character at begin [modified]
    J jeansea

    i build a new MFC project using a string to initial a new string mm code is string mm = "abc"; debug mode mm will be "abc"; but in release mm will be "`v;" when in debug mode it will be ok see below photo: but when in release it will no right see below; why does that happen can help me by the way how to upload photo in codeproject thank you

    modified on Tuesday, April 28, 2009 3:29 AM

    C / C++ / MFC c++ com debugging help tutorial
  • Login

  • Don't have an account? Register

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