Click here to Skip to main content
15,890,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: shape of number Pin
Wes Aday16-Sep-12 7:08
professionalWes Aday16-Sep-12 7:08 
GeneralRe: shape of number Pin
memas6316-Sep-12 7:13
memas6316-Sep-12 7:13 
GeneralRe: shape of number Pin
Wes Aday16-Sep-12 7:18
professionalWes Aday16-Sep-12 7:18 
GeneralRe: shape of number Pin
memas6316-Sep-12 7:19
memas6316-Sep-12 7:19 
GeneralRe: shape of number Pin
Steven St. John16-Sep-12 16:03
Steven St. John16-Sep-12 16:03 
GeneralRe: shape of number Pin
memas6317-Sep-12 0:42
memas6317-Sep-12 0:42 
QuestionI need to copy a file into (anyone's) Startup Folder w/ no Access errors... Pin
WillB1215-Sep-12 22:45
WillB1215-Sep-12 22:45 
AnswerRe: I need to copy a file into (anyone's) Startup Folder w/ no Access errors... Pin
Richard MacCutchan16-Sep-12 0:18
mveRichard MacCutchan16-Sep-12 0:18 
This is not really an issue with VB, but with the system. Access control exists in order to prevent you from doing what you are trying here, without being given permission from the owner of the system. You should set your program manifest to request administration rights and then, if the user grants it, your application will be able to write into these protected locations.
One of these days I'm going to think of a really clever signature.

GeneralRe: I need to copy a file into (anyone's) Startup Folder w/ no Access errors... Pin
WillB1216-Sep-12 0:39
WillB1216-Sep-12 0:39 
GeneralRe: I need to copy a file into (anyone's) Startup Folder w/ no Access errors... Pin
Richard MacCutchan16-Sep-12 1:07
mveRichard MacCutchan16-Sep-12 1:07 
GeneralRe: I need to copy a file into (anyone's) Startup Folder w/ no Access errors... Pin
WillB1216-Sep-12 3:23
WillB1216-Sep-12 3:23 
GeneralRe: I need to copy a file into (anyone's) Startup Folder w/ no Access errors... Pin
Richard MacCutchan16-Sep-12 4:05
mveRichard MacCutchan16-Sep-12 4:05 
AnswerRe: I need to copy a file into (anyone's) Startup Folder w/ no Access errors... Pin
Dave Kreskowiak16-Sep-12 6:02
mveDave Kreskowiak16-Sep-12 6:02 
QuestionMicrosoft ReportViewer Pass By Parameter(WinForm) Pin
garyu8715-Sep-12 2:06
garyu8715-Sep-12 2:06 
AnswerRe: Microsoft ReportViewer Pass By Parameter(WinForm) Pin
garyu8715-Sep-12 4:02
garyu8715-Sep-12 4:02 
QuestionWhat Trace??? Pin
alirezamansoori14-Sep-12 5:20
alirezamansoori14-Sep-12 5:20 
AnswerRe: What Trace??? Pin
Wes Aday14-Sep-12 5:27
professionalWes Aday14-Sep-12 5:27 
GeneralRe: What Trace??? Pin
alirezamansoori14-Sep-12 7:23
alirezamansoori14-Sep-12 7:23 
GeneralRe: What Trace??? Pin
Wes Aday14-Sep-12 9:09
professionalWes Aday14-Sep-12 9:09 
AnswerRe: What Trace??? Pin
Richard MacCutchan14-Sep-12 5:35
mveRichard MacCutchan14-Sep-12 5:35 
GeneralRe: What Trace??? Pin
alirezamansoori14-Sep-12 7:23
alirezamansoori14-Sep-12 7:23 
GeneralRe: What Trace??? Pin
Richard MacCutchan14-Sep-12 7:31
mveRichard MacCutchan14-Sep-12 7:31 
Questiondifference between these code Pin
yuifox13-Sep-12 23:39
yuifox13-Sep-12 23:39 
AnswerRe: difference between these code PinPopular
Dave Kreskowiak14-Sep-12 4:09
mveDave Kreskowiak14-Sep-12 4:09 
GeneralRe: difference between these code Pin
yuifox14-Sep-12 12:44
yuifox14-Sep-12 12:44 

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.