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
S

suzuuu

@suzuuu
About
Posts
14
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Data Source connection
    S suzuuu

    if your's application is MFC based application, CDatabase class is there for manipulate database. If you wanna manipulate your database, you should make following steps.. 1. Build ODBC connection string for SQL server for this refer to connectionstring.com 2. Create object for CDatabase 3. Using CDatabase::Open() function get connection to your database 4. Using CDatabase::ExecteSQL() run your insert query.. 5. Finally close the connection CDatabase::Close().. -suzuu

    C / C++ / MFC database sql-server sysadmin question

  • Find file is copying? [modified]
    S suzuuu

    :laugh: meaooo...

    C / C++ / MFC question

  • Find file is copying? [modified]
    S suzuuu

    just i want to monitor particular file in windows...

    C / C++ / MFC question

  • Find file is copying? [modified]
    S suzuuu

    Hi, I have to find the status for a particular file which is currently copying some where or not? If anybody know any DOS commands or have any idea regarding this, please let me know. Thanks in advance Suzu

    modified on Thursday, July 8, 2010 3:03 AM

    C / C++ / MFC question

  • File monitor
    S suzuuu

    yeah... but i need pure win32 API or any library function.

    C / C++ / MFC c++ json question

  • File monitor
    S suzuuu

    Just i want to get current status of the file. ie. 1) It is opend 2) It is Closed 3) It is modified Thanx

    C / C++ / MFC c++ json question

  • File monitor
    S suzuuu

    Hi, How can i get file status(ie. open, close, edit) using C or C++. Is there any API in windows. Thanks in advance Suzu

    C / C++ / MFC c++ json question

  • Error stop Http Listener
    S suzuuu

    you should put break for while loop...

    while (true)
    {
    try
    {
    result = _Server.BeginGetContext(new AsyncCallback(this.HttpCallback), _Server);
    result.AsyncWaitHandle.WaitOne();
    }catch (HttpListenerException) { break; }
    catch (InvalidOperationException) { break; }

                }
    
    C# help question csharp sysadmin tutorial

  • How to receive HTTP request? [modified]
    S suzuuu

    thanks again B-)

    C / C++ / MFC c++ xml json tutorial question

  • How to receive HTTP request? [modified]
    S suzuuu

    Thank you very much for your reply...

    C / C++ / MFC c++ xml json tutorial question

  • How to receive HTTP request? [modified]
    S suzuuu

    TQ manish... Is there any specific socket for HTTP in windows? OR is there are any specific format to play with HTTP request through socket?

    C / C++ / MFC c++ xml json tutorial question

  • How to receive HTTP request? [modified]
    S suzuuu

    I have no idea about server! But, my need is just receive HTTP request and parse xml then store it into local file. That's all

    C / C++ / MFC c++ xml json tutorial question

  • How to receive HTTP request? [modified]
    S suzuuu

    Okay... should i use socket to receive http request?

    C / C++ / MFC c++ xml json tutorial question

  • How to receive HTTP request? [modified]
    S suzuuu

    Hi Folk, I wanna create an application which should be run as a windows service. Application should receive HTTP request from the third party application. HTTP request hold xml data, i wanna parsing that and store it into local file. For above the constrains what type of application should i create using win32 or mfc?. Plz.. get me out from this confession... thanks in advance suzuuu

    modified on Thursday, April 22, 2010 1:32 AM

    C / C++ / MFC c++ xml json tutorial question
  • Login

  • Don't have an account? Register

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