Click here to Skip to main content
15,904,652 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: updatedata? Pin
BadJerry25-Nov-03 0:46
BadJerry25-Nov-03 0:46 
GeneralMs Project Add-in Pin
Braulio Dez24-Nov-03 22:59
Braulio Dez24-Nov-03 22:59 
GeneralRe: Ms Project Add-in Pin
John R. Shaw25-Nov-03 9:15
John R. Shaw25-Nov-03 9:15 
GeneralMetaFiles Pin
asv24-Nov-03 22:36
asv24-Nov-03 22:36 
Generaladding webpage or text documnet Pin
N.Byarley24-Nov-03 21:36
N.Byarley24-Nov-03 21:36 
GeneralRe: adding webpage or text documnet Pin
BadJerry25-Nov-03 1:09
BadJerry25-Nov-03 1:09 
GeneralRe: adding webpage or text documnet Pin
N.Byarley25-Nov-03 5:04
N.Byarley25-Nov-03 5:04 
GeneralCreateWindow; Pin
Bo Hunter24-Nov-03 20:27
Bo Hunter24-Nov-03 20:27 
I am tring to create a groupbox on the client window
in a wtl project. I can not get it to work, it creates
a window the right size but does not paint the text
or the group outline. I have created buttons and checkboxes
and all work fine painting and all.

Here is the code for the groupbox I am tring to create.
hWndGroup = ::CreateWindow(WC_STATIC, _T("Check Item(s) to Disable."),
	WS_CHILD | WS_VISIBLE | BS_GROUPBOX | BS_LEFTTEXT | BS_TEXT,
	70, 50, 200, 130, m_hWnd, (HMENU)ID_GROUPBOX,
        ((LPCREATESTRUCT)lParam)->hInstance, NULL);


Thank You
Bo Hunter
GeneralRe: CreateWindow; Pin
BaldwinMartin24-Nov-03 21:08
BaldwinMartin24-Nov-03 21:08 
GeneralRe: CreateWindow; Pin
Oliver Anhuth24-Nov-03 22:56
Oliver Anhuth24-Nov-03 22:56 
GeneralModifying Proxy setting of IE Pin
ssudhaiyer24-Nov-03 19:40
ssudhaiyer24-Nov-03 19:40 
GeneralRe: Modifying Proxy setting of IE Pin
John R. Shaw24-Nov-03 19:54
John R. Shaw24-Nov-03 19:54 
GeneralRe: Modifying Proxy setting of IE Pin
Joaquín M López Muñoz24-Nov-03 23:30
Joaquín M López Muñoz24-Nov-03 23:30 
GeneralExplain to me Net Bios Names! Pin
BaldwinMartin24-Nov-03 17:31
BaldwinMartin24-Nov-03 17:31 
GeneralRe: Explain to me Net Bios Names! Pin
Ilamparithi24-Nov-03 20:22
Ilamparithi24-Nov-03 20:22 
GeneralRe: Explain to me Net Bios Names! Pin
BaldwinMartin24-Nov-03 20:29
BaldwinMartin24-Nov-03 20:29 
GeneralRe: Explain to me Net Bios Names! Pin
BaldwinMartin24-Nov-03 20:43
BaldwinMartin24-Nov-03 20:43 
GeneralRe: Explain to me Net Bios Names! Pin
Ilamparithi24-Nov-03 21:09
Ilamparithi24-Nov-03 21:09 
GeneralRe: Explain to me Net Bios Names! Pin
BaldwinMartin24-Nov-03 21:18
BaldwinMartin24-Nov-03 21:18 
GeneralRe: Explain to me Net Bios Names! Pin
Ilamparithi24-Nov-03 22:07
Ilamparithi24-Nov-03 22:07 
GeneralRe: Explain to me Net Bios Names! Pin
speedpacer25-Nov-03 13:20
speedpacer25-Nov-03 13:20 
GeneralRe: Explain to me Net Bios Names! Pin
BaldwinMartin25-Nov-03 15:10
BaldwinMartin25-Nov-03 15:10 
GeneralRe: Explain to me Net Bios Names! Pin
speedpacer25-Nov-03 16:21
speedpacer25-Nov-03 16:21 
GeneralRe: Explain to me Net Bios Names! Pin
BaldwinMartin25-Nov-03 16:27
BaldwinMartin25-Nov-03 16:27 
QuestionHow can I get the window handle from process id? Pin
Anonymous24-Nov-03 17:28
Anonymous24-Nov-03 17:28 

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.