从VB界面执行Photoshop操作 [英] execute photoshop action from vb interface

查看:350
本文介绍了从VB界面执行Photoshop操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想通过Visual Basic UI运行photoshop操作.我的意思是,如果用户单击按钮,则应运行photoshop操作.

有人可以对此提供任何提示吗?

谢谢

Hi,

I want to run photoshop action through Visual basic UI. i mean if user click on button then photoshop action should run.

can anybody give any hint on that?

thank you

推荐答案



是否要执行与图像编辑有关的任何Photoshop操作?如果要使用VB.NET打开Photoshop,可以尝试以下方法:

使用名称空间:
Hi ,

Do want to perform any Photoshop action related with image editing ? If you want to open Photoshop using VB.NET , you can try this :

use Name space :
System.Dignostics



单击按钮即可编写代码:



Write code on button click :

Dim startInfo As New ProcessStartInfo("C:\programFiles\Adobe\Photoshop.exe") 'Ex
Process.Start(startInfo)





您可以像这样直接通过:



OR

You can directly pass like this :

Process.Start("C:\programFiles\Adobe\Photoshop.exe")


这篇关于从VB界面执行Photoshop操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆