由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - VB Help
相关主题
.NET前景的障碍ActiveX一问
如何实现类似Windows Update的功能?VB.net 问题求助
preparing to install ...4张盘里哪个是windows component CD?
.NET Framework 3.0 install error我不知道.net里大家什么用得做多
it is a pity windows 8 didn't get recognized[合集] can not run ASP by IIS 5.1 in WIN XP (转载)
请教怎样compile .msi file and .net projectIs there LINQ for VS 2005?
Job openninganyone tried vs2010 beta2?
Help!!Any list of MS Visual Studio Developer Tools ? Thank you!
相关话题的讨论汇总
话题: vb话题: use话题: want话题: any话题: symantec
进入DotNet版参与讨论
1 (共1页)
e*****n
发帖数: 109
1
I am really not a programming guru. I wanted to use VB to do a simple program
auto install. Want it to launch a symantec setup.exe and automatically click
on next ...... and finish the installation. Any VB expert here can help?
Thanks ahead.
r****y
发帖数: 26819
2
Turn to installshield or nullsoft installer.

【在 e*****n 的大作中提到】
: I am really not a programming guru. I wanted to use VB to do a simple program
: auto install. Want it to launch a symantec setup.exe and automatically click
: on next ...... and finish the installation. Any VB expert here can help?
: Thanks ahead.

s*i
发帖数: 5025
3
1. use Process.Start() to run setup.exe
2. Use WinAPI(dll import) to set setup application as foreground
3. Use Form.SendKeys.SendWait to send keyboad commands

program

【在 e*****n 的大作中提到】
: I am really not a programming guru. I wanted to use VB to do a simple program
: auto install. Want it to launch a symantec setup.exe and automatically click
: on next ...... and finish the installation. Any VB expert here can help?
: Thanks ahead.

1 (共1页)
进入DotNet版参与讨论
相关主题
Any list of MS Visual Studio Developer Tools ? Thank you!it is a pity windows 8 didn't get recognized
Win 8 Pro上怎么enable .Net Framework 3.5?请教怎样compile .msi file and .net project
how to install FreeBSD, linux. windows in a single HD, is that possible?Job openning
注册表实在是个邪恶的东西Help!!
.NET前景的障碍ActiveX一问
如何实现类似Windows Update的功能?VB.net 问题求助
preparing to install ...4张盘里哪个是windows component CD?
.NET Framework 3.0 install error我不知道.net里大家什么用得做多
相关话题的讨论汇总
话题: vb话题: use话题: want话题: any话题: symantec