I have a Word document which uses black characters. I want all changes I make to be in red. What is the easiest way to do this?
Thanks in advance.
CaKiwi
I want to create a program using cygwin gcc on one system and run it on another. One way to do this is to copy cygwin1.dll to the second system along with the program. However I understand that it is possible to link the program with Windows libraries but I can't find the syntax needed.
Thanks...
I am trying to create a very simple syntax highlighting file for vim. Highlighting is working for standard files such as .vim files
Example file t.pp
LN1 = LINE/0,0,2,0 $$ COMMENT
LN2 = LINE/PARLEL,LN1,XLARGE,1 % COMMENT
$$ COMMENT
% COMMENT
I want the word LINE...
I am trying to link with a 3rd party library but I get the following errors in their include file.
1>C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xlocale(330) : warning C4509: nonstandard extension used: 'std::locale::locale' uses SEH and '_Lobj' has destructor
1>...
I installed GIMP on my XP system and now when I double click on a tif file it is loaded in GIMP. When I try to print, the image is compressed vertically to half size. Any thoughts on how to fix this. Alternatively, how to I get back to using Windows Picture and Fax Viewer.
CaKiwi
On a friends computer, when I double click on a folder in windows explorer, it brings up a new explorer window in search mode instead of regular mode. Any one know why this is?
CaKiwi
Everytime I create a new folder, the "show in groups" property defaults to "on" and I have to right-click, pick arrange icons by -> Show in Groups to turn it off. Is there a way to make it default to off?
TIA
CaKiwi
My application creates a large file and I am trying to use _lseeki64() to position the file pointer. I have found that after a write I need to call fflush() to make it work correctly. If I call it after a read using SEEK_CUR it always positions the file relative to the end.
I have found some...
I have 2 browse buttons in my application which call an OpenFileDialog. I want the dialog from each button to retain the last folder the user browsed to as its initialdirectory the next time it is opened. I have tried using 2 OpenFileDialogs and playing around with the initialdirectory and...
When I boot my computer, Windows wants to re-install my Canon C555 printer. It is already installed and working well. How can I tell Windows to quit bugging me?
Thanks
CaKiwi
I need to create a small graphics area on a form in which I can display a plus sign that I can move around. So far I have a picturebox on my form and from what I have read so far it looks like I need a graphic control linked to it somehow. A simple example would be greatly appreciated.
CaKiwi
I have a form on which all the textboxes are transparent and I am not able to type any text into them. They were working correctly a couple of days ago. Does anyone know what the problem might be?
CaKiwi
When I set the image field of a button on my form, I get the following error when my form is initializing.
A first chance exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll
Additional information: Could not find any resources appropriate for the...
My application C++ dll but is essentially just C code. I need to call a routine in another library but when I include the header file containing the prototype for the routine I get syntax errors because of CStrings declared in the header file. What do I need to do to make the compiler recognize...
How do I find the folder where the current executable resides (a dll in my case)
I have also posted this in the C++ forum. Either solution will do.
CaKiwi
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.