hmmm... Everlong...Foo fighters. or New Sensation...INXS. -- The napi:zzz:spooler :suss:
NapiSpooler
Posts
-
The ultimate feel good song -
486 HELLMy inlaws get our old PCs so we run into the same thing. Sometimes it is too bad you can't pass 'em off on the old "hmmm.. it seems to be a hardware problem...you better call I.T.". Best of luck to you.
-
486 HELLLet me guess... Showing your father-in-law the DELL website? (Dad.. it is time.) (i feel for you man.)
-
Google knows the truthoh yes! :laugh::laugh::laugh:
-
converting _variant_t to stringthis should get your variant value into a CString. CString strTest; strTest = varFieldValue.bstrVal;
-
CListCtrlit sounds like you might need to convert your CStrings to ints (using the atoi()) during your sort function, something similar to: int n1 = atoi((const char*) pListCtrl->GetItemText(lParam1, 0)); int n2 = atoi((const char*) pListCtrl->GetItemText(lParam2, 0)); then doing the comparision on the ints.
-
CListCtrlCatherine... were you referring to sorting a CList or CListCtrl?