Windows Programming - July 2011 (Page 7)

Problem with edit control not having hscroll
 
Im just learning WINAPI lately and i was making a notepad and wanted to make function that would turn off the horizontal scroll so i simply took out the WS_HSCR...
[2 replies] Last: Thanks man I've missed out that! (by pcultras)
Finding strings in a control and replacing them
 
I'm having a trouble to figure out how to replace strings in a control. I was trying to use Size = GetWindowTextLength(hEdit); GetDlgItemText(hwnd, IDC_MAIN...
[2 replies] Last: Regardless of how you get your C string, you can create a STL string b... (by webJose)
detecting "\r\n" C++/CLI
 
I'm trying to create a program similar to notepad++ (not publishing, just wanting to learn) problem is... I don't know how to detect when the user presses 'E...
[1 reply] : Never mind, I found the answer. I was trying if (richTextBox1->Text-... (by thenewguy)
Function Pointer Question
 
Hey Guys, (THERE IS A QUESTION IN HERE I PROMISE) I've made A LOT of progress on this in the past week and I may be hitting my limit for the day but I am ...
[3 replies] Last: @ mordoran : Please don't propagate that myth anymore. You do NOT need... (by Computergeek01)
July 2011 Pages: 1... 567
  Archived months: [jun2011] [aug2011]

This is an archived page. To post a new message, go to the current page.