I'm using AJAX for the first time and while writing some code I noticed that IE appeared to be miss-behaving. Attached below is the test case showing the issue. This appears to fail with IE 6 and IE 7. Works fine with firefox and chrome.
In the code I have a number of alerts showing the...
Hi,
I am trying to incorporate several classes I got off of Code-project (which I think were originally written for Visual C++6.0) into a dialog application under Microsoft Visual C++ .NET 2003.
I am having an issue with a particular call and after spending several hour at this, I am still...
Hi,
I would be more than estatic if somone would provide me with a snippet of code to scroll a list box up as strings are being added, so that the last item added is always visable.
I've spent quite a bit of time messing with this and I can' quite get it right.
All help appreciated,
Thanks
phil
Below is the code I am using to create the linked list. There would be, when complete, about 330,000 cells in the list. BatchItem is a struct with ints and CStrings. I am assuming the compiler knows what size the struct is...
pNxtBI = new BatchItem;
if (pNxtBI == NULL) {...
OK.
Yes I am building a linked list.
Yes, I do use "free" and walk down the list freeing each cell in the list.
This worked fine with smaller files, with a large file it appears to hang. I understand the performance issues, however, in this case, it hangs during the creation of the linked...
I am reading records from a very large file. Approx 15 MB.
I am using "new" to allocate memory for the structure each time I read a record. I test for null.
This works for a smaller file, in the 1MB range. But when I tried with a larger file, it appeared to hang (loop), or something.
Am I...
Could you or someone please be more specific regarding "mkdir". I can't find any reference for it in VC++6.0 or any class that references it.
ordeks
phil
Hi Guys,
When in an edit box, if return is pressed, my dialog exits. This appears to be because a default button is set to IDOK or IDCANCEL etc. By changing the default button to something else you can change the behavior to NOT exit the dialog (obviously :-)), however the cursor reamins in...
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.