Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jsaxon2
  • Content: Threads
  • Order by date
  1. jsaxon2

    Progress Bar

    Is there a way to set the position on the progress bar to the position that a user clicks on the progress bar itself? For example, if the user clicks on the middle of the progress bar, the position of the progress bar gets updated to the middle. Thanks, Jack
  2. jsaxon2

    Printer problems.

    I am having a problem with a Windows 2000 sever and some Zebra Z4M label printers. The problem is that only one of the 2 printers setup will print at a time. Example, if you have 100 documents queued up in both printers, printer 1 will print and printer 2 will keep erroring until printer 1 has...
  3. jsaxon2

    XP Style buttons from VC++6.0 to VC++.net

    What do I have to do to make my project's use Windows XP style buttons when converting a project from VC++6.0 to VC++.net. Is I create a new project in VC.net, it uses the styles, just not on a converted project. Thanks in advance. John
  4. jsaxon2

    Change Server Name and IP

    Is there a way to change the server name and IP address? Thanks
  5. jsaxon2

    RegSetValueEx not working

    I getting an error "Access Denied" trying to change a value in the resistry. I am logged on a Win2K PC with administrative privleges. What am I doing wrong??? TCHAR szData[80]; sprintf(szData, _T("sa")); if(m_bprod) { HKEY hKey; if (ERROR_SUCCESS ==...
  6. jsaxon2

    Compare Variables

    I am having a problem making changes to a C program. The program makes a call to a function that will return wether or not a user belongs to an environment. I had to make changes to the calling function and therefore needed to make a new function for the comparison. My problem is that my new...
  7. jsaxon2

    Is there a maximum number of Processes that can run?

    Is there a maximum number of Processes that can run? We have a service that runs to control printer. It spawns an instance of itself for every printer that is setup. We have found that if there are too many printers running, we get an error. "The application failed to initialize properly...
  8. jsaxon2

    Help Question?

    I want to write a program that has a User Interface that looks kind of like the PowerDVD interface, or at the very minimum, Windows Media Player 8.0, only I don't know where to start. Do I uses just standard C++ and MFC or should I use something like DirectX to create the interface due to the...
  9. jsaxon2

    CPU Usage @ 50% with nothing running

    The problem I am haveing is that my system seamed like it was running slow. I checked the task manager and it showed the System Idle Process running @ 99%. That looked good, but then I checked the CPU Usage and it showed 50% was being used. I do not know what is using 50% of my CPU. There are no...
  10. jsaxon2

    Accelerators not working.

    I am currently porting a 16-bit C app to a 32-Bit C app for windows. The only thing I have not gotten to work is the LoadAccelerators function. It works fine in the 16-bit version, but not in the 32-bit. Anyone have any ideas or suggestions? hAccTable = LoadAccelerators(hInstance...
  11. jsaxon2

    System Administration for Microsoft SQL server 6.5

    My company is teaching a SQL 6.5 System Admin class on May 20. When we moved buildings a year ago, we lost the Instructor kit. We have 2 lab books but are looking for more. Here is what we need: Class Name : System Administration for Microsoft SQL server 6.5 Class Number: 867 I...
  12. jsaxon2

    Use ADO to view Accrss report

    Is it possible to view a report that is created in MS Access through ADO using MSVC++?

Part and Inventory Search

Back
Top