Search results for query: *

  • Users: skywola
  • Content: Threads
  • Order by date
  1. S

    Dictionaries for spellchecking

    I am aware of open source spell checkers available, but I would like to get spellchecking dictionaries that would allow me to sell the application I am developing. I would like to add spell checking to my multi-lingual application, and I see a lot of applications that have it, so what I am...
  2. S

    Roaming profile

    Using Visual Studio 2010, Windows 7. Setting up project on one machine, then attempting deployment it on another machine with Windows 7 on it: How do you get the installer to install an application normally, my app is installing on roaming profile, and I do not want it to install that way ...
  3. S

    deploy a project

    Using Visual Studio 2010, Windows 7. Setting up project on one machine, then attempting deployment it on another machine with Windows 7 on it: When it comes to deployment, every time I have one to do, it is like pulling teeth! I am in file system setup, and I have a custom folder created...
  4. S

    Find replace near the the end of a text file

    In a find-replace operation, when you are very close to the end of the text file, I have found that if you use: FrmMain.RTBMain.SelectedText = findInstance.replaceString it adds the text, but does not re-size the file as a whole if you are replacing a small string with a large string, and...
  5. S

    Question Text overlapping after paste into richtextbox

    I have an OCR program that I get text from, it goes into wordpad, and I then paste it into my application that uses a richtextbox to hold the text. The problem is that when I paste the text into the richtextbox, the height of the font does not reset, and I get a jumble of text that is...
  6. S

    Frustrated with XML

    I am working on an application that works with foreign languages and also uses colors. The original program persisted all of its data to a text file, and worked very well, but used unmanaged code, that is, API functions. When I did research on how to persisted application settings with...
Back
Top