About 50 results
Open links in new tab
  1. python - Refresh canvas in Tkinter? [SOLVED] | DaniWeb

    The UI freezes because the long-running work blocks Tk’s event loop. Calling update () / update_idletasks () can briefly paint …

  2. php - how to push multidimensional array | DaniWeb

    Sep 21, 2012 · When working with multidimensional arrays in PHP, array_push () can only append values to an existing array; it …

  3. Hexadecimal to Decimal (Python) | DaniWeb

    Oct 12, 2005 · This snippet explores the change of a hexadecimal (base 16) string to a denary (base 10) integer and the reverse. …

  4. Sound in C++ | DaniWeb

    C/C++ itself does not include audio; you either call the OS APIs or use a library. On Windows, PlaySound works for quick WAV …

  5. Newline "\n" , not working , please help - DaniWeb Community

    Dec 8, 2011 · Two separate things were at play here: In the Python REPL, evaluating a string name shows its repr (escape …

  6. tkinter - Play a Musical Note (Python) | DaniWeb

    You need the Python tkSnack module to play notes of a given frequency and duration on your external sound system (attached to …

  7. c++ - Restaurant Menu Program | DaniWeb

    Apr 21, 2009 · Common pitfalls in this assignment are input handling, switch constraints, and loop control. Remember that switch …

  8. .net - Retrieve data from SQLDataSource [SOLVED] | DaniWeb

    Here's some info on commands: cmdSelect.ExecuteNonQuery () -- This executes queries that don't return rows, like deletes, …

  9. python - Get Current Active Window Title/Name [SOLVED] | DaniWeb

    Jul 13, 2008 · I just need some code that will return a string of the name of the current activated window title/name. I've spent …

  10. visual basic - media player in vb6 | DaniWeb

    Oct 8, 2015 · If your goal is both to fetch audio at runtime and to play it reliably in VB6, split the problem in two: (1) downloading the …