Click here to Skip to main content
15,923,164 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL Hell Going From Win2000 to XP Pin
ttran770018-Jul-03 5:02
ttran770018-Jul-03 5:02 
GeneralTracking a CWnd window Pin
Eugene Pustovoyt18-Jul-03 1:46
Eugene Pustovoyt18-Jul-03 1:46 
GeneralApplication Control Pin
Member 18130718-Jul-03 1:36
Member 18130718-Jul-03 1:36 
GeneralRe: Application Control Pin
Dominik Reichl18-Jul-03 1:54
Dominik Reichl18-Jul-03 1:54 
GeneralRe: Application Control Pin
Member 18130718-Jul-03 3:14
Member 18130718-Jul-03 3:14 
GeneralScrollbars and Resizing the CFormView class Pin
Martin Steiner18-Jul-03 1:27
Martin Steiner18-Jul-03 1:27 
GeneralRe: Scrollbars and Resizing the CFormView class Pin
Martin Steiner18-Jul-03 4:08
Martin Steiner18-Jul-03 4:08 
GeneralStrange problem with CRichEditCtrl Pin
Manfred Staiger18-Jul-03 1:24
Manfred Staiger18-Jul-03 1:24 
I have a SDI application with the view class derived from CRichEditView. The following code behaves different on one of of our machines:

long posError=0;
FINDTEXTEX text;
text.lpstrText="Error (";
text.chrg.cpMin=0;
text.chrg.cpMax=-1;

posError=GetView()->GetRichEditCtrl().FindText(FR_MATCHCASE|FR_WHOLEWORD, &text);
if(posError!=-1)
{
DoSomething...
}

On most machines it works fine and finds the lines containing "Error(" but on one machine it only works when I don't use the FR_WHOLEWORD flag in the FindText function. I never came across this problem ever before and can't imagine any reason for that. I'm "at the end with my latin" as we say in german. Does anybody have an idea ???

MS
GeneralSetWindowLong - replacing WndProc Pin
User 665818-Jul-03 1:22
User 665818-Jul-03 1:22 
GeneralRe: SetWindowLong - replacing WndProc Pin
Hans Ruck18-Jul-03 6:36
Hans Ruck18-Jul-03 6:36 
GeneralString to Long Pin
si_6918-Jul-03 0:14
si_6918-Jul-03 0:14 
GeneralRe: String to Long Pin
Anthony_Yio18-Jul-03 0:45
Anthony_Yio18-Jul-03 0:45 
GeneralRe: String to Long Pin
Andrew Walker18-Jul-03 1:21
Andrew Walker18-Jul-03 1:21 
GeneralRe: String to Long Pin
RChin18-Jul-03 3:55
RChin18-Jul-03 3:55 
GeneralListCtrl Pin
heju18-Jul-03 0:14
heju18-Jul-03 0:14 
GeneralRe: ListCtrl Pin
si_6918-Jul-03 0:19
si_6918-Jul-03 0:19 
GeneralRe: ListCtrl Pin
heju18-Jul-03 1:13
heju18-Jul-03 1:13 
GeneralRe: ListCtrl Pin
Dominik Reichl18-Jul-03 2:01
Dominik Reichl18-Jul-03 2:01 
GeneralSQL Server Connection Fails Pin
HemantR...17-Jul-03 23:16
HemantR...17-Jul-03 23:16 
GeneralRe: SQL Server Connection Fails Pin
Blake Miller18-Jul-03 5:36
Blake Miller18-Jul-03 5:36 
GeneralCString problem removing chars Pin
si_6917-Jul-03 22:36
si_6917-Jul-03 22:36 
GeneralRe: CString problem removing chars Pin
Dominik Reichl17-Jul-03 23:31
Dominik Reichl17-Jul-03 23:31 
GeneralRe: CString problem removing chars Pin
RChin18-Jul-03 4:25
RChin18-Jul-03 4:25 
Generalwindow does not hide if it is minimized and ShowWindow(SW_HIDE) is called Pin
FASTian17-Jul-03 22:05
FASTian17-Jul-03 22:05 
GeneralGDI+ and Effect class' Pin
cmk17-Jul-03 22:02
cmk17-Jul-03 22:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.