My Program doesnt run, afer installing the setup file. Plz help. Programming Software Development by chanthung …\Windows\CurrentVersion", "SharedDLLs" ACTION: SystemFile: "C:\WINDOWS\system32\VB6STKIT.DLL" (… on disk was already up to date) ACTION: SystemFile: "C:\WINDOWS\SYSTEM32\MSVCRT40.DLL" …DURING THIS ACTION: CreateDir: "C:" ACTION: SystemFile: "C:\WINDOWS\system32\msvbvm60.dll" (File was… An old question from a quiz in school that I can't figure out Programming Software Development by kspecks …work properly 100% of the time.) [CODE] long SystemFile::LoadList(SystemNode* mn) { SystemNode* node; char systemVersion…free (node); fclose(fs); } return(0); } //--------------------------------------------------------------------------- void SystemFile::StoreList(SystemNode* mn) { long i, num = SystemList::Items(); … Re: Well I Found Out Why I Couldn't Log On To Hotmail/MSN Hardware and Software Microsoft Windows by weaselco … enough i had to pause winlogin process and change a systemfile just to delete this integrated crap. I've deleted every… Re: PHP script for customer service issue Programming Web Development by sDJh … with the article (eg `nb`,`pw`,`art`) 2) write a systemfile in db and put your code in simple functions: function… Re: My Program doesnt run, afer installing the setup file. Plz help. Programming Software Development by chanthung and also how do we refresh a DataReport. As i add new report, data is not displayed, but only after i stop and start the project will it show... can any one plz show me the code..? [code] DataReport2.Orientation = rptOrientLandscape DataReport2.Show [/code] chanthung Re: My Program doesnt run, afer installing the setup file. Plz help. Programming Software Development by gsatya [QUOTE=chanthung;668856]and also how do we refresh a DataReport. As i add new report, data is not displayed, but only after i stop and start the project will it show... can any one plz show me the code..? [code] DataReport2.Orientation = rptOrientLandscape DataReport2.Show [/code] chanthung[/QUOTE] Hi chang, Try using timer control … Re: An old question from a quiz in school that I can't figure out Programming Software Development by Ancient Dragon Is sizeof(SystemNode) == 8192??? Please post that structure/class. Re: An old question from a quiz in school that I can't figure out Programming Software Development by kspecks I wish I had that structure I would assume it would have to be that size although would just using the sizeof(SystemNode) be more effective. Would that cause the occasional zeroing out of data? That is all the code we got to look at. Re: An old question from a quiz in school that I can't figure out Programming Software Development by Ancient Dragon Hard to tell without seeing the structure. Also you should be checking the return value of SystemList::GetNode() for NULL so that the program doesn't try to write out a NULL pointer. Re: An old question from a quiz in school that I can't figure out Programming Software Development by kspecks Yeah that is all the code we get to look at I am terrible at looking at other peoples code and interpreting it. Much easier to have working code so it can be debugged 1000 times and see where it is failing even if it is once. Thanks for the help guys.