Click here to Skip to main content
15,905,782 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Virtual Keyboard Pin
Blake Miller20-Sep-04 5:04
Blake Miller20-Sep-04 5:04 
GeneralRe: Virtual Keyboard Pin
racing5720-Sep-04 5:11
racing5720-Sep-04 5:11 
GeneralRe: Virtual Keyboard Pin
cwetze0115-Dec-04 15:55
cwetze0115-Dec-04 15:55 
GeneralEdit Box from funtion Pin
W00dSt0ck20-Sep-04 2:14
W00dSt0ck20-Sep-04 2:14 
GeneralRe: Edit Box from funtion Pin
Alpha Siera20-Sep-04 3:00
Alpha Siera20-Sep-04 3:00 
GeneralRe: Edit Box from funtion Pin
W00dSt0ck20-Sep-04 3:18
W00dSt0ck20-Sep-04 3:18 
GeneralRe: Edit Box from funtion Pin
Alpha Siera20-Sep-04 3:31
Alpha Siera20-Sep-04 3:31 
GeneralRe: Edit Box from funtion Pin
Arsalan Malik20-Sep-04 3:08
Arsalan Malik20-Sep-04 3:08 
There are two solutions to your problem:

1. Make function() a member of of your TestDlg class.

or,

2. You need to pass handle of dialog window (HWND) to SetDlgItemText as first parameter, in function:
SetDlgItemText(hWnd, IDC_Output, "From funtion()!!");


You may pass this handle to function. This handle is member of TestDlg class with name m_hWnd.


ARSALAN MALIK

GeneralRe: Edit Box from funtion Pin
W00dSt0ck20-Sep-04 4:10
W00dSt0ck20-Sep-04 4:10 
GeneralRe: Edit Box from funtion Pin
David Crow20-Sep-04 5:36
David Crow20-Sep-04 5:36 
Generalglobal hotkey: i dont get the WM_HOTKEY message Pin
Member 134487420-Sep-04 2:00
Member 134487420-Sep-04 2:00 
GeneralInternetGetConnectedState and LAN Pin
WernerP20-Sep-04 1:05
WernerP20-Sep-04 1:05 
QuestionHow to lock a CFile in VC++ 6.0? Pin
Neeranjan19-Sep-04 22:26
Neeranjan19-Sep-04 22:26 
AnswerRe: How to lock a CFile in VC++ 6.0? Pin
Alpha Siera19-Sep-04 22:40
Alpha Siera19-Sep-04 22:40 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
Neeranjan19-Sep-04 22:59
Neeranjan19-Sep-04 22:59 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
Alpha Siera20-Sep-04 0:22
Alpha Siera20-Sep-04 0:22 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
David Crow20-Sep-04 5:43
David Crow20-Sep-04 5:43 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
Neeranjan20-Sep-04 20:22
Neeranjan20-Sep-04 20:22 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
David Crow21-Sep-04 3:40
David Crow21-Sep-04 3:40 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
Neeranjan21-Sep-04 4:38
Neeranjan21-Sep-04 4:38 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
David Crow21-Sep-04 5:24
David Crow21-Sep-04 5:24 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
Neeranjan21-Sep-04 20:37
Neeranjan21-Sep-04 20:37 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
David Crow22-Sep-04 5:02
David Crow22-Sep-04 5:02 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
Neeranjan22-Sep-04 18:40
Neeranjan22-Sep-04 18:40 
GeneralRe: How to lock a CFile in VC++ 6.0? Pin
David Crow23-Sep-04 2:50
David Crow23-Sep-04 2:50 

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.