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

Visual Basic

 
GeneralRe: problem in Node.InsertAfter method() Pin
koolprasad200323-Oct-07 17:33
professionalkoolprasad200323-Oct-07 17:33 
GeneralRe: problem in Node.InsertAfter method() Pin
pmarfleet23-Oct-07 21:26
pmarfleet23-Oct-07 21:26 
QuestionVB.Net on Mac OS X Pin
ryan11723-Oct-07 1:55
ryan11723-Oct-07 1:55 
AnswerRe: VB.Net on Mac OS X Pin
Guffa23-Oct-07 2:54
Guffa23-Oct-07 2:54 
GeneralRe: VB.Net on Mac OS X Pin
ryan11726-Oct-07 0:23
ryan11726-Oct-07 0:23 
Questionhow to disable date in calender? Pin
sathyan_829423-Oct-07 1:29
sathyan_829423-Oct-07 1:29 
AnswerRe: how to disable date in calender? Pin
Christian Graus23-Oct-07 1:46
protectorChristian Graus23-Oct-07 1:46 
QuestionClass process fails running from network drive ?? Pin
edmonson23-Oct-07 1:02
edmonson23-Oct-07 1:02 
I'm running my application from a network drive. My framework is configured to grant all_codes security permissions to Everithing.
Applications running fine, including accessing local ports, system file,... but if i use the class process, framework tell me that security policies do not permit this operation.
Below a code brief.

 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
        MyProcess = New Process 'This line is security policy violation?<br />
        MyProcess.StartInfo.UseShellExecute = False<br />
        MyProcess.StartInfo.CreateNoWindow = True<br />
        MyProcess.StartInfo.RedirectStandardOutput = True<br />
...<br />


How can i solve ?
AnswerRe: Class process fails running from network drive ?? Pin
Dave Kreskowiak23-Oct-07 4:19
mveDave Kreskowiak23-Oct-07 4:19 
GeneralRe: Class process fails running from network drive ?? Pin
edmonson24-Oct-07 3:59
edmonson24-Oct-07 3:59 
GeneralRe: Class process fails running from network drive ?? Pin
Dave Kreskowiak24-Oct-07 13:42
mveDave Kreskowiak24-Oct-07 13:42 
QuestionFlex Grid Pin
Sinchan Nikam23-Oct-07 0:55
Sinchan Nikam23-Oct-07 0:55 
AnswerRe: Flex Grid Pin
Dave Kreskowiak23-Oct-07 3:54
mveDave Kreskowiak23-Oct-07 3:54 
Questioncrystal report problem Pin
magedhv23-Oct-07 0:43
magedhv23-Oct-07 0:43 
AnswerRe: crystal report problem Pin
AliAmjad23-Oct-07 1:25
AliAmjad23-Oct-07 1:25 
GeneralRe: crystal report problem Pin
magedhv23-Oct-07 2:04
magedhv23-Oct-07 2:04 
GeneralRe: crystal report problem Pin
AliAmjad23-Oct-07 4:28
AliAmjad23-Oct-07 4:28 
QuestionHow to retrieve mail from gmail's POP Server in VB.Net 2005? Pin
hgs24shravgi23-Oct-07 0:06
hgs24shravgi23-Oct-07 0:06 
AnswerRe: How to retrieve mail from gmail's POP Server in VB.Net 2005? Pin
Dave Kreskowiak23-Oct-07 3:51
mveDave Kreskowiak23-Oct-07 3:51 
Questionhow to convert Rupees into word? Pin
sathyan_829423-Oct-07 0:01
sathyan_829423-Oct-07 0:01 
AnswerRe: how to convert Rupees into word? Pin
Christian Graus23-Oct-07 0:12
protectorChristian Graus23-Oct-07 0:12 
AnswerRe: how to convert Rupees into word? Pin
Colin Angus Mackay23-Oct-07 0:22
Colin Angus Mackay23-Oct-07 0:22 
QuestionHow to run EXE thru network Pin
kkb_200122-Oct-07 23:17
kkb_200122-Oct-07 23:17 
AnswerRe: How to run EXE thru network Pin
Dave Kreskowiak23-Oct-07 2:23
mveDave Kreskowiak23-Oct-07 2:23 
AnswerRe: How to run EXE thru network Pin
Dave Kreskowiak23-Oct-07 2:28
mveDave Kreskowiak23-Oct-07 2:28 

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.