Hi, all, i came across a very stange thing.
my program seems contain some virus, when it is installed in a pc, the PC will got a dialog saying: "Memeory location xxx00sfx cannot be read", and it provides you "Cancel" and "OK" button, after this dialog pops out, if you click ok, then the "paste"...
hi, i want to add a menu bar in a dialog. how to make it looks like a static text display, but when you click it, it will drop down some options to choose? (like a drop down buttons.)
anywhere i may refer to to create it?
thanks a lot in advance!
kaya
hi,
i found this website to do the listctrol column sorting. for the IP sort, a person pasted something like this,
//********************
Ok here's code to make it sort IP Addresses. Note: this will make the code depend on the winsock libraries for inet_addr, you could re-implement inet_addr...
hi, i have a Access database, and my application is to manage the database, like query, insert, delete or update. i also have another windows application to launch from my application.
i have finished implementing stage, but how to make an executable file(or something like a set up) to deliver...
hi, all,
i have a small database of MS Access, and a folder to store the output file from my application, and another windows application to launch from my application.
what should i do to deploy the application.
for my understanding, an executable file seems not possible, since i have to let...
HI, guys, now my project is on the final stage. but still, there is a problem not solved. that is the maximize and minimize of the dialogs.
i got some buttons and a list in the dialog, once i click the maxi and mini icons on the top right corner, the dialog indeed changed accordingly, however...
GetBuffer(nMaxLen);
VERIFY(_vstprintf(m_pchData, lpszFormat, argListSave) <= GetAllocLength());
ReleaseBuffer();
the error happened in the 2nd line. what might be wrong with the code?
Thanks!
kaya
hi, all, now i got another problem,
i have a list control, CListCtrl
and i want to print the contents out, but i learnt that a print can only print the screenshot ( a bitmap of the interface). in that case, if the list is not able to display all the records(from database) at one time, then, it...
hi, all,
i have a class called CComboData, this class is to open a .txt file and retrieves the wordlist and store them in CStringArray variable, m_stringarray.
then, the combo box retrieves the strings stored in m_stringarray and display them,
say in the wordlist.txt file, the contents are...
I have an access database with 3tables:names, location, device, all stored text strings. what I want to do is get the text from the database and put it in 3 different combo boxes. how can i set up the connetion with the database? i mean i know how to set it up if to show the records to a list...
hi, i got a very weired problem here ( at least it is weired enough for me)
i have some edit boxes and combo boxes in my dialog. and i want the edit box to reflect some value. so i associate a CString m_data to each of the edit box. however, when i did so for the last one, and when i execute...
hi, i got a dialog,
and i already checked the boxes "Minimize box" and "Maximize box" in the styles tab under the Dialog Properties.
so, the minimize and maximize icons do appear in the right up corner of the dialog.
however, after clicking the maximize icon. only the dialog is maximised, the...
hi all,
currently i have a CBitmap class which includes the following functions:
void Capture(CRect &rect); //COPY THE CONTENTS OF AN AREA
//OF THE SCREEN INTO A BITMAP OBJECT
HANDLE CreateDIB (int *pbmData = NULL);//convert a device
//dependant bitmap (DDB) into a device
//independent...
when i first opened the MFC appwizard, i ticked the "Windows Sockets" checkbox in step 2. how can i make it unticked now? rather than building a new project? if i untick it, will it effect the connection to a database?
any help would be appreciated!
thanks a lot in advance!
Regards,
kaya
when minimise and maximise the dialog,how to make the content, say a list and some buttons concurrently being minimised or maximised together? that is to keep the layout unchanged whenever you minimise or maximise the dialog?
anyone could kindly help me with this?
Thanks so much in advance...
i have several dialogs(MFC) with one or two clistctrl object in each, and i am asked to print the list on each dialog.
i searched the internet, but found nothing. anybody could help me with it?
Thanks so much in advance!
Regards,
kaya
hi,
is it possible that i can add minimizing and maximising buttons to a dialog like the one appeared in documents?
if so, how to do it?
your help is really very much appreciated!
and thanks so much!
regards,
kaya
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.