execute photoshop action from VB UI [closed] - c#

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i am new to this forum, so please excuse me if i ask any silly question.
I am trying to run photoshop action from VB interface. can any body guide me on how should i proceed.
thank you

to interact with photoshop in c# you can see this page, the simple and basic manual to scripting photoshop

Related

How to make help file for our Windows C#.net application? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have task in my project,I want to develop a help file(f1) for my project,i dont have any idea how can i achieve this task please help any one.
You can create some HTML pages and then convert them into a CHM file , When user press F1 , try to open it , That all you should do
Good Luck

Pattern for writing Chart Components [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have to write a chart component from scratch in Silverlight 3 and wonder if anybody knows if there are any design patterns, guidelines, tutorials that can help with the process?
Take a look a the Silverlight Toolkit. It is open-source and has chart controls written by Microsoft. This is probably the closest thing to design guidelines you can get.

What is the flow of MVP pattern [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
can anyone give me short & simple code in c# to understand the MVP pattern? please help. thanks
read this: What are MVP-Passive View and MVP-Supervising controller
and here's C# sample code with good description
http://codebetter.com/jeremymiller/2007/05/25/build-you-own-cab-part-3-the-supervising-controller-pattern/

Can anyone give me an example of using C# reflection? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
Im just learning about reflection in C#. Anyone know of some good tutorials or want to give me some sample code to look at? Thanks!
You might like to look here to start with.. (Its the first result in Google Search)
http://csharp.net-tutorials.com/reflection/introduction/

c# program list [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
could some body provide me program list which will open my mind and will help me to do good codes.
i searched it on net but couldn't find any good link.
Any stuff like web links or any thing will be greatly appreciated .
http://www.dreamincode.net/forums/forum/118-c-programmers/

Categories