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
A

amit sebiz

@amit sebiz
About
Posts
14
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with popup menus
    A amit sebiz

    i looked over but didn't get any problem of type.

    C / C++ / MFC help debugging announcement

  • Problem with popup menus
    A amit sebiz

    hi eerybody, i am having a problem with popup menus. The handlers associated with the menus are not called when i click on the menuitem in release mode but things work fine with debug mode. Can anyone help. thnx in advance, Amit

    C / C++ / MFC help debugging announcement

  • Urgent: Flexgrid not running on XP ?
    A amit sebiz

    I have made an application in vc++ that uses flexgrid to show data. I have made this application on NT 2000 but when i run the setup of application on Windows XP then flexgrid is not coming in the application. Can anyone pl. tell me the reason for this. Thanx in advance for everyone's help

    C / C++ / MFC c++ help question workspace

  • address bar
    A amit sebiz

    How to change small icon of ieplore in address bar of internet explorer its me

    Web Development tutorial

  • Random numbers
    A amit sebiz

    it works thnx

    C / C++ / MFC help lounge

  • Random numbers
    A amit sebiz

    hi! I am using the following code to generate a random string. But each time i get the same string output. Can anyone help. char myarray[22]; char* CGeneratorApp::GenerateString() { myarray[21]='\0'; for(int k=0;k<21;k++) { myarray[k] = (char)(((int)rand()%25)+65); } char first[2]; intUsed++; sprintf(first,"%d",intUsed); if(intUsed<10) { first[1]=first[0]; first[0]='0'; } first[0]=(char)((int)first[0]+27); first[1]=(char)((int)first[1]+27); myarray[8]=first[0]; myarray[10]=first[1]; AfxMessageBox(myarray); return myarray; } Thnx in advance

    C / C++ / MFC help lounge

  • animated buttons
    A amit sebiz

    Can anyone suggest a way to play an Avi file over a push button control?

    C / C++ / MFC question

  • how to enable/disable on mouse click?
    A amit sebiz

    Handle the BTNCLICK massage for the check box.Note associate a boollean member variable with the checkbox tocheck the current status.

    C / C++ / MFC question tutorial

  • Coloring Scroll Bar
    A amit sebiz

    How can i change the background of scrollbar control in MSFlexGrid????

    C / C++ / MFC question

  • Edit Control!! Doubt!!
    A amit sebiz

    Re try catching WM_CHAR message, if not a valid result set nChar to 0; Good Luck.

    C / C++ / MFC tutorial question

  • Fill Color in a static control at runtime
    A amit sebiz

    Create a custom derived class of any control and handle the WM_ERASEBACKGROUND in that class.create a solid brush of required color and paint the background(Note do it after calling base classes OnEraseBachGrnd).

    C / C++ / MFC question

  • Redrawing Controls??????
    A amit sebiz

    thanx Luuk, But it doesn't seem to work. Can u elaborate on it by an example.

    C / C++ / MFC question c++

  • Redrawing Controls??????
    A amit sebiz

    How can i redarw controls(with changed co ordinates) in a MFC Application, once i have detected that resolution has changed??

    C / C++ / MFC question c++

  • MFCs
    A amit sebiz

    How to change the Backgroung of Menubar,statusBar,toolbar in VC++ Can sizes of buttons on the toolbar be customized?

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

  • Don't have an account? Register

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