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 checked the stdafx.h,
but there is no "winsock.h" inside.
only got
#include <afxsock.h>
that is not winsock.h right? but except this one, there is nothing related to sockets....
oh...i remember, when i first built the MFC exe workspace. i ticked the one Windows Sockets checkbox in the step4 of the MFC AppWizard....in the "what features would you like to include?" frame...
any way that i can remove it?
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...
i tried the GetDlgItem(IDC_ListControl)
but it said cannot convert parameter 2 from 'class CWnd *' to 'struct HWND_*'
IN THE DeferWindowPos(...) function....
oh...headache....
Hi, thanks for your reply.
but would you tell me how to get the HWND of thoes controls (like buttons, lists, combo boxes or whatsoever)?
Looking forward to your reply.
thanks.
kaya
Hi, bill,
no, my application is to run with the Access already installed.
my concern is how to set the directory of the access file, so that my program can find it and do something to it?
thanks for your further help!
regards,
kaya
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, thanks a lot for your code.
when i tried it out, it said the GetClientRect(hWnd, &rc); doesn't take 2 parameters, is there any header file should i add? i added the #include <windows.h>, but it still persisted.
and what is the hwndTree, hListWnd, hStatusWnd, and hToolWnd?
in my dialog...
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...
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.