Click here to Skip to main content
15,908,264 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Using of listbox of vb6.0 Pin
Dave Kreskowiak18-Jul-06 1:48
mveDave Kreskowiak18-Jul-06 1:48 
QuestionShowing "Process" text in status bar while processing/updating data to the sql database Pin
abbasy17-Jul-06 17:34
abbasy17-Jul-06 17:34 
AnswerRe: Showing "Process" text in status bar while processing/updating data to the sql database Pin
Dave Kreskowiak18-Jul-06 1:45
mveDave Kreskowiak18-Jul-06 1:45 
Questiondataset export to excel file [modified] Pin
Pravin H17-Jul-06 15:26
Pravin H17-Jul-06 15:26 
AnswerRe: dataset export to excel file Pin
Steven J Jowett17-Jul-06 22:43
Steven J Jowett17-Jul-06 22:43 
GeneralRe: dataset export to excel file Pin
Pravin H18-Jul-06 16:14
Pravin H18-Jul-06 16:14 
QuestionHow to implement RegistryPermission Class Pin
changeez17-Jul-06 12:26
changeez17-Jul-06 12:26 
AnswerRe: How to implement RegistryPermission Class Pin
Dave Kreskowiak17-Jul-06 14:14
mveDave Kreskowiak17-Jul-06 14:14 
I think you're misunderstanding what the RegistryPermission class does. It does not control access to the Registry key, but is a Permission that your code aquires so it can access the registry.

For example, about the best I can explain it is if your code was running from a network share, it wouldn't normally have Permission to Read/Write the registry. The use of this class by your code "asks" the CLR for permission to access the specified registry key. If Code Access Security is setup properly, your code can get the requested permission, if available to it.


Dave Kreskowiak
Microsoft MVP - Visual Basic

QuestionVB.NET Timer control Pin
Brent Lamborn17-Jul-06 11:25
Brent Lamborn17-Jul-06 11:25 
AnswerRe: VB.NET Timer control [modified] Pin
Dave Kreskowiak17-Jul-06 12:18
mveDave Kreskowiak17-Jul-06 12:18 
GeneralRe: VB.NET Timer control Pin
Brent Lamborn18-Jul-06 3:52
Brent Lamborn18-Jul-06 3:52 
QuestionInternational character problems in access mdb file Pin
JUNEYT17-Jul-06 8:54
JUNEYT17-Jul-06 8:54 
QuestionProblem using fill method on data adapter Pin
ssbelfast17-Jul-06 8:22
ssbelfast17-Jul-06 8:22 
AnswerRe: Problem using fill method on data adapter [modified] Pin
MrSarek170117-Jul-06 9:09
MrSarek170117-Jul-06 9:09 
GeneralRe: Problem using fill method on data adapter Pin
ssbelfast17-Jul-06 10:14
ssbelfast17-Jul-06 10:14 
GeneralRe: Problem using fill method on data adapter Pin
Kschuler19-Jul-06 8:41
Kschuler19-Jul-06 8:41 
QuestionPictureBox problem vb Pin
_tasleem17-Jul-06 6:32
_tasleem17-Jul-06 6:32 
AnswerRe: PictureBox problem vb Pin
Dave Kreskowiak17-Jul-06 6:50
mveDave Kreskowiak17-Jul-06 6:50 
QuestionMulti Row Display DataGrid View Pin
Madaka17-Jul-06 6:28
Madaka17-Jul-06 6:28 
QuestionPublic Structure and array result [modified] Pin
Kamineko17-Jul-06 3:28
Kamineko17-Jul-06 3:28 
QuestionHow to run as a service Pin
Leelanga17-Jul-06 3:27
Leelanga17-Jul-06 3:27 
AnswerRe: How to run as a service Pin
Tim Carmichael17-Jul-06 7:35
Tim Carmichael17-Jul-06 7:35 
Questionsystem language Pin
OnisH17-Jul-06 2:55
OnisH17-Jul-06 2:55 
QuestionDoes not hit the server side code when called for the second time. readystate is 4 Pin
vikasbinani17-Jul-06 2:45
vikasbinani17-Jul-06 2:45 
Questiontreeview questionvb Pin
_tasleem17-Jul-06 2:24
_tasleem17-Jul-06 2:24 

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.