Making a winform in C#,there are several buttons, Click the button to achieve the photoshop cs5 functions through the ps'dll ? All I know is c# call cs4's functions through "interop.photoshop.dll", but I don't know which dll I should call in cs5. I can't find any info about c# in PS cs5 SDK,it't all about andriod,ios... Can anybody help me ???
You can download the Photoshop CS5 SDK with all documentation (including all on the COM interfaces) at http://www.adobe.com/devnet/photoshop/sdk/eula.html
It comes with samples/source code too...
I had such problem 2 days ago
First, look here:
http://www.pcpix.com/Photoshop/
You must download script listener plugin for photoshop, then convert JS script to c# language.
I test it with Photoshop CS6. all works fine. You can do almost all functions and parametrize them.
JS code is not small, so to convert it manualy you need to spend a lot of time.
I created an software that do it within one click.
You can download it from https://sourceforge.net/projects/js2cconverterphotoshopscript/
Hope it will be useful
Related
i would like to know weather it is possible to control some wpf application written in c# by using a c# dll out of matlab.
what i need is the possibility to start the MainWindow and i have to be able
to get some values into my controller.
What i found so far was things working from c# that use matlab, but the other way round seems not to be that much populatet, as i found nothing i could really use.
I allready tried to import a .net Library, but i dont seem to be able to open a external class from my dll.
So if you could help me on this it would be great.
Regards,
justSomeone
Ok, i did just find out, that i can also import my .exe file into Matlab instead of only dlls .
I am using the function NET.addAssebly('Path.exe') to do this.
Path.exe is just a symbol that it is directed to the place of the .exe file.
I achieved to be able to use my methods as i wanted i do have my instance of the class. So i am happy now. :D
But if you have other solutions which are more handy, dont hesitate to post them. There might still be interesting things to discover :)
Regards,
justSomeone
Hy,
I had bought a "Huidu HD-E40" led panel a few days ago and the company sent me a .dll file. (I mean, it wasnt written in .Net). My question was the following: How can I use the file contents in C#. I had registered the dll via regsvr32, then added to the project reference but it seem like incompatible. I need some advice how to start with this projekt. I'd just like send a short string to the display via ethernet port. Sorry for my bad english, I'm a greenhorn from Hungary.
There are the file, that I've got for reference
http://wikisend.com/download/349890/Huidu_DLL_Reference1.doc
I know the question was asked more that 7 years ago, but for those who are looking for info on the SDK:
If you are referring to the HDSDK.dll which can be found in the Huidu_Gen6SDK_V1.9.zip then you need to use it with P/Invoke as that dll is not a .NET assembly but a native one. As #Kwang suggested if you would be able to download the SDK from their webpage there would be a complete C# demo.
Unfortunately it isn't available anymore, so you need to use the wayback machine to obtain it from here: https://web.archive.org/web//http://download.huidu.cn/download/
I think you need download the lastest version of HDSDK in the home page.It is contain some demo with C, C# and vb.net. Im using it for my project but it missed function create digit.
I'm a C# programmer who use GMap.NET for C# for a long time!
Now I want to know if I can use its dll files in Delphi.
I've tried to import its dll files in a VCL Forms Application in Delphi EX3 and add GMapControl to a form. But I don't know how to use it now! For example GMapControl has lots of properties in C#. like Position, Zoom, etc. But now I can't see these properties in GMapControl that is imported into Delphi.
I'm looking for a way to use it in Delphi and if it's not possible, I would be glad to know this fact in order not to waste time on it anymore!
thanks in advance for any help.
I made a browser program for a archive type with the .mpq extension, which is highly used in Blizzard games.
It is like an explorer but only explores files inside MPQ archives.
Now, we all know how Windows Explorer browses .zip archives and I'd love to make it open the .MPQ files with so many rich features.
Is this even possible? So it is possible...
If so, then how? Shell Folder...
Can someone please point me to an example? (C#) I can't just translate C++ to C#...
This is done via extending the shell classes. You'll need to implement the Basic Folder Object Interfaces to accomplish this.
Although it is a C++ framework, there is a framework that implements exactly what you want, and that I have adapted with success for a similar file format:
TarFolder (by the guy who developed GMail Drive).
You may also be interested in EZNamespaceExtension.Net, even if they do not support extension-based rooting (a workaround is to use URLs with specific protocols).
Finally, check out WindowsShell: it might be exactly what you are looking for !
Sorry for coming so late after the storm...
I was wondering if you could point me in the right direction as far as developing a super simple plugin for MS Project (both 2007, which uses the old style ribbon, and 2010 which uses the new ribbon).
What I need to implement:
create an executable that installs a new button, with a specific icon, in some per-determined section of the ribbon
when the user presses the button MS project needs to save a file in a specific format and location and then call a batch file.
that's it - pretty basic, right? Turns out, I know nothing about this space - so apologies in advance for how trivial this may be. Note: I'm not tied to a specific language - whatever is simpler / faster will do.
BTW, does anyone sell components like this one? I don't necessarily need to code this if there's decent stuff out there for sale.
thank you!
You could try here: http://www.add-in-express.com/support/addin-c-sharp.php#project
This was also answered here: http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/280e11ec-9bbc-4d13-bda1-3e053c8d55c7