Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
~648 People Reached
Favorite Forums
1 Posted Topic
Hi, I need start IE in new window without addressbar, status bar but I cannot use kiosk mode (I need defined window size). I need to know the processID of the IE process also. I have 2 different codes: System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.FileName = "C:\Program Files\Internet Explorer\IEXPLORE.EXE"; p.StartInfo.Arguments … |
The End.