Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: activX in c++ Pin
Tunococ20-Apr-02 5:04
Tunococ20-Apr-02 5:04 
GeneralRe: activX in c++ Pin
Imran Farooqui20-Apr-02 5:07
Imran Farooqui20-Apr-02 5:07 
GeneralRe: activX in c++ Pin
20-Apr-02 5:16
suss20-Apr-02 5:16 
QuestionWhat happens when the user close a control bar by clicking the x button on the top right corner? Pin
Tunococ20-Apr-02 4:37
Tunococ20-Apr-02 4:37 
AnswerRe: What happens when the user close a control bar by clicking the x button on the top right corner? Pin
Shog920-Apr-02 5:05
sitebuilderShog920-Apr-02 5:05 
GeneralRe: What happens when the user close a control bar by clicking the x button on the top right corner? Pin
Tunococ20-Apr-02 5:12
Tunococ20-Apr-02 5:12 
GeneralDisplaying Bitmap file in Dialog box Pin
malf20-Apr-02 4:34
malf20-Apr-02 4:34 
GeneralRe: Displaying Bitmap file in Dialog box Pin
Tunococ20-Apr-02 4:59
Tunococ20-Apr-02 4:59 
This is the way I do to insert an image in a dialog box.

1. Add a bitmap resource (IDB) to use to the project.
2. Add a picture control to the dialog.
3. Set the type of the newly-added control to Bitmap.
4. Map a CStatic variable (m_A) to the control.
5. Add a CBitmap variable (m_B) to the dialog class.
6. In the dialog's "OnInitialUpdate()" function, type:
m_B.LoadBitmap(IDB); // VERIFY macro can be used.
m_A.SetBitmap(m_B);
GeneralCreateProcessWithLogonW() Pin
hph19-Apr-02 23:55
hph19-Apr-02 23:55 
GeneralRe: CreateProcessWithLogonW() Pin
l a u r e n20-Apr-02 0:36
l a u r e n20-Apr-02 0:36 
GeneralRe: CreateProcessWithLogonW() Pin
hph20-Apr-02 0:53
hph20-Apr-02 0:53 
GeneralRe: CreateProcessWithLogonW() Pin
Tom Archer20-Apr-02 4:41
Tom Archer20-Apr-02 4:41 
GeneralRe: CreateProcessWithLogonW() Pin
Philip Patrick20-Apr-02 4:01
professionalPhilip Patrick20-Apr-02 4:01 
GeneralRe: CreateProcessWithLogonW() Pin
hph20-Apr-02 4:12
hph20-Apr-02 4:12 
GeneralRe: CreateProcessWithLogonW() Pin
Philip Patrick20-Apr-02 4:24
professionalPhilip Patrick20-Apr-02 4:24 
GeneralRe: CreateProcessWithLogonW() Pin
hph20-Apr-02 5:07
hph20-Apr-02 5:07 
GeneralRe: CreateProcessWithLogonW() Pin
Philip Patrick20-Apr-02 7:45
professionalPhilip Patrick20-Apr-02 7:45 
GeneralRe: CreateProcessWithLogonW() Pin
Tim Deveaux20-Apr-02 4:57
Tim Deveaux20-Apr-02 4:57 
GeneralRe: CreateProcessWithLogonW() Pin
Tim Deveaux20-Apr-02 5:14
Tim Deveaux20-Apr-02 5:14 
QuestionSend data to text file after read from pipe? Pin
19-Apr-02 23:55
suss19-Apr-02 23:55 
AnswerRe: Send data to text file after read from pipe? Pin
Paul M Watt20-Apr-02 5:49
mentorPaul M Watt20-Apr-02 5:49 
GeneralSplitter without Doc/View Pin
Dr_Sh0ck19-Apr-02 23:27
Dr_Sh0ck19-Apr-02 23:27 
GeneralRe: Splitter without Doc/View Pin
Dr_Sh0ck21-Apr-02 6:13
Dr_Sh0ck21-Apr-02 6:13 
Generalneed help drawing to a meta DC Pin
IGeorgeI19-Apr-02 22:52
IGeorgeI19-Apr-02 22:52 
GeneralRe: need help drawing to a meta DC Pin
Shog920-Apr-02 4:03
sitebuilderShog920-Apr-02 4:03 

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.