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
G

GauranG Shah

@GauranG Shah
About
Posts
188
Topics
72
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Static Analysis code reqired for C++
    G GauranG Shah

    I go though that and go though the websites of few tools, however I didn't find what I am looking for. I downloaded and configure cppcheck however it doesn't show any style report ( if braces are placed wrong or that kind of errors)

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    C / C++ / MFC c++ java com help

  • Static Analysis code reqired for C++
    G GauranG Shah

    I actually want some kind of tool for static analysis of the code, like checkstyle in JAVA. What i mean by static analysis is, it tells you the coding style error, unused variable and function names

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    C / C++ / MFC c++ java com help

  • Static Analysis code reqired for C++
    G GauranG Shah

    After a long time guys, I am back to C++, however this time working as a tester. I actually want some kind of tool for static analysis of the code, like checkstyle in JAVA. And I need that for Linux Platform and should be free. What i mean by static analysis is, it tell you the coding style error, unused variable and function names Gaurnag shah

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    Managed C++/CLI c++ java com linux help

  • ETL Datastage developer or JAVA ???
    G GauranG Shah

    I am Tester for last 3.5 years. I have done Automation on QTP in past and doing automation in selenium for last 2 years. Now i have bored from testing and wanted to move to new fields. I have option to move in warehouse as ETL datastage developer or to move in JAVA developer where i will also learn flex. I am confuse which i better option ???

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    Work Issues testing c++ java com beta-testing

  • XSS Attack
    G GauranG Shah

    Hey thanks for the book.:confused: Now onwards i will do the same thing. If Anyone will ask the question about java I will give him the ref to java book , if question is about vc++ give the reference to vc++ book. :suss: Would be helpful if you can answer the question else just leave it.

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    Web Development c++ database com testing beta-testing

  • XSS Attack
    G GauranG Shah

    Hi Guys, I am testing our site for the xss vulnerability. we have few text boxes, And what ever you fill in this text boxes is saved in the database and then it appears in some other page ( the page generates dynamically ). And When they generates the page dynamically they use htmlencode function to encode the value I have applied on text boxes. My doubt is, is there any way someone can do xss attack on that.. or is it safe enough ????

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    Web Development c++ database com testing beta-testing

  • Spell checking a web site?
    G GauranG Shah

    Hey check out this it's firefox add-on ( mean Free !!! ).It check the the webpage for spelling mistakes and highlights the wrong spellings. And you don't even require your site to be live as with other on line services.

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    The Lounge career com testing beta-testing question

  • Dedicated to all software engineers
    G GauranG Shah

    hey, What your problem man.. :mad: I have found that whenever you see anything funny or something foolish you writes that "Indians have done this" or "that must be Indian.. " I think you are Indian too.... And if you think Indians are foolish you comes to that category too. That mean wherever you have wrote Indians are foolish it's just because only you ( only one Indian ) is fool ;P

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    The Lounge question discussion

  • Buttons problem.
    G GauranG Shah

    It think you are talking about the tool tip. Use the following class to show that tool tip. http://www.codeproject.com/KB/cpp/Tool_Tip.aspx[^]

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    C / C++ / MFC help c++ graphics

  • loop control
    G GauranG Shah

    You can use also goto in the following manner.

    :loop1 for() //main for loop
    {
    for() //for loop1
    {
    if(condition)
    {
    //code
    goto Loop1;

         }
      }
    

    for() //for loop2
    {
    }
    for() //for loop3
    {
    }
    }

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    C / C++ / MFC tutorial question

  • Not able to download demo project and source code
    G GauranG Shah

    Thnx

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    Site Bugs / Suggestions c++ com help

  • Not able to download demo project and source code
    G GauranG Shah

    Hi, I have a problem in downloading ZIP(source code and demo project) files of my own Project which I have submitted a couple of months back. I think this problem appeared after the renovation of the site.. So, this is my kind request to the personal in responsibility, to solve the problem...:rose: The link of the project is as below http://www.codeproject.com/KB/cpp/Greetings.aspx[^]

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    Site Bugs / Suggestions c++ com help

  • how to set transparent color for a perticular color
    G GauranG Shah

    use SetlayeredWindowAttributes() API to set the red color transparent. might be below link will help you. http://www.codeproject.com/KB/cpp/Greetings.aspx[^]

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    C / C++ / MFC c++ tutorial

  • Who earns more a tester or a devloper. ?
    G GauranG Shah

    Hi, i don't want to compare a tester and a devloper. I just want the simple reviews to the simple question. That all.

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    The Lounge question c++ com

  • Dymamic Edit Boxes
    G GauranG Shah

    One way to do this is to change the size of the editbox dynamically using SetWindowPos() API. Use this API in WM_CHAR or EN_CHANGE notification. like below.

    INT Widht =0; //width of the charcter
    INT Height = 10 //height of the charcter
    case WM_CHAR: ( or EN_CHAGE)
    //X,Y is the position of the edit box.
    SetWindowPos(hWndEdit,0,X,Y,Height,Width++);
    break;

    above code will work. But you need to take care when to grow the editbox and when to shrink it. ( i.e if someone press backspace or delete the editbox should shrink. )

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    C / C++ / MFC question

  • Self Extractor from starting
    G GauranG Shah

    Use IExpress. It is easy and comes with each and every Windows. and you don't need to download anything else. just time iexpress in Run menu and it will appear. It also provide the facility that Run the selected file on starup.

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    C / C++ / MFC tutorial workspace

  • On Timer
    G GauranG Shah

    might be the followig code work as u desire. Try it and let me know whether it worked or not. ( i know its in win32 and you are using MFC but i know u can make to use it )

    #define ONE_SEC 1
    int i=0;

    case WM_INITDIALOG:
    SetTimer(hdlg,ONE_SEC,10*100,NULL);

    break;

    case WM_TIMER:
    if (wParam == ONE_SEC)
    {
    SetDlgItemInt(hdlg,IDC_EDIT1,i++,FALSE);
    }
    break;

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    C / C++ / MFC tutorial question

  • Happy Diwali and Happy New Year,.
    G GauranG Shah

    HI, I live in a Gujarat. And We Follow different Calander Bikram Sawant.. It is . According to that we are celebrating new Year. the day after Diwali. Which is celebrated all over India.

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    The Lounge c++ com

  • Happy Diwali and Happy New Year,.
    G GauranG Shah

    Its According to the georgian calander. We follow the http://en.wikipedia.org/wiki/Hindu_calendar[^]

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    The Lounge c++ com

  • Happy Diwali and Happy New Year,.
    G GauranG Shah

    Here according to Our Calander ( Gujarati Calander) Which is based on Moon we celecbrate it after the Diwali.

    [ Screen Capture ][ Tool Tip ][ Muliple Desktops ][Greeting Card ]

    The Lounge c++ com
  • Login

  • Don't have an account? Register

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