Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: System.Data.DataRow View Error in Combo Box Pin
Mycroft Holmes18-Mar-08 22:00
professionalMycroft Holmes18-Mar-08 22:00 
Generalhelp display time only in vb form from sql dateTime (UDT time) Pin
AAGTHosting18-Mar-08 13:22
AAGTHosting18-Mar-08 13:22 
GeneralRe: help display time only in vb form from sql dateTime (UDT time) Pin
Mycroft Holmes18-Mar-08 22:04
professionalMycroft Holmes18-Mar-08 22:04 
GeneralIOLECommandTarget Interop and Optical Zoom in WebBrowser Control Pin
TerriTop18-Mar-08 12:23
TerriTop18-Mar-08 12:23 
QuestionI have a VB.Net Windows application Pin
indian14318-Mar-08 9:55
indian14318-Mar-08 9:55 
GeneralRe: I have a VB.Net Windows application Pin
AliAmjad18-Mar-08 10:15
AliAmjad18-Mar-08 10:15 
GeneralRe: I have a VB.Net Windows application Pin
Dave Kreskowiak18-Mar-08 10:27
mveDave Kreskowiak18-Mar-08 10:27 
GeneralRe: I have a VB.Net Windows application Pin
Dave Kreskowiak18-Mar-08 10:25
mveDave Kreskowiak18-Mar-08 10:25 
What you need to understand to do this is Code Access Security.

It's possible to do this, but, any managed code running from a non-local source (i.e.: network share) is NOT trusted, by default. The machine has to be told to trust this code. No matter what, you've visiting every machine that's going to run this code, one way or another.

If these machines are networked in workgroup mode, you have to either visit each machine (on foot) or somehow have each machine install a packaged policy, usually done by an .MSI installation.

In a domain environment, this gets much easier as you can use group policy to distribute that trust policy to the workstations.


You can read up more on how to do this here[^] and here[^].



A guide to posting questions on CodeProject[^]



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




GeneralRe: I have a VB.Net Windows application Pin
indian14318-Mar-08 20:52
indian14318-Mar-08 20:52 
GeneralPublic set in VB 6.0 Pin
leaveu18-Mar-08 9:30
leaveu18-Mar-08 9:30 
AnswerRe: Public set in VB 6.0 Pin
Arjun Marwaha18-Mar-08 21:38
Arjun Marwaha18-Mar-08 21:38 
GeneralRe: Public set in VB 6.0 Pin
Dave Kreskowiak19-Mar-08 1:34
mveDave Kreskowiak19-Mar-08 1:34 
GeneralAuto Clicking Pin
mykingdomforanewusername18-Mar-08 6:58
mykingdomforanewusername18-Mar-08 6:58 
GeneralRe: Auto Clicking Pin
Dave Kreskowiak18-Mar-08 8:52
mveDave Kreskowiak18-Mar-08 8:52 
GeneralRe: Auto Clicking Pin
Luc Pattyn18-Mar-08 12:38
sitebuilderLuc Pattyn18-Mar-08 12:38 
GeneralRe: Auto Clicking Pin
Smithers-Jones19-Mar-08 2:32
Smithers-Jones19-Mar-08 2:32 
Generaldata base or file Pin
DavidProg18-Mar-08 5:54
DavidProg18-Mar-08 5:54 
GeneralRe: data base or file Pin
Dave Kreskowiak18-Mar-08 8:54
mveDave Kreskowiak18-Mar-08 8:54 
Questionplz help with datetime stored procedure in vb.net Pin
saša198318-Mar-08 4:45
saša198318-Mar-08 4:45 
GeneralRe: plz help with datetime stored procedure in vb.net Pin
Guffa18-Mar-08 6:51
Guffa18-Mar-08 6:51 
Questionreceive data from microcontroller(CPLD coolrunner II) Pin
Beginner KS18-Mar-08 4:41
Beginner KS18-Mar-08 4:41 
GeneralRe: receive data from microcontroller(CPLD coolrunner II) Pin
Dave Kreskowiak18-Mar-08 8:57
mveDave Kreskowiak18-Mar-08 8:57 
QuestionRe: receive data from microcontroller(CPLD coolrunner II) Pin
khaiseng18-Mar-08 12:38
khaiseng18-Mar-08 12:38 
GeneralRe: receive data from microcontroller(CPLD coolrunner II) Pin
Luc Pattyn18-Mar-08 12:44
sitebuilderLuc Pattyn18-Mar-08 12:44 
GeneralRe: receive data from microcontroller(CPLD coolrunner II) Pin
khaiseng18-Mar-08 22:03
khaiseng18-Mar-08 22:03 

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.