Click here to Skip to main content
15,886,873 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to unlock a PC programmatically Pin
Fahad Sadah3-Jul-09 8:10
Fahad Sadah3-Jul-09 8:10 
GeneralRe: How to unlock a PC programmatically Pin
Uwe1234563-Jul-09 8:41
Uwe1234563-Jul-09 8:41 
GeneralRe: How to unlock a PC programmatically Pin
swap.kamble30-Sep-09 20:42
swap.kamble30-Sep-09 20:42 
Questionrotate images in picturebox on button click Pin
KIDYA2-Jul-09 20:54
KIDYA2-Jul-09 20:54 
AnswerRe: rotate images in picturebox on button click Pin
dan!sh 2-Jul-09 23:39
professional dan!sh 2-Jul-09 23:39 
AnswerRe: rotate images in picturebox on button click Pin
Zahid Khan Kakar30-Jul-09 19:02
professionalZahid Khan Kakar30-Jul-09 19:02 
QuestionHow To Install Applications of A Client PC Remotely Pin
Anoop Brijmohun2-Jul-09 20:36
Anoop Brijmohun2-Jul-09 20:36 
AnswerRe: How To Install Applications of A Client PC Remotely Pin
Dave Kreskowiak3-Jul-09 6:51
mveDave Kreskowiak3-Jul-09 6:51 
You can use WMI's Win32_Process class, and .NET's System.Management classes, to launch a remote process, with one pitfall. The installer process will run, but no user interface will be possible. So, your .MSI installation has to be configured and launched without expecting any user input at all. Any windows your installer puts up will be launched, but the user will never see them or know they are there.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionSpecial Function/Sub help... Pin
LorneCash2-Jul-09 18:30
LorneCash2-Jul-09 18:30 
AnswerRe: Special Function/Sub help... Pin
Johan Hakkesteegt2-Jul-09 21:31
Johan Hakkesteegt2-Jul-09 21:31 
QuestionFor Each Pin
Hamid Amrbdi2-Jul-09 15:37
Hamid Amrbdi2-Jul-09 15:37 
AnswerRe: For Each Pin
Luc Pattyn2-Jul-09 16:03
sitebuilderLuc Pattyn2-Jul-09 16:03 
GeneralThanks Pin
Hamid Amrbdi2-Jul-09 16:31
Hamid Amrbdi2-Jul-09 16:31 
QuestionHow to change EXCEL 2007 Chart Series Color in a xlCylinderBarStacked in VB.Net Pin
mrbd082-Jul-09 10:02
mrbd082-Jul-09 10:02 
Questionmacro code that prompt for password or display message each time MS word is opened Pin
ChiSmile2-Jul-09 4:57
ChiSmile2-Jul-09 4:57 
AnswerRe: macro code that prompt for password or display message each time MS word is opened Pin
Dave Kreskowiak2-Jul-09 8:40
mveDave Kreskowiak2-Jul-09 8:40 
GeneralRe: macro code that prompt for password or display message each time MS word is opened Pin
ChiSmile2-Jul-09 17:34
ChiSmile2-Jul-09 17:34 
GeneralRe: macro code that prompt for password or display message each time MS word is opened Pin
Dave Kreskowiak2-Jul-09 18:33
mveDave Kreskowiak2-Jul-09 18:33 
GeneralRe: macro code that prompt for password or display message each time MS word is opened Pin
ChiSmile2-Jul-09 22:07
ChiSmile2-Jul-09 22:07 
JokeRe: macro code that prompt for password or display message each time MS word is opened Pin
dan!sh 2-Jul-09 8:45
professional dan!sh 2-Jul-09 8:45 
QuestionSocket programming Pin
Cory Kimble2-Jul-09 4:20
Cory Kimble2-Jul-09 4:20 
AnswerRe: Socket programming Pin
Luc Pattyn2-Jul-09 4:31
sitebuilderLuc Pattyn2-Jul-09 4:31 
GeneralRe: Socket programming Pin
Cory Kimble2-Jul-09 4:54
Cory Kimble2-Jul-09 4:54 
GeneralRe: Socket programming Pin
Luc Pattyn2-Jul-09 5:05
sitebuilderLuc Pattyn2-Jul-09 5:05 
GeneralRe: Socket programming Pin
Cory Kimble2-Jul-09 6:07
Cory Kimble2-Jul-09 6:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.