 |
|
 |
How to make in the newest office 2000 or 2003 to appear More Colors... like that in office 97 ?
Or an addin programaticaly?
Adrian Bacaianu
|
|
|
|
 |
|
 |
Great addin; I've been using it for years. I just got my boss up and running with it too, and the first thing he did was to try to set up DevStudio's colors like his favorite other editor. When he uses Alt-Tab to change the focus from this addin's window to the other editor's window (or for any reason this addin's window loses focus), DevStudio crashes with the dreaded 0xC0000005. I can duplicate the situation on my machine too. Both of us are running XP Pro with various combinations of other addins such as Doxygen/DoxBar, VisualAssist, WndTabs, and custom macros, but this still happens with everything else uninstalled or disabled.
I'm going to download the source and see if I can find where this crash is coming from, but has anyone already found the solution?
|
|
|
|
 |
|
 |
Does anyone know how to print or copy to clipboard in colour? I believe it is possible in Visual c++ 6 but I can't find the option to enable it..
cheers
|
|
|
|
 |
|
 |
My query is very simple : I want to change the border color of entire window.and also my caption should have width of my choice and color etc of my choice.
How to do that.
the_sikander
|
|
|
|
 |
|
 |
Hi
I was using the Add-In on VC 6 SP5 Standard Edition then I upgraded to the German Professional Edition and the Add-In doesn't work. I have rebuilt it and even copied the prebuilt .dll to the Add-Ins folder but it doesn't work.
|
|
|
|
 |
|
 |
First of all, check that the addin is actually loaded into the DevStudio process using ProcessExplorer[^]. If it is loaded then there may be a difference in the window text in the German edition? The addin hooks the window with a controls with the following ids and text
1018 F&oreground:
1019 &Background:
If these are different then you'll need to change them to the German equivalent.
Hope this helps
Simon
|
|
|
|
 |
|
 |
MSVC 6 German:
TrueColorEngine.cpp:
const TCHAR* FOREGROUND_STATIC_TEXT = _T("V&ordergrund:");
const TCHAR* BACKGROUND_STATIC_TEXT = _T("&Hintergrund:");
Thx Simon, this is terrific
Harald
|
|
|
|
 |
|
|
 |
|
 |
..saving the settings for this. Like if you have to reformat comp and re-install VC6? Is there a file/registry this is saved to so you don't have to re-select all color settings again?
looks good though.
|
|
|
|
 |
|
 |
This addin[^] will save settings, but there was a standalone tool from Microsoft that would also do it, but I can't find it at the moment.
You could always just export the registry key HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0
|
|
|
|
 |
|
 |
I looked at that Reg Key and there is quite a lot of stuff under it. Not sure if its safe to import all of it back in though.
thanks
|
|
|
|
 |
|
|
 |
|
 |
It took me forever to find this thing again! I've been using it forever and I had to re-format my machine. Of course I forgot to save it!
Adding to bookmarks now...
Thanks for such a great utility!
- Nitron
"Those that say a task is impossible shouldn't interrupt the ones who are doing it." - Chinese Proverb
|
|
|
|
 |
|
 |
I can't use resource editor for with bitmaps that contain over 256 colors. Any plans to look into it?
|
|
|
|
 |
|
 |
this addin has nothing to do with resources.
If you look at the screenshot, it shows the Format page of the options dialog, which, allows customization of the text editor.
I'd recommend using something like Microangelo or Paint Shop Pro for editing bitmaps and icons with more than 256 colours.
|
|
|
|
 |
|
 |
i've got an error under winnt 4 workstation: unable to register dll! ne1 can help?
|
|
|
|
 |
|
 |
try using the dependency viewer on the dll. You may be missing some system dlls
|
|
|
|
 |
|
 |
When I launch the TrueColor screen and that I change of application with Alt-Tab, my Visual C++ crashes...
Anonymous
|
|
|
|
 |
|
 |
Did you ever get a response to this? I'm getting this crash too and just posted a new message with more details in this thread.
Jeff
|
|
|
|
 |
|
 |
I use win2k and visual studio v6.0 with the newest service back. I add the addin in the right directory and checked it in the options menu. But the true colour pickers doesent apear... there still the drop down boxes with it's 16 colours? any ideas? thanks
|
|
|
|
 |
|
 |
The only thing I can suggest (not having Win2k) is to debug the code. Things to check:
The windows hook is being installed correctly
The hook procedure is being called by Windows - make sure it's being called when the options dialog is created or the Format tab is selected.
The colour picker control is actually being created
Hope this is some help
|
|
|
|
 |
|
 |
Hehe, a few months late, and not a very useful piece of info, but for those folks reading this - I have W2k, SP2 and VC6.0 with SP5 and this excellent addin works just fine...
|
|
|
|
 |
|
 |
I was doing custom colors by hand through RegEdit -- That sucks!!!
This add-in is a great addition to anyone that relies on the power of context coloring.
THANK YO
|
|
|
|
 |
|
 |
Thank you very much for this add-in
|
|
|
|
 |
|
 |
Any idea where the color values get persisted? I can't locate a registry key that will allow you to copy the values to another computer. That key utility that Microsoft has never seems to work so well for me.
|
|
|
|
 |