
please wait
by pcultras
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... |
Jul 2, 2011 at 9:44pm
[2 replies] Last: Thanks man I've missed out that! (by pcultras)
|
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... |
Jul 2, 2011 at 9:16pm
[2 replies] Last: Regardless of how you get your C string, you can create a STL string b... (by webJose)
|
by thenewguy
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... |
Jul 2, 2011 at 1:25am
[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 ... |
Jul 1, 2011 at 9:43pm
[3 replies] Last: @ mordoran : Please don't propagate that myth anymore. You do NOT need... (by Computergeek01)
|