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

SoftwareDeveloperGoa

@SoftwareDeveloperGoa
About
Posts
11
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SOPA Protests
    S SoftwareDeveloperGoa

    Hey Folks reditt and tucows are proposing site blackout to protest against SOPA. Do you care about SOPA ? Do you Protest SOPA ? Do you support SOPA ? Regards http://www.goa-ad.com/

    The Lounge com question

  • How to Capture Screenshot of a Full Screen Game Made with Direct X
    S SoftwareDeveloperGoa

    Hello Friends Is there a way in which we can capture screenshot of a game built in direct x. I registered a shortcut key using RegisterHotKey to display a test messagebox, launched Star Wars and pressed the shortcut key configured. No messagebox appeared and hence it seems that the system wide shortcut keys of keyboard registered using RegisterHotKey do not work. Or it means that Direct X creates it's own secure environment in which no other software made in directx or win32 or c++ can internein ? Regards

    C / C++ / MFC game-dev c++ graphics tutorial question

  • How to Set Position where a Window will be minimised
    S SoftwareDeveloperGoa

    yeah thanks, i found a cp article for that but it seems that it work on xp only and window minimizing animation is different. Using the DrawAnimatedRects() function[^]

    C / C++ / MFC tutorial question

  • How to Set Position where a Window will be minimised
    S SoftwareDeveloperGoa

    yes you are correct, it is taskbar yeah i want a window to minimize to a specific location, irrespective of where it's taskbar icon is present. it is all about that animation thing that windows displays for every window relative to taskbar icon's position

    C / C++ / MFC tutorial question

  • How to Set Position where a Window will be minimised
    S SoftwareDeveloperGoa

    Hello Friends When a window is minimised, it goes to taskbar at the location where the tray icon is there. So if icon is towards right, the window is minimised to the right. I remember there was a function with some name like setwindowanimation, but seems i am missing something. anybody has got an idea of how to do that? Regards

    C / C++ / MFC tutorial question

  • On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me?
    S SoftwareDeveloperGoa

    Hey thanks, you got it correct but somehow the code did not worked, but i googled with your input and found an alternative which worked. BOOL Is64BitWindows() { #if defined(_WIN64) return TRUE; // 64-bit programs run only on Win64 #elif defined(_WIN32) // 32-bit programs run on both 32-bit and 64-bit Windows // so must sniff BOOL f64 = FALSE; return IsWow64Process(GetCurrentProcess(), &f64) && f64; #else return FALSE; // Win64 does not support Win16 #endif } Thanks a lot.

    Goa Guy

    Managed C++/CLI c++ com architecture question

  • On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me?
    S SoftwareDeveloperGoa

    Hey Friends I need to know in an application whether the OS is 32 or 64 Bit. My Code is compiled in 32 bit and is running on a 64 bit pc. Tried if(sizeof(void *)==8) { //64 Bit } else { //32 Bit } Does not Works Regards

    My Company

    Managed C++/CLI c++ com architecture question

  • how to create line graph in vc++?
    S SoftwareDeveloperGoa

    ms chart active x control can be alternative

    My Company

    C / C++ / MFC c++ graphics data-structures tutorial question

  • Yahoo Video Closing???
    S SoftwareDeveloperGoa

    yeah you will be able to say that after 15th March 2011, that there was a yahoo video for users :-)

    My Company

    The Lounge com hardware question lounge

  • Yahoo Video Closing???
    S SoftwareDeveloperGoa

    Seems like Yahoo could not afford to continue... After careful consideration, we will be removing all general user-generated content upload capability and user-uploaded video from Yahoo! Video. As a result, your videos, user profiles, ratings, favorites, and playlists will no longer be available after March 14, 2011. User video content from Yahoo! Video that remains embedded on third party sites will no longer be playable after March 14, 2011.

    My Company

    The Lounge com hardware question lounge

  • Website for posting photos of paintings to sell?
    S SoftwareDeveloperGoa

    Give a try to http://www.shutterstock.com/[^]

    The Lounge sales beta-testing question code-review
  • Login

  • Don't have an account? Register

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