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
E

Elmar Weber

@Elmar Weber
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Active X problem
    E Elmar Weber

    Add the command AfxEnableControlContainer(); in your Apps InitInstance()-Method !!! e.g. ///////////////////////////////////////////////////////////////////////////// // CMyApp initialization BOOL CMyApp::InitInstance() { AfxEnableControlContainer(); greets al

    C / C++ / MFC help com

  • Random numbers
    E Elmar Weber

    sorry, the includes are: :-D #include #include greets al

    C / C++ / MFC help lounge

  • Random numbers
    E Elmar Weber

    Please take a look into the MSDN under command 'srand' !!! Try to extend your code as follow: #include #include .. ... srand ( (unsigned)time (NULL) ); for(int k=0;k<21;k++) { myarray[k] = (char)(((int)rand()%25)+65); } ... ... greets al

    C / C++ / MFC help lounge
  • Login

  • Don't have an account? Register

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