Click here to Skip to main content
16,004,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get the highlighted string from window application? Pin
Tony Chung : )28-Feb-03 4:07
Tony Chung : )28-Feb-03 4:07 
AnswerRe: How to get the highlighted string from window application? Pin
AlexO28-Feb-03 4:17
AlexO28-Feb-03 4:17 
GeneralRe: How to get the highlighted string from window application? Pin
Tony Chung : )28-Feb-03 4:31
Tony Chung : )28-Feb-03 4:31 
GeneralRe: How to get the highlighted string from window application? Pin
AlexO28-Feb-03 5:07
AlexO28-Feb-03 5:07 
GeneralPut focus on Field name Pin
JensB28-Feb-03 3:59
JensB28-Feb-03 3:59 
GeneralRe: Put focus on Field name Pin
Chris Losinger28-Feb-03 5:17
professionalChris Losinger28-Feb-03 5:17 
GeneralRe: Put focus on Field name Pin
JensB10-Mar-03 1:31
JensB10-Mar-03 1:31 
Generaldll question (again) sheesh! Pin
will138328-Feb-03 3:52
will138328-Feb-03 3:52 
Ok
I've created a win32 dll project via VS. In this dll I'm creating dialog boxes and windows be be used by several diffent apps.

Here's an example of my creation of the dialogs:
hTemp =CreateDialog(hInstance,
MAKEINTRESOURCE(IDD_USER_STR_INPUT_DLG),
hWnd,
IuxUserStringInputProc);
if (hTemp == NULL)
error = GetLastError();

But it ALWAYS comes back null and the get last error returns an 1814 error, which is: ERROR_RESOURCE_NAME_NOT_FOUND and MSDN tells me: "The specified resource type can't be found in the image file"

What the heck does that mean? It kinda makes sense what it is telling me in that the resource I'm trying to create isn't there in the dll, but it's in the project and it shows up in my build options, so what givesConfused | :confused:

any help in the matter is GREATLY appreciated.

Thanks

Dan Willis
GeneralRe: dll question (again) sheesh! Pin
AlexO28-Feb-03 4:00
AlexO28-Feb-03 4:00 
GeneralRe: dll question (again) sheesh! Pin
will138328-Feb-03 4:02
will138328-Feb-03 4:02 
GeneralDigging deeper (was: dll question (again) sheesh!) Pin
will138328-Feb-03 4:19
will138328-Feb-03 4:19 
GeneralRe: Digging deeper (was: dll question (again) sheesh!) Pin
AlexO28-Feb-03 4:23
AlexO28-Feb-03 4:23 
GeneralRe: Digging deeper (was: dll question (again) sheesh!) Pin
Chris Richardson28-Feb-03 8:16
Chris Richardson28-Feb-03 8:16 
GeneralRe: Digging deeper (was: dll question (again) sheesh!) Pin
will138328-Feb-03 9:04
will138328-Feb-03 9:04 
Generalthat darn new operator Pin
will138328-Feb-03 3:13
will138328-Feb-03 3:13 
GeneralRe: that darn new operator Pin
Tim Smith28-Feb-03 3:18
Tim Smith28-Feb-03 3:18 
GeneralRe: that darn new operator Pin
will138328-Feb-03 3:29
will138328-Feb-03 3:29 
GeneralRe: that darn new operator Pin
will138328-Feb-03 3:53
will138328-Feb-03 3:53 
GeneralRe: that darn new operator Pin
AlexO28-Feb-03 3:57
AlexO28-Feb-03 3:57 
GeneralRe: that darn new operator Pin
will138328-Feb-03 4:04
will138328-Feb-03 4:04 
GeneralClassView lost Pin
Jerome Conus28-Feb-03 3:06
Jerome Conus28-Feb-03 3:06 
GeneralRe: ClassView lost Pin
AlexO28-Feb-03 3:12
AlexO28-Feb-03 3:12 
GeneralRe: ClassView lost Pin
Jerome Conus28-Feb-03 3:14
Jerome Conus28-Feb-03 3:14 
GeneralRe: ClassView lost Pin
benjymous28-Feb-03 3:27
benjymous28-Feb-03 3:27 
GeneralRe: ClassView lost Pin
Jerome Conus28-Feb-03 3:34
Jerome Conus28-Feb-03 3:34 

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.