About 9,440 results
Open links in new tab
  1. Reading a DWORD file and converting into text

    Jul 8, 2011 · I wanted to read a file in which values are stored as a DWORD and after reading wanted to print this file in a text format. I am using VC++.

  2. Trim textbox.text - social.msdn.microsoft.com

    Oct 7, 2021 · How can I trim textbox1.text if text size is more than 100 characters (I want to have first 100 characters and textbox1.text is for example 129 characters)?

  3. Reading a big Text File - social.msdn.microsoft.com

    May 24, 2016 · This text file is so large (Right now 99906 lines). I need to reach each line and do something with the information. I am using this code

  4. Cannot input text into combobox - social.msdn.microsoft.com

    Jun 27, 2017 · My combobox cannot accept input. Its function is to allow users to select a town/city. I would like the cities listed in the combobox and autocomplete as the user enters …

  5. MFC updating tooltip rect and text - social.msdn.microsoft.com

    Oct 31, 2016 · If I move the mouse outside the old entity's bounding rect (but still within the new entity's rect), the tooltip once again pops up correctly over the new entity with teh correct text. …

  6. HELP! Export DataGridView to text file

    Aug 15, 2007 · I have a requirement to allow a user to query data from the table based on keywords and return the data to a datagridview. Once in the view, they would need to be able …

  7. Display message text on mouse hover - social.msdn.microsoft.com

    Dec 6, 2006 · I want to display a popup-like window/messagebox when the mouse hovers above a control. I am trying to simulate the yellow information box that appears when you hover the …

  8. How to Append Text to Multiple Word Documents

    Mar 25, 2013 · The text I would like to add is: Product Categorization Tier 1: Tier 2: Tier 3: Service Categorization Tier 1: Tier 2: Tier 3: The formatting of the text is required as font:Arial, Size:11, …

  9. How to scroll text with background image?

    Oct 7, 2021 · I want the text to scroll with backround image. Should I place the code in the css file or in the HTML file? The following is the code, if you have any better Ideas to make …

  10. Set text in docx bold by tag - social.msdn.microsoft.com

    Apr 1, 2019 · When I need to do line folding in docx I use <w:br/>. Can I do something like this for bold text by means of tag? Friday, February 17, 2012 6:09 AM