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
V

vijay_aroli

@vijay_aroli
About
Posts
385
Topics
41
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Downloading a web to your computer
    V vijay_aroli

    Hey Joan, I think this tool has already been mentioned in this forum before. :) Regards, Vijay.

    Free Tools html database com

  • Files and Folder
    V vijay_aroli

    Check Out PathFileExists[^] API

    Regards, Vijay.

    C / C++ / MFC question help

  • Happy Birthday to...
    V vijay_aroli

    Happy Birthday , Rajesh!! :)

    Regards, Vijay.

    The Lounge c++ com tools tutorial question

  • Convert Integer to CString
    V vijay_aroli

    In addition to what Rajesh said, I would also advice you not to use SMS text while posting messages here. :)

    Regards, Vijay.

    C / C++ / MFC help data-structures

  • How to search and delete a file
    V vijay_aroli

    If you already know the path of the file to be deleted, then you don't have to search for it. You can use PathFileExists() function to see if the file exists. you can also use the function PathIsDirectory() to see if given path is that of a directory or a file. The below code snippet might make the point clear to you.

    TCHAR szFilePath[MAX_PATH];
    _tcscpy(szFilePath, _T("C:\\file.txt") );

    //Check if the file with the given path really exists and is not a directory.
    if(PathFileExists(szFilePath) && !PathIsDirectory(szFilePath))
    DeleteFile(szFilePath);//delete the file 'C:\file.txt'

    Regards, Vijay.

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

  • Cannot run the exe of my application
    V vijay_aroli

    I have been working on VS2005 for the past one month now. I am working on an MFC application which runs fine when run through code. When I try to run the exe of my application from the debug/release folder, a runtime error with a message "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information". When I use Dependency Walker, I see that the exe makes a reference to DWMAPI.dll. I searched on Google and found out that DWMAPI.dll is not available on WindowsXP. Some other people had mentioned about the same problem, suspecting that IE7 might be the cause for the problem. I uninstalled IE7 and the exe still could not be run. After uninstalling IE7, the Dependency Walker says that it could not find IEUI.exe along with DWMAPI.dll. So, I think IE7 was not the cause for the problem. I have been trying to solve it since past two days, but with no success. I had never had that error popping up when I used to write applications in VS2003. Had anyone come across this problem before? If yes, what did you do to solve it.

    Regards, Vijay.

    C / C++ / MFC help c++ debugging collaboration question

  • How to remove a folder and all its contents
    V vijay_aroli

    You can delete any directory using RemoveDirectory() function, provided that the directory which is being deleted is empty. So, you will first have to delete all the files of the directory (by using DeleteFile() function) and then use RemoveDirectory() to delete it.

    Regards, Vijay.

    C / C++ / MFC help tutorial question

  • To Indian Article Posters
    V vijay_aroli

    Those are very valuable tips for anyone who wants to write the article for the first time here. But, I wonder how many of those Indians who write such crap articles would actually come here,read this and follow them? :rolleyes:

    Regards, Vijay.

    The Lounge c++ database help lounge

  • Pdf reader? - okay I get it FOXIT :)
    V vijay_aroli

    Zoltan Balazs wrote:

    what pdf reader are you using?

    Foxit Reader. :-D

    Regards, Vijay.

    The Lounge adobe performance question

  • identifying a system
    V vijay_aroli

    Parvathy_1985 wrote:

    i find that inorder to retrieve cpu id , assembly language is to be written,is it true?

    No. you can use the Win32 WMI classes to get the hardware information. May be this[^] article can help you.

    Regards, Vijay.

    C / C++ / MFC question

  • identifying a system
    V vijay_aroli

    In addition to Rajesh's reply, you may also consider using the serial number of the hard drive too.

    Regards, Vijay.

    C / C++ / MFC question

  • Ctrl Alt F4
    V vijay_aroli

    When I entered the forum here today, I saw your post at the top and just asked myself -"Am I in the Lounge?". I had to check once to make sure that I was in the C++ forum and not in the Lounge. :)

    Christopher Duncan wrote:

    hey, I'm just a geek like everyone else around here. Some days are good, some days are okay, and some days the screen turns a particularly interesting shade of the color blue.

    Yes, but I believed that people with reputation as high as yours either don't face any problem while programming or they restrain themselves from asking for help here if they face any. But its really nice to see you post a question and ask for help here. ;)

    Regards, Vijay.

    C / C++ / MFC question com game-dev json tutorial

  • MVPness :)
    V vijay_aroli

    Congrats, Ravi!! :)

    Regards, Vijay.

    The Lounge csharp com tools question

  • Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 [modified]
    V vijay_aroli

    Another programming question here in the Lounge. :mad: And this is not the first time that you have posted a programming question here. :doh:

    Regards, Vijay.

    The Back Room csharp asp-net help

  • I'm a dad!
    V vijay_aroli

    Congratulations!!! :-D

    Regards, Vijay.

    The Lounge csharp tools question

  • Ctrl Alt F4
    V vijay_aroli

    Hello sir. It looks like your problem is solved. Good to know about that. I was really surprised to see you post a question here. Honestly, I never ever thought that I will see someone like you to post a question here. :) BTW, I have been a great admirer of your articles. :)

    Regards, Vijay.

    C / C++ / MFC question com game-dev json tutorial

  • Spam alert!! [modified]
    V vijay_aroli

    The spammer[^] is back. :mad: [edit]I spent my past 15 minutes giving a rating of 1 to all of his 20 posts and marking them as spam. I wished I had a 'ban this user' link instead. [/edit] :)

    Regards, Vijay.

    modified on Friday, April 25, 2008 2:15 AM

    The Lounge com tools question

  • Tank article
    V vijay_aroli

    And the spammer[^]is at it already. :doh:

    Regards, Vijay.

    The Lounge question html com tools tutorial

  • compisite class
    V vijay_aroli

    are you talking about the concept of 'Composition' in C++?

    Regards, Vijay.

    C / C++ / MFC c++

  • How to get appear times between 2 and 5 in a vector?
    V vijay_aroli

    :confused:

    Regards, Vijay.

    C / C++ / MFC graphics 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