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

C / C++ / MFC

 
QuestionHow to convert LPWSTR to string? Pin
amitmistry_petlad 23-Feb-07 22:39
amitmistry_petlad 23-Feb-07 22:39 
AnswerRe: How to convert LPWSTR to string? Pin
Christian Graus23-Feb-07 22:54
protectorChristian Graus23-Feb-07 22:54 
AnswerRe: How to convert LPWSTR to string? Pin
Stephen Hewitt24-Feb-07 2:08
Stephen Hewitt24-Feb-07 2:08 
Questionrelated to network module Pin
sudhir.marni23-Feb-07 22:31
sudhir.marni23-Feb-07 22:31 
AnswerRe: related to network module Pin
Mark Salsbery24-Feb-07 6:49
Mark Salsbery24-Feb-07 6:49 
QuestionXPCom for mozilla Pin
johnalek23-Feb-07 21:59
johnalek23-Feb-07 21:59 
AnswerRe: XPCom for mozilla Pin
Don Box23-Feb-07 22:23
Don Box23-Feb-07 22:23 
Questioncommandbar Pin
Sunshine Always23-Feb-07 21:53
Sunshine Always23-Feb-07 21:53 
i have a command bar in my application that runs on WinCE module.
i need to increase the size of it. how do i do it???
i am using this to create the menubar.
if(SHCreateMenuBar(&mbi))
{
g_hwndMb = mbi.hwndMB;


TBBUTTONINFO tbbi = {0};
tbbi.cbSize = sizeof(tbbi);
::SendMessageW(g_hwndMb, TB_GETBUTTONINFO,0, (LPARAM)&tbbi);
g_hMenu = (HMENU)tbbi.lParam;
}
QuestionProperty Bag Pin
zareee23-Feb-07 21:23
zareee23-Feb-07 21:23 
QuestionSend UINT array Pin
javad_200523-Feb-07 20:18
javad_200523-Feb-07 20:18 
AnswerRe: Send UINT array Pin
jeron124-Feb-07 4:36
jeron124-Feb-07 4:36 
AnswerRe: Send UINT array Pin
Mark Salsbery24-Feb-07 6:56
Mark Salsbery24-Feb-07 6:56 
QuestionOpenGL cylinder help Pin
rushiraj.jhala23-Feb-07 19:01
rushiraj.jhala23-Feb-07 19:01 
AnswerRe: OpenGL cylinder help Pin
Maximilien24-Feb-07 2:34
Maximilien24-Feb-07 2:34 
AnswerRe: OpenGL cylinder help Pin
El Corazon24-Feb-07 8:17
El Corazon24-Feb-07 8:17 
Questionhow to end a process remotely from server? Pin
ShaluMalu23-Feb-07 18:18
ShaluMalu23-Feb-07 18:18 
AnswerRe: how to end a process remotely from server? Pin
Newbie0023-Feb-07 22:52
Newbie0023-Feb-07 22:52 
QuestionUnit test case Pin
RockyJames23-Feb-07 18:06
RockyJames23-Feb-07 18:06 
AnswerRe: Unit test case Pin
Rajesh R Subramanian23-Feb-07 18:52
professionalRajesh R Subramanian23-Feb-07 18:52 
Questionmstcpip.h Pin
skyline223-Feb-07 17:55
skyline223-Feb-07 17:55 
AnswerRe: mstcpip.h Pin
Hamid_RT23-Feb-07 19:01
Hamid_RT23-Feb-07 19:01 
GeneralRe: mstcpip.h Pin
skyline22-Mar-07 0:19
skyline22-Mar-07 0:19 
GeneralRe: mstcpip.h Pin
Hamid_RT2-Mar-07 0:36
Hamid_RT2-Mar-07 0:36 
AnswerRe: mstcpip.h Pin
Christian Graus23-Feb-07 22:40
protectorChristian Graus23-Feb-07 22:40 
AnswerRe: mstcpip.h Pin
skyline22-Mar-07 0:17
skyline22-Mar-07 0:17 

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.