Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: saidolsol
  • Content: Threads
  • Order by date
  1. saidolsol

    shared memory

    hi all, if i want to use pointers inside shared memory, how do i have to get and attach it. For example... struct shm { int *numbers; int i1; int i2; int i3; } *pshm; Say i have N numbers to put into the array, then... IDshm = shmget(KEY, (4*N)+4+4+4, IPC_CREAT | 0666)...
  2. saidolsol

    scroll bar

    hi all, Can i control the position of a scroll bar in an editable text area to show different parts of the text at different moments?. Warmest regards. saludos. salutacions. a10.
  3. saidolsol

    Editable text area vs Static text area

    lo, now i can use CString for buffering (thanks John). That let me realize that the problem is in the text area. If i use static text everything works well, but if i use editable text area the new line character is replaced by a vertical black bar symbol, and the text is not displayed well. The...
  4. saidolsol

    CString problem

    When i try to put some text from char* to CString, the newline character becomes a black vertical tab. So i can't see correctly the text i've read from a file and displayed in a text area. For some reasons i need to use char* instead of CString for buffering, and i need to use CString as text...

Part and Inventory Search

Back
Top