CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pinnachio

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    891

    regardin msdn ping class.

    Can some one please help me through the process of using msdn ping class......while reading the documentation it uses a dll system.dll how can use this dll in my MFC based project......how exactly...
  2. Replies
    5
    Views
    1,180

    Re: unable to create socket...

    thanks a lot it worked fine and sorry for not going through the link initially......
  3. Replies
    5
    Views
    1,180

    Re: unable to create socket...

    not explicilty......can i know how can i do this??
  4. Replies
    5
    Views
    1,180

    unable to create socket...

    Well am trying to create a port scanner for which am trying to create a socket first and then trying to connect at that particular port but the problem is every time i try to create a socket it...
  5. Replies
    16
    Views
    1,970

    Re: Regarding Windows services

    Well i dont have any problems regarding classes and functions you told me to add, i only wished to know about this services in detail...
  6. Replies
    2
    Views
    626

    regarding searching files

    I need to delete files of the names entered by the user? how can i do so??i think i need to search first all the files in all directories recursively and then delete them??can some one tell some clue...
  7. Replies
    16
    Views
    1,970

    Re: Regarding Windows services

    can you tell some link so that I could get more information about the topic??any ways thanks for the above help it really helped me....
  8. Replies
    16
    Views
    1,970

    Re: Regarding Windows services

    well i also wish to know that where i shall place my code of the service( i.e. as per my problem deleting all files of the given names in config file) after commenting the above code.........
  9. Replies
    16
    Views
    1,970

    Re: Regarding Windows services

    i have attached my set of codes here by........
  10. Replies
    16
    Views
    1,970

    Re: Regarding Windows services

    ok fine but after the code is generated can you please tell where shall i place my code that is to be executed in background that is deletion of files for the service.....am totally new to this type...
  11. Replies
    16
    Views
    1,970

    Re: Regarding Windows services

    am using vc++ 6.0
  12. Replies
    16
    Views
    1,970

    Re: Regarding Windows services

    can you please tell some steps to create such service....
  13. Replies
    16
    Views
    1,970

    Regarding Windows services

    well am suppose to create a software in which a adminstrator can set a pattern of file name in a conf file.This Software will have a service running in the background that will remove files from the...
  14. Replies
    15
    Views
    1,916

    Re: regarding application class variable??

    So can you please give me any suggestion to accomplish this??
  15. Replies
    15
    Views
    1,916

    Re: regarding application class variable??

    and i have already told you the need of CWinApp object.....
  16. Replies
    15
    Views
    1,916

    Re: regarding application class variable??

    how can i add that support to MFC
  17. Replies
    15
    Views
    1,916

    Re: regarding application class variable??

    Well After changing my Settings->General to Use MFC using shared Dll i removed all the errors and could build the exe.....but know getting a runtime error as as soon as i execute my cpp file as...
  18. Replies
    15
    Views
    1,916

    Re: regarding application class variable??

    Well on declaring an object as in file


    #include "stdafx.h"
    #include<iostream.h>
    #include "Pflow.h"



    int main(int argc, char* argv[])
  19. Replies
    15
    Views
    1,916

    Re: regarding application class variable??

    So m wrong??
  20. Replies
    15
    Views
    1,916

    Re: regarding application class variable??

    Please ignore o= in above post
  21. Replies
    15
    Views
    1,916

    Re: regarding application class variable??

    I have designed a project ,so what i read o=in various documention's is that InitInstance of the Application class of project is the entry point for the project, so by declaring a variable of...
  22. Replies
    15
    Views
    1,916

    regarding application class variable??

    can i declare a variable of application class of my project??
  23. Replies
    6
    Views
    1,113

    Re: calling a VC++ project from other cpp

    i specified what i clearly mean by displaying a project if you read my problem
  24. Replies
    5
    Views
    1,857

    Re: regarding resource.h

    can u please tell me in which file of my project is my resources.h included??Probably what i think is in .rc file if am correct then how can i change my .rc file to include some other file. I need...
  25. Replies
    5
    Views
    1,857

    Re: regarding resource.h

    my resource file goes as:


    //{{NO_DEPENDENCIES}}
    // Microsoft Visual C++ generated include file.
    // Used by def.rc
    //
    #define IDS_HELLO 1

    // Next default values for...
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured