hey i created a checkbox using CButton::Create()
problem is that the checkbox's font size is big! how do i change this b/c i noticed if i created it through the toolbox instead of through manually (Create()), the font size would be small nice
thanks!
ok i figured out the header
but now i get a new error msg
renamefile Command line error D2016 : '/GL' and '/clr' command-line options are incompatible
how can i turn off Gl? im guessing its optimization, or has something to do with optimization... any ideas?
thanks!
what header is required for FilSystemWatcher?
i tired looking it up, and i got system.io, but im not sure if this is right and i wouldnt know how to include the header in my file...
FileSystemWatcher wrl = new FileSystemWatcher();
im trying to supress the launching of help files when F1 is pressed, but i havent succedded, this is what i have so far, any ideas?
BOOL CrenamefileDlg::PreTranslateMessage(MSG* pMsg)
{
if((pMsg->message == WM_KEYDOWN) && (pMsg->wParam == VK_F1))
{
NULL;
}
...
}
im trying to use a function called XMessageBox(HWND hwnd,...) and the first thing it ask for is the window, but i dont know how to set the window value
could anyone help me out? how do i give hwnd its value?
is it possible to tell whether its AM or PM with GetLocalTime()?
i cant find figure out how to tell if its AM or PM, all i can get is the time and date
thanks!
ive succesfully created a CCheckListBox, but im wondering i can take CCheckListBox furthur and have it branched (tree) so i can have more check options under the frist check box selection
thanks!
i want to make a program ive made have the ability to accept plugins (.dll) files, yet im not sure how to start this
any ideas as to how i can begin? im having trouble finding intro for beginners when dealing with plugins (.dll)\
thanks!
is there a way to read a file backwards with fscanf?
instead of starting from the beginning (rewind(*ptr)) and going to EOF, is there a way to start at the EOF, and go to the beginning?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.