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

V_shr

@V_shr
About
Posts
70
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ALT code
    V V_shr

    thanks a LOT :D

    C / C++ / MFC question

  • ALT code
    V V_shr

    i want to press the alt not to check if it is pressed or not . :D thnx , V_shr

    C / C++ / MFC question

  • ALT code
    V V_shr

    lol,i wanted the something in "VK_something" , my question's answer is : the alt code is (for example) VK_ALT ! or something like that , i know how to get other keys like VK_Shift , but there is nothing about ALT key in my book :(

    C / C++ / MFC question

  • ALT code
    V V_shr

    hi all, i wanted to simulate pressing ALT by keybd_event() but i dont know the code , or if it is a virtual key. does any1 know code or virtual_key value? thnx

    C / C++ / MFC question

  • a windows API function to convert JPG into BMP [modified]
    V V_shr

    thnx , here its 3:00 pm , ill try it tomarrow :D

    C / C++ / MFC json question

  • a windows API function to convert JPG into BMP [modified]
    V V_shr

    do u know where can i get atlimage.h ??? CImage is a new class included with VC7 i think, but i use BC++ :( -- modified at 17:26 Thursday 25th October, 2007

    C / C++ / MFC json question

  • a windows API function to convert JPG into BMP [modified]
    V V_shr

    actually i searched in articles for "jpg to bmp API" the answers was s.th else ! for example changing icons to ... !!! i also looked in my API book but i couldnt find , man plz hlp

    C / C++ / MFC json question

  • a windows API function to convert JPG into BMP [modified]
    V V_shr

    i searched ... nothing , i wonder maybe i use bad key words !

    C / C++ / MFC json question

  • a windows API function to convert JPG into BMP [modified]
    V V_shr

    topic says all :D is there any? thnx

    C / C++ / MFC json question

  • keys codes in APIs like Keybd_Event
    V V_shr

    thanks a lot

    C / C++ / MFC json help question

  • keys codes in APIs like Keybd_Event
    V V_shr

    I want up , down , left and right arrow keys codes to use in bVk of Keybd_Event API function , but i don't know the codes . could anyone help me ?

    C / C++ / MFC json help question

  • how to delay in the middle of the code without cpu usage
    V V_shr

    thanks

    C / C++ / MFC tutorial

  • how to delay in the middle of the code without cpu usage
    V V_shr

    Im talking about TTimer

    C / C++ / MFC tutorial

  • how to delay in the middle of the code without cpu usage
    V V_shr

    I want to delay in the middle of my code without cpu usage , I mean I dont want to use things like timer . if there is any function or algurithm like delay() in turbo C . thanks

    C / C++ / MFC tutorial

  • how to findout that a certain program is running or not
    V V_shr

    thanks a lot

    C / C++ / MFC question tutorial

  • how to findout that a certain program is running or not
    V V_shr

    I want to write a program and I need to see that is a certain program running or not , how can I do that ? thanks

    C / C++ / MFC question tutorial

  • Copying HTML page along with the images from it.
    V V_shr

    Hi As I know there isnt any API for that . you should search for image function in the html file , and find the image adresses and copy them near the html file , then you should change the adresses in the file to new addresses (related addresses) . Then you can copy them wherever you want . It will take time to do that ...but if you want to write the program you should spend time .

    C / C++ / MFC html json question

  • getting two keys from keyboard simultaneously
    V V_shr

    HI I want to get two keys from the keyboard simultaneously , I mean when you press and hold two keys the kbhit() and getch() functions return only the first pressed key . thanks

    C / C++ / MFC

  • how to ask a yes or no question
    V V_shr

    Thanks

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

  • How to write CString to a .txt file
    V V_shr

    char string[100]="hello"; FILE *p; p=fopen("C:\a.txt","w"); fprintf(p,"sample string is : %s",string); ------------------------------------------ also you can see fprintf and it's examples in help .

    C / C++ / MFC question c++ tutorial learning
  • Login

  • Don't have an account? Register

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