Click here to Skip to main content
16,005,065 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Way to start window service before login screen??? Pin
Yulianto.27-Apr-05 23:08
Yulianto.27-Apr-05 23:08 
GeneralRe: Way to start window service before login screen??? Pin
ThatsAlok27-Apr-05 23:13
ThatsAlok27-Apr-05 23:13 
GeneralRe: Way to start window service before login screen??? Pin
Yulianto.27-Apr-05 23:22
Yulianto.27-Apr-05 23:22 
GeneralRe: Way to start window service before login screen??? Pin
ThatsAlok27-Apr-05 23:53
ThatsAlok27-Apr-05 23:53 
GeneralRe: Way to start window service before login screen??? Pin
Yulianto.28-Apr-05 0:01
Yulianto.28-Apr-05 0:01 
GeneralRe: Way to start window service before login screen??? Pin
ThatsAlok28-Apr-05 0:11
ThatsAlok28-Apr-05 0:11 
GeneralIts urgent.. regarding WAVEFORMATEX Pin
mpallavi27-Apr-05 21:19
mpallavi27-Apr-05 21:19 
Generalmulti row tab control Pin
Bilge Kaan27-Apr-05 20:49
Bilge Kaan27-Apr-05 20:49 
When I changed tab control properties from porperties dialog to multiline ,application crashes. Waht si different to init tab when this option is selected

my init code in oninitdialog is
HIMAGELIST hList = ImageList_Create(16,16, ILC_COLOR8 |ILC_MASK , 8, 1);
m_cImageList.Attach(hList);
CBitmap cBmp;
cBmp.LoadBitmap(IDB_BITMAP_LIST_SMALL);
m_cImageList.Add(&cBmp, RGB(255,0, 255));
cBmp.DeleteObject();

m_tab.SetImageList(&m_cImageList);

m_tab.InsertItem(0,"Tab 1",3);
m_tab.InsertItem(1,"Tab 2",2);
m_tab.InsertItem(2,"Tab 3",7);
m_tab.InsertItem(3,"Tab 4",0);
QuestionHow to import class from a dll? Pin
eli1502197927-Apr-05 20:46
eli1502197927-Apr-05 20:46 
AnswerRe: How to import class from a dll? Pin
stolid_rock27-Apr-05 21:43
stolid_rock27-Apr-05 21:43 
GeneralRe: How to import class from a dll? Pin
eli1502197927-Apr-05 22:13
eli1502197927-Apr-05 22:13 
GeneralUnRegestering the dll Pin
Anonymous27-Apr-05 20:38
Anonymous27-Apr-05 20:38 
GeneralRe: UnRegestering the dll Pin
«_Superman_»27-Apr-05 20:45
professional«_Superman_»27-Apr-05 20:45 
GeneralRe: UnRegestering the dll Pin
ThatsAlok27-Apr-05 23:00
ThatsAlok27-Apr-05 23:00 
GeneralRe: UnRegestering the dll Pin
«_Superman_»27-Apr-05 23:43
professional«_Superman_»27-Apr-05 23:43 
GeneralRe: UnRegestering the dll Pin
ThatsAlok27-Apr-05 23:52
ThatsAlok27-Apr-05 23:52 
GeneralRe: UnRegestering the dll Pin
22491728-Apr-05 1:37
22491728-Apr-05 1:37 
GeneralRe: UnRegestering the dll Pin
ThatsAlok28-Apr-05 2:35
ThatsAlok28-Apr-05 2:35 
GeneralRe: UnRegestering the dll Pin
22491728-Apr-05 5:19
22491728-Apr-05 5:19 
GeneralHELP! I need some video source codes Pin
yeetins27-Apr-05 20:17
yeetins27-Apr-05 20:17 
GeneralRe: HELP! I need some video source codes Pin
khan++27-Apr-05 20:58
khan++27-Apr-05 20:58 
Generalto check _variant_t variable value Pin
Anonymous27-Apr-05 20:14
Anonymous27-Apr-05 20:14 
GeneralParse XML in VC++ Pin
Reveur127-Apr-05 20:03
Reveur127-Apr-05 20:03 
GeneralRe: Parse XML in VC++ Pin
ThatsAlok27-Apr-05 23:03
ThatsAlok27-Apr-05 23:03 
QuestionInterpreter javascript in VC++? Pin
Priyank Bolia27-Apr-05 19:43
Priyank Bolia27-Apr-05 19:43 

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.