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

sangamdumne

@sangamdumne
About
Posts
8
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Dercypt file in C# encrypted in C using Rjindael Algorithm
    S sangamdumne

    Hi frnds, anybody knows how to do it?

    C / C++ / MFC csharp algorithms tutorial question

  • C,C#
    S sangamdumne

    How to Decrypt file in C# that Encrypted in C using same Rijndael Algorithm?

    C / C++ / MFC csharp algorithms tutorial question

  • webservice client in c/c++
    S sangamdumne

    thanks for reply i already visited to these links but not get satisfied answer pls give some example that can become helpfull. Thanks again Sangam

    C / C++ / MFC c++ wcf xml help tutorial

  • webservice client in c/c++
    S sangamdumne

    Dear frnds im trying to create http client application in c/c++ which call webservice using only url of webservice and soap but i dont know how to do it in c/c++ can any one help me Thanks Sangam

    C / C++ / MFC c++ wcf xml help tutorial

  • Create And Start Service using C++
    S sangamdumne

    hServiceMGROpen=OpenSCManager(serverName,SERVICES_ACTIVE_DATABASE,SC_MANAGER_ALL_ACCESS); if(hServiceMGROpen!=NULL) { hServiceOpen=OpenService(hServiceMGROpen,"myService",SERVICE_ALL_ACCESS); if(hServiceOpen!=NULL) { succStart=StartService(hServiceOpen,0,NULL); if(succStart) { printf("Service starts successfully "); } else { DWORD err=GetLastError(); printf("Error %d",err); } } } this is my code....!!!! please findout problem....

    C / C++ / MFC help c++

  • Create And Start Service using C++
    S sangamdumne

    here is my code for ur ref means i'm trying to show you that what i have done :laugh:

    C / C++ / MFC help c++

  • Best approach to compare files
    S sangamdumne

    Hi friend, use findfirstfile() and findnextfile() msdn api's.....hope this will help you

    C / C++ / MFC

  • Create And Start Service using C++
    S sangamdumne

    Hi friends, I'm trying to create My own service for .exe. my service create function successfully creates service but when i try to start to that service then it gives error code 1053 which is ERROR_SERVICE_REQUEST_TIMEOUT. also i saw that startservice() fun goes in waiting for 30seconds and then gives error 1053. pls help, here is my code for ur ref... hServiceMGROpen=OpenSCManager(serverName,SERVICES_ACTIVE_DATABASE,SC_MANAGER_ALL_ACCESS); if(hServiceMGROpen!=NULL) { hServiceOpen=OpenService(hServiceMGROpen,"myService",SERVICE_ALL_ACCESS); if(hServiceOpen!=NULL) { succStart=StartService(hServiceOpen,0,NULL); if(succStart) { printf("Service starts successfully "); } else { DWORD err=GetLastError(); printf("Error %d",err); } } }

    Thanks in advance...!!! Sangam

    C / C++ / MFC help c++
  • Login

  • Don't have an account? Register

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