Click here to Skip to main content
15,895,777 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Setting shared printer as default printer Pin
Dave Kreskowiak25-Apr-07 4:30
mveDave Kreskowiak25-Apr-07 4:30 
QuestionProcess has Exited - Error Occured Pin
vasu_rk25-Apr-07 2:43
vasu_rk25-Apr-07 2:43 
AnswerRe: Process has Exited - Error Occured Pin
Dave Kreskowiak25-Apr-07 4:27
mveDave Kreskowiak25-Apr-07 4:27 
QuestionEquivalent of "Break on All Errors" in VB.NET Pin
pra.net25-Apr-07 2:33
pra.net25-Apr-07 2:33 
AnswerRe: Equivalent of "Break on All Errors" in VB.NET Pin
Dave Sexton25-Apr-07 3:53
Dave Sexton25-Apr-07 3:53 
AnswerRe: Equivalent of "Break on All Errors" in VB.NET Pin
Dave Kreskowiak25-Apr-07 4:25
mveDave Kreskowiak25-Apr-07 4:25 
AnswerRe: Equivalent of "Break on All Errors" in VB.NET Pin
TwoFaced25-Apr-07 6:26
TwoFaced25-Apr-07 6:26 
QuestionSystem.Diagnosis.Process Set Bounds Pin
_mubashir25-Apr-07 1:41
_mubashir25-Apr-07 1:41 
Hello,
I am working in Visual Studio.NET 2003. I just want to ask if there is any way I could tell System.Diagnosis.Process to start a new process/window on my desired location. Actually I am working in a Multiple Monitor environment and want System.Diagnosis.Process to open on the second monitor (by setting up location)

<br />
 Dim p As System.Diagnostics.Process<br />
        Dim pinfo As New System.Diagnostics.ProcessStartInfo<br />
        pinfo.Arguments = "C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen c:\Picture 001.jpg"<br />
        pinfo.FileName = "C:\windows\system32\rundll32.exe"<br />
        Process.Start(pinfo)<br />

Above is a code which i am using to open up Windows Picture and Fax viewer(of which i want to set the location of)

Thanks,




Mubashir
Software Architect
Storan Technologies Inc, USA
Every job is a self portrait of the person who did it.

AnswerRe: System.Diagnosis.Process Set Bounds Pin
Dave Kreskowiak25-Apr-07 4:20
mveDave Kreskowiak25-Apr-07 4:20 
Questioncopy line from one text file and paste it to anoyher text file Pin
pankajs3k25-Apr-07 0:55
pankajs3k25-Apr-07 0:55 
AnswerRe: copy line from one text file and paste it to anoyher text file Pin
Christian Graus25-Apr-07 1:47
protectorChristian Graus25-Apr-07 1:47 
Questionblocking account Pin
peteyshrew25-Apr-07 0:51
peteyshrew25-Apr-07 0:51 
AnswerRe: blocking account Pin
Dave Kreskowiak25-Apr-07 4:15
mveDave Kreskowiak25-Apr-07 4:15 
QuestionError in the url Pin
n_gchaitra25-Apr-07 0:03
n_gchaitra25-Apr-07 0:03 
AnswerRe: Error in the url Pin
Psycho-*Coder*-Extreme25-Apr-07 2:30
Psycho-*Coder*-Extreme25-Apr-07 2:30 
GeneralRe: Error in the url Pin
n_gchaitra25-Apr-07 16:58
n_gchaitra25-Apr-07 16:58 
QuestionRe: Error in the url Pin
n_gchaitra25-Apr-07 18:38
n_gchaitra25-Apr-07 18:38 
QuestionHow to convert VB.net dll to be visible in vb6.0 Pin
cyprosoft24-Apr-07 22:11
cyprosoft24-Apr-07 22:11 
AnswerRe: How to convert VB.net dll to be visible in vb6.0 Pin
Christian Graus25-Apr-07 1:47
protectorChristian Graus25-Apr-07 1:47 
Questiondata view related query Pin
Anz Ananz24-Apr-07 22:05
Anz Ananz24-Apr-07 22:05 
AnswerRe: data view related query Pin
Pankaj.Jain24-Apr-07 22:33
professionalPankaj.Jain24-Apr-07 22:33 
Questionhow to use image edit in vb. net ? Pin
babusat24-Apr-07 21:59
babusat24-Apr-07 21:59 
AnswerRe: how to use image edit in vb. net ? Pin
Dave Kreskowiak25-Apr-07 4:02
mveDave Kreskowiak25-Apr-07 4:02 
GeneralRe: how to use image edit in vb. net ? Pin
babusat25-Apr-07 17:29
babusat25-Apr-07 17:29 
GeneralRe: how to use image edit in vb. net ? Pin
Dave Kreskowiak26-Apr-07 13:39
mveDave Kreskowiak26-Apr-07 13:39 

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.