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
J

janisha

@janisha
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • strange problem (audio)
    J janisha

    :) #include #include #include #pragma comment(lib, "winmm.lib") int main(int argc, _TCHAR*argv[]) { DWORD datasize = 48000; HWAVEIN mh; WAVEFORMATEX wf; wf.wFormatTag=WAVE_FORMAT_PCM; wf.nChannels=1; wf.nSamplesPerSec=8000; wf.nAvgBytesPerSec=8000; wf.nBlockAlign=1; wf.wBitsPerSample=8; wf.cbSize=0; int r;// = ; cout << "poo1"; int k = ::waveInOpen(&mh,WAVE_MAPPER,&wf,NULL,0L,CALLBACK_WINDOW); cout << k; cout << "poo2"; if (k == MMSYSERR_NOERROR) cout << "success"; else cout << "fail"; cout << "poo7"; cout << "poo4"; //waveInAddBuffer int i ; r= waveInGetNumDevs(); cout << "poo5"; cout << r ; cin >> i ; //cout << " " << endl; return 0; } Try out mythili

    C / C++ / MFC help question

  • Checkbox / How do I get the width/height of it?
    J janisha

    Create a variable for the check box. And call GetWindowRect :omg: Mythili

    C / C++ / MFC question tutorial

  • how to load bitmap on picture ctrl
    J janisha

    U can directly load on picture control by changing the control properties Right click on picture control and change type to bitmap and select bitmap id in Image. :cool:

    C / C++ / MFC graphics help tutorial

  • How to implement List View Control
    J janisha

    How to implement List View Control in MFC :-O Myhthili

    C / C++ / MFC c++ tutorial

  • Can we declare A Constructor as Private?
    J janisha

    Can we declare A Constructor as Private? can any one explain this.;)

    C / C++ / MFC question

  • Sir Can any one help me
    J janisha

    Sir Can any one help me in knowing which message is fired when shut down dialog is up. thank u.:laugh:

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

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