Click here to Skip to main content
15,919,245 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 0:00
Ali 11017-Jan-09 0:00 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 0:28
mentorWendelius17-Jan-09 0:28 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 0:30
Ali 11017-Jan-09 0:30 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 0:46
mentorWendelius17-Jan-09 0:46 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 1:08
Ali 11017-Jan-09 1:08 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 1:30
mentorWendelius17-Jan-09 1:30 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 2:54
Ali 11017-Jan-09 2:54 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 4:07
mentorWendelius17-Jan-09 4:07 
GeneralIE Toolbar Pin
AbhiPostoffice16-Jan-09 17:03
AbhiPostoffice16-Jan-09 17:03 
AnswerRe: IE Toolbar Pin
Guffa16-Jan-09 23:58
Guffa16-Jan-09 23:58 
GeneralRe: IE Toolbar Pin
Eddy Vluggen18-Jan-09 0:31
professionalEddy Vluggen18-Jan-09 0:31 
QuestionDisable remove/repair dialog Pin
stardust161116-Jan-09 12:05
stardust161116-Jan-09 12:05 
AnswerRe: Disable remove/repair dialog Pin
Colin Angus Mackay16-Jan-09 15:19
Colin Angus Mackay16-Jan-09 15:19 
GeneralRe: Disable remove/repair dialog Pin
stardust161116-Jan-09 20:40
stardust161116-Jan-09 20:40 
GeneralRe: Disable remove/repair dialog Pin
stardust161117-Jan-09 2:25
stardust161117-Jan-09 2:25 
QuestionAutomatic Scaling Container Control Pin
Cory Kimble16-Jan-09 7:09
Cory Kimble16-Jan-09 7:09 
AnswerRe: Automatic Scaling Container Control Pin
Jon Rista16-Jan-09 15:45
Jon Rista16-Jan-09 15:45 
QuestionCreateKey returned 6 Pin
subramanyeswari15-Jan-09 21:09
subramanyeswari15-Jan-09 21:09 
Hi,

I am using the following script to write key and values into registry using vbscript.

this is my code
strComputer = "."Set oReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\default:StdRegProv")keyPath = "*\shellex\ContextMenuHandlers\WWBuildShell64Ext"Return = oReg.CreateKey HKEY_CLASSES_ROOT ,keyPath If (Return = 0) And (Err.Number = 0) Then        Wscript.Echo "HKEY_LOCAL_MACHINE\Software\MyKey\MySubKey created"Else    Wscript.Echo "CreateKey failed. Error = " & Err.NumberEnd If


It is retuning 6. What does it mean? how to correct it?

Please help me.

Thanks
AnswerRe: CreateKey returned 6 Pin
Dave Kreskowiak16-Jan-09 0:53
mveDave Kreskowiak16-Jan-09 0:53 
QuestionConnecting to SQL Server Compact using VB.Net Pin
carrigart15-Jan-09 19:45
carrigart15-Jan-09 19:45 
AnswerRe: Connecting to SQL Server Compact using VB.Net Pin
Colin Angus Mackay15-Jan-09 21:36
Colin Angus Mackay15-Jan-09 21:36 
AnswerRe: Connecting to SQL Server Compact using VB.Net Pin
Kizza00715-Jan-09 23:29
Kizza00715-Jan-09 23:29 
GeneralRe: Connecting to SQL Server Compact using VB.Net Pin
carrigart16-Jan-09 16:42
carrigart16-Jan-09 16:42 
QuestionVB.NET strange behaviour with Show/ShowDialog on Windows Application vs Class Library Pin
Livinit15-Jan-09 15:22
Livinit15-Jan-09 15:22 
AnswerRe: VB.NET strange behaviour with Show/ShowDialog on Windows Application vs Class Library Pin
ColinM12315-Jan-09 16:30
ColinM12315-Jan-09 16:30 

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.