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
T

toogud

@toogud
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Pls help to store values in a safearray nd retrive it back again...
    T toogud

    I need to get the Values which i stored in the SafeArray Back.....by the by is the above code correct in storing the values in the safearray..

    C / C++ / MFC css data-structures help tutorial question

  • Pls help to store values in a safearray nd retrive it back again...
    T toogud

    Hi Can any one help me in storing integer values(3-4 values) which i get from a grid control in a Safearray....nd i need to use them again after storing.... This is the code which i wrote is this OK.. SAFEARRAY *intPixels; SAFEARRAYBOUND rgsabound[1]; rgsabound[0].lLbound = 0; rgsabound[0].cElements = 3; intPixels = SafeArrayCreate(VT_I4,1,rgsabound); int tempint_j = 0,tempint_p = 0; for(int i = 0;i < 3;i = i+1) { CString tempStr; //Getting Values from Grid tempStr = m_Grid.GetTextArray(i); //convert values from String to int //as they are from grid int tempint_a = atoi(tempStr); SafeArrayPutElement(intPixels,(long *)&tempint_j,(void *)&tempint_a); tempint_j= tempint_j + 1; } Will the above code stores the values obtained from the Grid control(m_Grid) in the Safe Array.... if this stores the integer values in SafeArray pls tell me how to get them back to Use them.....? Thanks

    C / C++ / MFC css data-structures help tutorial question

  • How to read data from a gridline
    T toogud

    b more specfic in framing a question... ur question is not clear.....

    C / C++ / MFC question css database help tutorial
  • Login

  • Don't have an account? Register

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