Forum: Visual Basic 4 / 5 / 6 Feb 9th, 2006 |
| Replies: 2 Views: 2,417 Got it
here is how you open a webpage in VB-6
First declare
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String,... |
Forum: Visual Basic 4 / 5 / 6 Feb 9th, 2006 |
| Replies: 2 Views: 2,417 Online help - HTML
Offline Help - CHM
as for opening html pages.
i remember i have the code somewhere
let me see if i can dig it out.
as for making chm files.
there are lot of softwares... |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2005 |
| Replies: 3 Views: 3,342 send me the db and i can see what i can do
creationzunlimited@gmail.com |
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2005 |
| Replies: 5 Views: 1,957 what i meant was that microsoft has added a lot of features in VB .net that was not there in VB6. |
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2005 |
| Replies: 5 Views: 1,957 There is a lot of VB6 out there especially.
But those who work in VB.net will vouch that there are a lot of needed features in this new version of VB |
Forum: Visual Basic 4 / 5 / 6 Dec 11th, 2004 |
| Replies: 3 Views: 7,458 Hi
Before you ask for any help in VB
Check this first always
http://msdn.microsoft.com/
and search there
I have always found that this site gives answers to most microsoft related queries
If... |
Forum: Visual Basic 4 / 5 / 6 Oct 27th, 2004 |
| Replies: 0 Views: 5,416 Hi
This is my first post.
I have lately into the field of video.
I need to create a program in Visual Basic where the user can select the program and ad and duration for both and then see a... |