Click here to Skip to main content
15,887,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHDN_TRACK (SysHeader32 ) notification doesn't send by 1 pixel step Pin
VBAdvisor4-Apr-09 14:45
VBAdvisor4-Apr-09 14:45 
AnswerRe: HDN_TRACK (SysHeader32 ) notification doesn't send by 1 pixel step Pin
VBAdvisor5-Apr-09 16:05
VBAdvisor5-Apr-09 16:05 
QuestionIs there anny way to turn off webbrowser navigation sound??? Pin
FeRtoll4-Apr-09 9:23
FeRtoll4-Apr-09 9:23 
AnswerRe: Is there anny way to turn off webbrowser navigation sound??? Pin
FeRtoll4-Apr-09 9:41
FeRtoll4-Apr-09 9:41 
AnswerRe: Is there anny way to turn off webbrowser navigation sound??? Pin
FeRtoll4-Apr-09 9:56
FeRtoll4-Apr-09 9:56 
AnswerRe: Is there anny way to turn off webbrowser navigation sound??? Pin
FeRtoll8-Apr-09 10:39
FeRtoll8-Apr-09 10:39 
QuestionWindows Explorer menus Pin
JR2124-Apr-09 4:46
JR2124-Apr-09 4:46 
AnswerRe: Windows Explorer menus Pin
LloydA1114-Apr-09 12:43
LloydA1114-Apr-09 12:43 
Dont know why it is'nt working D'Oh! | :doh: , but instead of having an extra component with your application you can just add some values to the registry and add menus Smile | :)
I know, its not written in Visual Basic, but its close to VB as its written in VB script, but you can easily figure out how it works Poke tongue | ;-P heres the link: http://www.activexperts.com/activmonitor/windowsmanagement/adminscripts/computermanagement/desktop/

And heres the actualy code if you don't want to go to that website Big Grin | :-D :
Set objShell = CreateObject("WScript.Shell")

objShell.RegWrite "HKCR\Folder\Shell\MenuText\Command\", _
"cmd.exe /k cd " & chr(34) & "%1" & chr(34)
objShell.RegWrite "HKCR\Folder\Shell\MenuText\", "Command Prompt Here"

PS. Sorry about poor grammar/spelling Big Grin | :-D too tired to think at the moment Smile | :)
GeneralRe: Windows Explorer menus Pin
JR2124-Apr-09 20:47
JR2124-Apr-09 20:47 
QuestionVBA Modeless form that modifies code module is lost after call completion? Pin
DonQuiyote4-Apr-09 4:13
DonQuiyote4-Apr-09 4:13 
QuestionHow to show the changes Updated by other user on network Pin
ejaz_pk3-Apr-09 22:17
ejaz_pk3-Apr-09 22:17 
AnswerRe: How to show the changes Updated by other user on network Pin
Eddy Vluggen4-Apr-09 0:13
professionalEddy Vluggen4-Apr-09 0:13 
QuestionMicrosoft Access Database Backup by vb 6.0 Pin
ejaz_pk3-Apr-09 22:11
ejaz_pk3-Apr-09 22:11 
AnswerRe: Microsoft Access Database Backup by vb 6.0 Pin
Eddy Vluggen4-Apr-09 0:02
professionalEddy Vluggen4-Apr-09 0:02 
AnswerRe: Microsoft Access Database Backup by vb 6.0 Pin
Anubhava Dimri6-Apr-09 20:41
Anubhava Dimri6-Apr-09 20:41 
Questionhow to connect mysql DB ? Pin
JC.KaNNaN3-Apr-09 20:50
JC.KaNNaN3-Apr-09 20:50 
AnswerRe: how to connect mysql DB ? Pin
Christian Graus3-Apr-09 23:17
protectorChristian Graus3-Apr-09 23:17 
GeneralRe: how to connect mysql DB ? Pin
akhilonly0075-Apr-09 22:36
akhilonly0075-Apr-09 22:36 
Questionhow to print same page itself (without going report page) ? Pin
JC.KaNNaN3-Apr-09 20:44
JC.KaNNaN3-Apr-09 20:44 
AnswerRe: how to print same page itself (without going report page) ? Pin
Anubhava Dimri3-Apr-09 22:07
Anubhava Dimri3-Apr-09 22:07 
GeneralRe: how to print same page itself (without going report page) ? Pin
JC.KaNNaN3-Apr-09 22:40
JC.KaNNaN3-Apr-09 22:40 
GeneralRe: how to print same page itself (without going report page) ? Pin
Anubhava Dimri3-Apr-09 23:13
Anubhava Dimri3-Apr-09 23:13 
AnswerRe: how to print same page itself (without going report page) ? Pin
Mohammed.Al-Qaisi5-Apr-09 23:33
Mohammed.Al-Qaisi5-Apr-09 23:33 
Question[Message Deleted] Pin
nilleshkumar3-Apr-09 20:11
nilleshkumar3-Apr-09 20:11 
AnswerRe: help me pls urgent Pin
Christian Graus3-Apr-09 23:20
protectorChristian Graus3-Apr-09 23:20 

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.