Click here to Skip to main content
15,911,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can any body help me in speech to text Pin
Mike Nordell30-May-03 20:42
Mike Nordell30-May-03 20:42 
AnswerRe: can any body help me in speech to text Pin
Joan M1-Jun-03 21:20
professionalJoan M1-Jun-03 21:20 
GeneralCListView and selection Pin
Gian30-May-03 1:56
Gian30-May-03 1:56 
GeneralRe: CListView and selection Pin
David Crow30-May-03 2:52
David Crow30-May-03 2:52 
GeneralRe: CListView and selection Pin
Gian30-May-03 3:06
Gian30-May-03 3:06 
GeneralRe: CListView and selection Pin
David Crow30-May-03 3:39
David Crow30-May-03 3:39 
GeneralVirtual Display Driver Pin
vikramlinux30-May-03 1:45
vikramlinux30-May-03 1:45 
Questionhow to update a toolbar Pin
Bigfoot194230-May-03 1:35
Bigfoot194230-May-03 1:35 
i made a toolbar using this command: hToolBar = CreateToolbarEx(hToolBar, WS_CHILD|WS_BORDER|WS_VISIBLE, 2, 123, hInstance, IDR_TOOLBAR1, array, 8, 87, 33, 87, 33, sizeof(TBBUTTON));

it shows but when i resize the window the toolbar doesnt resize accordingly. i tried to make it update using: SendMessage(hToolBar, TB_AUTOSIZE, wParam, lParam);
and
SendMessage(hToolBar, WM_SIZE, wParam, lParam);
but it doesnt work. What should i do to make it update?
AnswerRe: how to update a toolbar Pin
G. Steudtel30-May-03 7:57
G. Steudtel30-May-03 7:57 
GeneralChanging row Font in listctrl, changes width but not height Pin
ScorpioMidget30-May-03 1:33
ScorpioMidget30-May-03 1:33 
GeneralOnly a trick, not the answer... Pin
Joan M1-Jun-03 21:25
professionalJoan M1-Jun-03 21:25 
GeneralOpenGL in Release mode Pin
Jawache30-May-03 0:54
Jawache30-May-03 0:54 
GeneralLimit number of instances of App Pin
Kamesh30-May-03 0:31
Kamesh30-May-03 0:31 
GeneralRe: Limit number of instances of App Pin
Rage30-May-03 0:42
professionalRage30-May-03 0:42 
GeneralRe: Limit number of instances of App Pin
David Crow30-May-03 2:56
David Crow30-May-03 2:56 
GeneralRe: Limit number of instances of App Pin
John M. Drescher30-May-03 7:14
John M. Drescher30-May-03 7:14 
GeneralRe: Limit number of instances of App Pin
Kamesh1-Jun-03 18:43
Kamesh1-Jun-03 18:43 
GeneralRe: Limit number of instances of App Pin
John M. Drescher2-Jun-03 3:20
John M. Drescher2-Jun-03 3:20 
GeneralInheritance in c++ help Pin
lafin30-May-03 0:22
lafin30-May-03 0:22 
GeneralRe: Inheritance in c++ help Pin
Joaquín M López Muñoz30-May-03 0:39
Joaquín M López Muñoz30-May-03 0:39 
GeneralRe: Inheritance in c++ help Pin
AlexO30-May-03 8:02
AlexO30-May-03 8:02 
GeneralRe: Inheritance in c++ help Pin
David Chamberlain30-May-03 8:31
David Chamberlain30-May-03 8:31 
GeneralRe: Inheritance in c++ help Pin
basementman30-May-03 9:35
basementman30-May-03 9:35 
GeneralMy Program locks out the computer from opening up any other program, drag&drop is also not working Pin
pma29-May-03 23:05
pma29-May-03 23:05 
GeneralRe: My Program locks out the computer from opening up any other program, drag&drop is also not working Pin
Rage30-May-03 0:45
professionalRage30-May-03 0:45 

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.