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

Supra2

@Supra2
About
Posts
21
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to capture Close event of Winword Application using AddIn?
    S Supra2

    Hi, I have develope a AddIn using ATL in .Net enviroment and I want to capture [Winword Cross] application close and not document close. How can I get this event? I want to Invoke this event when I am closing a document. Thanks

    COM question csharp c++ tutorial

  • How to load images on background transperantly?
    S Supra2

    I want to load small images on the background image and both images is having the same color but my problem is i am not able to make small images as totally transperant i.e. i can see the edges of these small images. so i am loading these images in resources and trying to load but the effect is same. I want to draw these images in a such a way that it should mix up with background image and edges cannot be seen. I used maketransparent API but no desired result. Also I streched the images in order to mix with the background but i can see the edges. Pls let me know how can we do this.

    C# json help tutorial question

  • How to change cursor to hand on a specific area of a form or control?
    S Supra2

    Hi Thanks for your reply and suggestions. I ll certainly see to it. Now I am able to do as per the position of images by using MouseMove function.

    C# tutorial question

  • How to change cursor to hand on a specific area of a form or control?
    S Supra2

    thanks for reply my dear friend but little while ago i was asking about trapping mouse event, which i am able to handle now. but what i want now is on mouse over i want to show HAND cursor. As explained i have background image and on that i am having one more small image of a card (e.g Heart one), and i want whenever user take mouse over this card the cursor should get changed to HAND. I know that every control is having a property of cursor but this is an image (HeartOne.jpg) which is drawn over another image (BG.jpg)

    C# tutorial question

  • How to change cursor to hand on a specific area of a form or control?
    S Supra2

    Hi I have load an image in the background but i would like to show HAND cursor in some area (e.g button on a background image). I am able to do it for whole form or background image but not for a part of it.

    C# tutorial question

  • How to handle OnMouseMove (NC_MOUSEMOVE) using C#?
    S Supra2

    thanks for you reply. it is helpful. I am loading a background image on form and again loading some small images on it and i want to capture move over to these small images and change the cursor shape. I am facing problem here. if u know how to do it...will be helpful...

    C# csharp tutorial question

  • How to handle OnMouseMove (NC_MOUSEMOVE) using C#?
    S Supra2

    I want to check the where are the co-ordinates of mouse using on mouse move Or OnMousehover. I am new to C# pls let me know how to write handlers for MOUSE move or mouse click.

    C# csharp tutorial question

  • How to run swf file from c#?
    S Supra2

    I want to run swf file from C# windows application. I am able to run .wav file but not .swf file. Thanks

    C# csharp tutorial question

  • C# timer issue
    S Supra2

    I have an application where I am redrawing some images after each second. For this I have written a handler for timer in which i am calling one function which draws image. In timer i am incrementing number and based on the number i am displaying or redrawing image. In OnPaint event these images get displayed. But when I am trying to do this with timer event handler iam unable to display different image. I need to do ALT + Tab and again select the same application then my OnPaint gets called and whaever value of number the same image is get displayed. I want this to automatically displayed in sync with timer. What could be the reason.

    C# csharp help

  • Game development with C#
    S Supra2

    Hi, I want to develop cards game (.jpg,.jpeg) using C#. Please let me know is C# is a better way to do it. If any one have sample source code which loads one main image in a background and other card images as per the logic on that will help. Thnks

    C# csharp game-dev help

  • Game developement using MFC
    S Supra2

    Hi, I need suggestion based on this game development using .Net (C# or VB.Net). I would like to create GUI at client side using C# or VB.Net and at server side needs to validate the user. pls let me know which option is feasible in terms of game development(VC++ MFC or .Net).Also I want to draw images at client side. At server side I would like to access and modify database (Access) so I am not sure whether which option is suitable in this case. Thanks

    C / C++ / MFC c++ game-dev

  • How to check whether system is connected to internet using VC++?
    S Supra2

    Hi, I have a requirement where I need to find out whether internet is available or not. How to achieve this using VC++? THanks Suhas

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

  • How to print data from SDI or dialog based application to printer.
    S Supra2

    Thanks for this reply. do you have any idea how can we manage bar-code on this print page?

    C / C++ / MFC c++ json tutorial question

  • How to print data from SDI or dialog based application to printer.
    S Supra2

    Hi, I want to send the data (formatted by me as a ticket)from my application to printer (small printer) using VC++. Is there any API by which I could able to print this ticket? Thanks

    C / C++ / MFC c++ json tutorial question

  • How redraw images if screen resolution changes?
    S Supra2

    hi, I have an application which loads some images. when I changes the screen resolution position of images gets changed. How to manage image position while changing the screen resolution. Thanks

    C / C++ / MFC tutorial question

  • How to calculate screen size?
    S Supra2

    Thanks for your reply but can u tell me will it work as same as that of Solitaire game. When i am resizing this game screen all the cards gets resized based on the main window with the proper space between them. Thanks

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

  • How to manage image position after changing screen resolution?
    S Supra2

    Hi, I have developed one application which loads some jpg images and when I resize window the position of all these images gets changed. I have loaded a small image at bottom of right corner of screen (SDI application). When I restore the screen I am not able to see the same image in window. I am using GetclientRect function to calculate the screen size but after using this I am able to manage the images properly. I want to draw these images as per the screen size(e.g solitaire game). Please suggest how to do it. Thanks

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

  • Game developement using MFC
    S Supra2

    Don't get angry.... Actually we have to develop some game based on cards like solitare but it also involves loading of other JPG,BMP...which we load based on some logic. It is kind of amusment games (e.g. Golden Wheel) Thanks

    C / C++ / MFC c++ game-dev

  • How to calculate screen size?
    S Supra2

    Hi I want to draw jpeg files in SDI application but when i am trying to resize the window I want the sane image to be drawn based on the size but i dont know how to do it with VC++. Pls suggest. Thanks

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

  • Game developement using MFC
    S Supra2

    I would like to use VC 6.0 which involves loading of BMP, JPEG, WAV files.

    C / C++ / MFC c++ game-dev
  • Login

  • Don't have an account? Register

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