Click here to Skip to main content
15,920,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Printing documents Pin
kubben25-Apr-07 9:08
kubben25-Apr-07 9:08 
GeneralRe: Printing documents Pin
steve_rm25-Apr-07 22:21
steve_rm25-Apr-07 22:21 
GeneralRe: Printing documents Pin
kubben26-Apr-07 2:03
kubben26-Apr-07 2:03 
QuestionAdding image in a combobox in a datagrid with text Pin
ParagGupta25-Apr-07 6:24
ParagGupta25-Apr-07 6:24 
QuestionDynamic Data Exchange(DDE) Pin
jds120725-Apr-07 4:38
jds120725-Apr-07 4:38 
QuestionVB6 / Win 2oo3 SP2 Issue Pin
Narfix25-Apr-07 3:52
professionalNarfix25-Apr-07 3:52 
AnswerRe: VB6 / Win 2oo3 SP2 Issue Pin
nlarson1125-Apr-07 7:51
nlarson1125-Apr-07 7:51 
GeneralRe: VB6 / Win 2oo3 SP2 Issue Pin
Narfix25-Apr-07 20:38
professionalNarfix25-Apr-07 20:38 
GeneralRe: VB6 / Win 2oo3 SP2 Issue Pin
Narfix25-Apr-07 21:51
professionalNarfix25-Apr-07 21:51 
AnswerRe: VB6 / Win 2oo3 SP2 Issue Pin
nlarson1126-Apr-07 4:07
nlarson1126-Apr-07 4:07 
GeneralRe: VB6 / Win 2oo3 SP2 Issue Pin
Narfix26-Apr-07 4:57
professionalNarfix26-Apr-07 4:57 
QuestionSetting shared printer as default printer Pin
samerh25-Apr-07 3:06
samerh25-Apr-07 3:06 
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 

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.