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 SkipVought 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: *

  1. saidolsol

    shared memory

    hi Matt, you have not mis-interpreted my question. Later i will test with that new struct, and with the array references you suggested. bye. Adiós. Adéu. a10.
  2. saidolsol

    scroll bar

    thank you very much. muchísimas gracias. moltíssimes gràcies. a10.
  3. saidolsol

    shared memory

    no.
  4. 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)...
  5. 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.
  6. saidolsol

    CString problem

    it worked great! thanks. gracias. gràcies. a10.
  7. saidolsol

    CString problem

    hi, i've done LPSTR pstr = str.GetBufferSetLength(/*length_of_text_file*/); and it doesn't need to ReleaseBuffer(). But the new line char problem is still there... thanx. gracias. gràcies. a10.
  8. saidolsol

    Editable text area vs Static text area

    hi, the static text hasn't multiline nor scrolling properties, that's what class wizard say. It's only allowed with editable text and i have already done this. I can scroll the edit control but there are no new line characters. That's the reason i want to use the static text, because it displays...
  9. 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...
  10. 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