Click here to Skip to main content
15,891,702 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalpuuting in system menu Pin
Anonymous25-Jul-05 21:19
Anonymous25-Jul-05 21:19 
GeneralRe: puuting in system menu Pin
Dave Kreskowiak26-Jul-05 4:25
mveDave Kreskowiak26-Jul-05 4:25 
Generaldisallowing to delete folder programmatically Pin
Anonymous25-Jul-05 21:16
Anonymous25-Jul-05 21:16 
GeneralRe: disallowing to delete folder programmatically Pin
Dave Kreskowiak26-Jul-05 4:11
mveDave Kreskowiak26-Jul-05 4:11 
GeneralDisallowing to uninstall Pin
Anonymous25-Jul-05 21:12
Anonymous25-Jul-05 21:12 
GeneralRe: Disallowing to uninstall Pin
Dave Kreskowiak26-Jul-05 4:07
mveDave Kreskowiak26-Jul-05 4:07 
GeneralNewbie!! Pin
Nguyen Dinh Quy25-Jul-05 20:45
Nguyen Dinh Quy25-Jul-05 20:45 
GeneralRe: Newbie!! Pin
MohammadAmiry25-Jul-05 21:26
MohammadAmiry25-Jul-05 21:26 
Use the ShellExecute API function

Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

It opens all files and folders
GeneralRe: Newbie!! Pin
Dave Kreskowiak26-Jul-05 4:05
mveDave Kreskowiak26-Jul-05 4:05 
Generallibrary not registered Error Pin
abhinish25-Jul-05 20:43
abhinish25-Jul-05 20:43 
GeneralRe: library not registered Error Pin
Dave Kreskowiak26-Jul-05 3:55
mveDave Kreskowiak26-Jul-05 3:55 
GeneralRe: library not registered Error Pin
abhinish26-Jul-05 23:59
abhinish26-Jul-05 23:59 
GeneralPlease help with Enter Key! Pin
Member 167164825-Jul-05 20:22
Member 167164825-Jul-05 20:22 
GeneralRe: Please help with Enter Key! Pin
Yulianto.25-Jul-05 20:27
Yulianto.25-Jul-05 20:27 
Generalmaking data report for letter Pin
Member 214622225-Jul-05 20:11
Member 214622225-Jul-05 20:11 
GeneralRe: making data report for letter Pin
Dave Kreskowiak26-Jul-05 3:53
mveDave Kreskowiak26-Jul-05 3:53 
QuestionAny samples on System Configuration forms? Pin
Zakiro25-Jul-05 15:47
Zakiro25-Jul-05 15:47 
AnswerRe: Any samples on System Configuration forms? Pin
Dave Kreskowiak26-Jul-05 3:48
mveDave Kreskowiak26-Jul-05 3:48 
GeneralNeed help with VB Winsock & SNMP Pin
donjuane25-Jul-05 12:02
donjuane25-Jul-05 12:02 
GeneralRe: Need help with VB Winsock & SNMP Pin
progload25-Jul-05 13:42
progload25-Jul-05 13:42 
GeneralAccess methods in other interfaces on DLL/com-objets Pin
MaWeRic25-Jul-05 11:28
MaWeRic25-Jul-05 11:28 
GeneralRe: Access methods in other interfaces on DLL/com-objets Pin
progload25-Jul-05 13:52
progload25-Jul-05 13:52 
GeneralRe: Access methods in other interfaces on DLL/com-objets Pin
MaWeRic25-Jul-05 18:22
MaWeRic25-Jul-05 18:22 
GeneralRe: Access methods in other interfaces on DLL/com-objets Pin
progload25-Jul-05 18:54
progload25-Jul-05 18:54 
GeneralSorry disregard my message Pin
progload25-Jul-05 13:57
progload25-Jul-05 13:57 

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.