About 50 results
Open links in new tab
  1. Connect PHP to Microsoft Exchange mail [SOLVED] | DaniWeb

    Hello, I am wondering how i would connect PHP to Microsoft Exchange? I have a form set up that when it gets submitted i want it to be emailed to a certain ...

  2. .net - Calling a method in another file [SOLVED] | DaniWeb

    Sep 2, 2009 · Hello, I have my main program.cs with static void main and i want to call a method I have created in my misc_methods.cs. The method is string_split(string ...

  3. c++ - How to deactivate setprecision? | DaniWeb

    How to deactivate setprecision? Forums Programming Software Development Discussion / Question

  4. c++ - Alphabetizing full names in a file [SOLVED] | DaniWeb

    The question is: A file contains a list of names in the form: Jones, Frederick M Brennan, Claire Your program should alphabetize the list. Use the C++ ...

  5. .net - URI Formats not supported [SOLVED] | DaniWeb

    Jan 3, 2014 · using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; ...

  6. .net - How add new item in combobox at run time | DaniWeb

    Dear, i want add the new item in combobox at run time,whiout databas. i want user enter the new item in comobox. plese help me

  7. c++ - Can I override the static functions? | DaniWeb

    Dec 30, 2014 · Short answer: in C++, only virtual non-static member functions participate in overriding. Static member functions never use dynamic dispatch; the call is bound at compile time based on the …

  8. microsoft - Windows can't shut down because AMD:CCC ... [SOLVED]

    Seeing “AMD:CCC AEM Capturing Window” at shutdown usually means AMD’s Catalyst Control Center left a background window open that listens for display/power events and hotkeys. That can hang the …

  9. c++ - How do I skip comment lines in txt file? | DaniWeb

    i am new to c++, currently working on an assignment, now i'm stuck in skipping the comment lines in the txt file. the txt file is something like ...

  10. Mariadb Installation roll back (ended prematurely) | DaniWeb

    MSI rollbacks like "Setup Wizard ended prematurely" usually mean a custom action failed after files were copied, often while creating/starting the Windows service or writing the data directory. Capture …