First  |  Prev |  Next  |  Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
Good MFC Book
Hi, Sorry for the late reply, I've been away a bit and I'm still catching up with old messages. I just ordered this from a third party through Amazon back in January and paid less than $31 with shipping for a 'used' copy indistinguishable from new. Are you trying to order through Amazon or AmazonUK? I've o... 25 Apr 2008 11:01
Regression - Calculate
Hello, how can I calculate the regression wir MFC, C++? Regards Andreas x y ----------------------------------------- 1 10 10 2 10 20 3 10 30 4 10 40 5 20 40 6 20 30 7 20 20 8 20 10 9 30 10 10 30 20 11 30 30 12 30 40 13 40 40 14 40 30 15 40 20 16 40 10 17 50... 27 Apr 2008 22:04
LPCTSTR: whats going wrong here?
".rhavin grobert" <clqrq(a)yahoo.de> ha scritto nel messaggio news:b4492d51-c742-415e-b3ca-a19654bc7f97(a)f63g2000hsf.googlegroups.com... The question is: NameGet() returns LPCTSTR, FileNameGet() returns LPCTSTR and in between a new CString that no one needs is constructed and destructed and a pointer to IT'... 24 Apr 2008 14:13
Saving data to a file
When I build this I get the following error: C:\MyProjects\MyDlg.cpp(854) : error C2120: 'void' illegal with all types Never seen this error before. Thanks for all the help here so far. void CMyDlg::OnClickhere() { CByteArray buffer; CFile out; for (int i=0; i<20; i++) //just inserting some binary ... 22 Apr 2008 15:35
Calling COM functions using IDispatch->Invoke(...
Hi, everybody I’ve got to call some COM server functions. It appears, that the only way I can do it – using IDispatch. After I’ve imported type library I can see the prototypes for some functions. For example: HRESULT Start( _bstr_t Path, const _variant_t & Param ); Here is my code: HRESULT hr=1; IDispa... 23 Apr 2008 12:29
VC++ 2008: "MFC class from ActiveX control" wizard doesn't exp
"Ajay Kalra" wrote: On Apr 9, 2:39 am, Vladimir Svrkota <s...(a)reply.to> wrote: Ajay Kalra wrote: are you certain that the control that you are importing does indeed have get/set properties? How are you certain about it. I am certain because I wrote and used the control in a few pro... 23 Apr 2008 11:41
Searching for byte sequence
I have a ListBox with a list of files in the c:\data\ folder with the extension .dat Now that I have the file coppied into buffer how do I search through the buffer for a specific sequence of bytes? Thanks, Ed void CMyApp::OnSelchangeList() { CString mess; CString JobFile; char cSelect[50]; in... 22 Apr 2008 23:33
Bring my application to top
When I call a subprogram from my mfc MDI application with CreateProcess(...) and wait for the return with if(WaitForSingleObject(hpccmd, INFINITE) != WAIT_FAILED) { The focus often not goes to my application but to the last program on top before the application was started (could be Excell or MS Visual or Auto... 23 Apr 2008 02:44
Auction Software
AJ Auction Pro is the best Auction Portal script software available in the Universe. Being a PHP /MYSQL Script providing complete online auction solutions, it has now expanded to offer services such as Merchant Solutions, Packaged Software and Enterprise Solutions. Unlike the various majorities of services out ther... 22 Apr 2008 08:06
pointer vs non-pointer
For pointer and non-pointer initialization of an object like MyCar mycar; MyCar* mycar = new MyCar(); I heard from other people saying if object i create must live outside scape, then I use pointer version, else if only use object for a limited scope, then use non-pointer version. Does limited scope means... 23 Apr 2008 00:21
First  |  Prev |  Next  |  Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125