Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Regarding the Record Position. Pin
David Crow19-Oct-09 4:52
David Crow19-Oct-09 4:52 
AnswerRe: Regarding the Record Position. Pin
Rajesh R Subramanian19-Oct-09 5:45
professionalRajesh R Subramanian19-Oct-09 5:45 
GeneralRe: Regarding the Record Position. Pin
janaswamy uday19-Oct-09 5:56
janaswamy uday19-Oct-09 5:56 
GeneralRe: Regarding the Record Position. Pin
Rajesh R Subramanian19-Oct-09 6:16
professionalRajesh R Subramanian19-Oct-09 6:16 
QuestionHow we show a message box & get user input in Win32 Dynamic-Link Library Pin
THAQCD19-Oct-09 4:19
THAQCD19-Oct-09 4:19 
AnswerRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Richard MacCutchan19-Oct-09 4:33
mveRichard MacCutchan19-Oct-09 4:33 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
THAQCD19-Oct-09 6:11
THAQCD19-Oct-09 6:11 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Iain Clarke, Warrior Programmer19-Oct-09 8:08
Iain Clarke, Warrior Programmer19-Oct-09 8:08 
The link he gave you was a good one. The fact you're asking a basic question (nothing wrong with being at the start of something) means you have a lot of learning to do. The link he gave you is Microsoft's explanation of the concepts.

There are many links throughout that article pointing to more specific things.

As for an actual function?

Try: DialogBox, or CreateDialog.

You'll also need a Dialog resource. And if you're in pure Win32, you'll have to learn about instance handles.
(All of this is googlable - I'm trying to give you search terms)

If you're starting from nothing, then this is not easy stuff. Don't expect to solve it in 10 minutes.
Also, you cannot expect someone here to write "codez" for you that will do exactly what you want. What he was trying to do was to steer you at learning material so you can do it yourself - or at least start to, and ask more detailed questions later.

Good luck,

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
THAQCD19-Oct-09 8:26
THAQCD19-Oct-09 8:26 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Tim Craig19-Oct-09 8:31
Tim Craig19-Oct-09 8:31 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Richard MacCutchan19-Oct-09 8:33
mveRichard MacCutchan19-Oct-09 8:33 
QuestionEvents for Combobox in Visual C++ [modified] Pin
Invinci19-Oct-09 4:09
Invinci19-Oct-09 4:09 
AnswerRe: Events for Combobox in Visual C++ Pin
Maximilien19-Oct-09 4:20
Maximilien19-Oct-09 4:20 
GeneralRe: Events for Combobox in Visual C++ Pin
Invinci19-Oct-09 4:33
Invinci19-Oct-09 4:33 
GeneralRe: Events for Combobox in Visual C++ Pin
Maximilien19-Oct-09 4:35
Maximilien19-Oct-09 4:35 
QuestionAnalysing call stack.. [modified] Pin
Elsie19-Oct-09 3:07
Elsie19-Oct-09 3:07 
AnswerRe: Analysing call stack.. Pin
theCPkid19-Oct-09 19:28
theCPkid19-Oct-09 19:28 
QuestionHow to catch WM_CLOSE by using hook Pin
[N][Q][H]19-Oct-09 3:04
[N][Q][H]19-Oct-09 3:04 
QuestionRe: How to catch WM_CLOSE by using hook Pin
David Crow19-Oct-09 3:18
David Crow19-Oct-09 3:18 
AnswerRe: How to catch WM_CLOSE by using hook Pin
[N][Q][H]19-Oct-09 5:09
[N][Q][H]19-Oct-09 5:09 
AnswerRe: How to catch WM_CLOSE by using hook Pin
Naveen19-Oct-09 3:41
Naveen19-Oct-09 3:41 
GeneralRe: How to catch WM_CLOSE by using hook Pin
[N][Q][H]19-Oct-09 5:01
[N][Q][H]19-Oct-09 5:01 
AnswerRe: How to catch WM_CLOSE by using hook Pin
carly3321-Oct-09 0:38
carly3321-Oct-09 0:38 
QuestionHelp with global variable in MFC dialog application Pin
moh.hijjawi19-Oct-09 1:04
moh.hijjawi19-Oct-09 1:04 
AnswerRe: Help with global variable in MFC dialog application Pin
CPallini19-Oct-09 1:54
mveCPallini19-Oct-09 1:54 

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.