Video Capture with Windows 10
Hey guys. I have an old OCX called EzVidCap by Ray Mercer. It grabs a snapshot from a camera. Works great on every Windows version right up to Windows 8.1. For some reason it doesn't run on Windows 10....
View Article[RESOLVED] save formatted text character to database
This is in line with my thread "what vb6 component is this ?" but I am not using yet the RTBCompose example given by Dilletante. Thanks again for that example Dilletante. So I have created the toolbox...
View ArticleCalling cdecl DLL with vbRichClient5
Hello. I have a "test.dll" and it declares functions in cdecl. Knowing that vbRichClient5 can call these functions, I tried to call some functions and it succeeded. However, there's a function I can't...
View ArticleHow to remove the WebBrowser's context menu
Hello I am writing this thread to find out how to remove the Internet Explorer's WebBrowser Control click context menu by stopping all mouse clicks such as double click, click, mouse move, mouse up,...
View ArticleDrawing in Containers without Line Method
Quote: Originally Posted by Frans C Code: Private Sub Command1_Click() Call DrawBorder(Label1, vbRed) End Sub Private Sub DrawBorder(lbl As Label, Color As OLE_COLOR) With lbl Me.Line...
View Article[RESOLVED] support directory created with package wizard
I always wondered, just what is the 'support' directory that is created when using Package & Deployment wizard suppose to be for? Does anyone actually include it in the Zip file?
View Articlelist facebook friends
hi all, i am trying to create a list of my facebook friends. i navigate to "my friends" page then hit a command button containing Code: Private Sub ListLinks1() Dim q1, q2 Dim Inner As String Inner =...
View ArticleLoading my OCX compiled by me gives "ClassFactory cannot supply requested...
I am updating an OCX somebody else wrote, all is well, runs from code great, compiles with no errors. When I try to use it, I get the dreaded "ClassFactory cannot supply requested class" error message....
View Article[RESOLVED] Trying to insert Events From Access To OutLook Only 1 appointment...
never mind found the solution :D
View ArticleFirst letter capitalized
Hello VBForums Hello everyone Please gentelmans If you can help me solve this problem .. In my form1 i have Frame 1 with Text1 and Frame2 with Text2 I also have a code to put the first letters of words...
View Article[RESOLVED] Loading my OCX compiled by me gives "ClassFactory cannot supply...
I am updating an OCX somebody else wrote, all is well, runs from code great, compiles with no errors. When I try to use it, I get the dreaded "ClassFactory cannot supply requested class" error message....
View ArticleDirectShow Problem
Hi all, I've been using DirectShow (in VB6 SP6) for sometime now, but I just can't seem to get a resolution higher than 640x480 on a 720p camera, am I missing something? Cheers!
View ArticleCompare Two Textboxs
HI All Could someone please point me in the right direction, I have two textboxes that I want compare, if they match the code continues, if they don't then brings up a message but these textbox will...
View Article[RESOLVED] trying to delete all appointments in outlook deletes only 1 item why?
hey, somehow the code deletes only a single item and i have a loop in there strange what i am missing? this is my code Code: Dim oOutlook As New Outlook.Application Dim oNameSpace As Namespace...
View Article[RESOLVED] how do i get the total duration from 2 subitems
hey, i am trying how to get the total duration from 2 subitems E.X this of course are date/time values LsvwTreats.ListItems(X).SubItems(1) = 10:00 LsvwTreats.ListItems(X).SubItems(2) = 10:30 so the...
View ArticleHow to optimize the following code
Hi, I have a code which is redundant. Sp please help me in optimizing the code. Basically I am feting a fetching a version number from registry. It can be in any of one of 6 path. So I am iterating...
View ArticleUsing VB on Mac to find txt files in folder, copy tab into single document,...
Hello All :wave:, As a relative novice, I have been trying different online scripts and strategies and using online forums to accomplish this task for a couple days now, so I am officially giving up...
View Articlehow can i extract files from resource with progressbar ?
Hi all i use this code to extract database and other files from resource file Code: Public Sub LoadDataIntoFile(id As Integer, FileName As String) Dim myArray() As Byte Dim myFile As Long If...
View ArticleUsing ShellExecute in VB 6.0
I'm trying to learn how to use this API function. The code I have is: 'In Module: Declare Function Shellexecute% Lib "shell.dll" _ (ByVal hwnd%, ByVal lpsz0p$, ByVal lpszFile$, ByVal spszParam$, ByVal...
View Article