Make vc++ project by vb6,LIKE VB7 IDE,Is there similar software?
ABOUT @Jacob Roman SAY: Although we had a huge discussion about creating a language called Lightfusion. Do a search on it in vbforums VB Classic (A True VB 7.0)-VBForums...
View ArticleConvert EDIFACT file to PDF
Hi , Does anybody have any VBS code to convert EDI files syntax EDIFACT to PDF ? Thanks.
View Article[RESOLVED] EXCEL2007 Win7 Merged Cells: Test 2 rows in vertically merged cell...
I'm trying to convert rows containing vertically merged cells to single, unmerged rows. For years my code worked but a few weeks ago it failed. I grab the top row value and next row value and compare...
View ArticleVS 2019 [RESOLVED] UPDATE Query Throws error "Database is locked". help!
Hello! I'm having trouble with my UPDATE Query, I'm using an SQLite DB, it has a table called Brand_Table, this table has only 2 columns: [ID] and [Name]. I can INSERT and DELETE records from it, but...
View ArticleSmall trouble with PowerPacks in Visual Studio 2019 Community
I have used PowerPacks in another project and it seems to be working all right for printing forms. Now I have started with another project and it is not being found. This means it has probably been...
View ArticleHOW TO get dll version,like 1.2.3.4?
HOW TO get dll version,like 1.2.3.4? why this code is err Code: Option Explicit Type FileInfo wLength As Integer wValueLength As Integer szKey As String * 16...
View ArticlePicServer as Service
PicServer has been made into a service. It is quite a bit more complex than the original, and is called PicSvc. PicSvc requires the use of NTSVC.ocx. To allow some trouble shooting in the IDE, PicSvc...
View ArticleSystem Wide Got/Lost Focus (subclassing)
This is just a small example of how one might accomplish system wide GotFocus and LostFocus events in VB6. The way it's setup, it's fairly IDE safe. With the Comctl32 subclassing, there are only two...
View ArticleIs This Ciode Correct?
Hi Guys, I don't know if anyone here is fluent in both C# and VB.Net. If so I would appreciate a spot check of this code. It was copied from a MS Web Page found...
View ArticleGet Connection String By Provider Error
Hi Guys, I'm having problems with this code provided by MS. ConnectionStringSettingsCollection, ConfigurationManager, ConnectionStringSettings, and settings all show as not defined. Copied the code...
View ArticleVS 2019 Passing focus from TextBox to TexBox on the Keydown event. Help!
Hello! I might need some advice here. I have assigned a keydown event to my form so now it handles all keydown events that occur within the form. Everything's fine so far, until I try to navigate thru...
View ArticleVS 2019 [RESOLVED] Passing focus from TextBox to TexBox on the Keydown event....
Hello! I might need some advice here. I have assigned a keydown event to my form so now it handles all keydown events that occur within the form. Everything's fine so far, until I try to navigate thru...
View Articlehow to GET X,Y point about inputbox,msgbox?
SAVE INPUTBOX RECT,AND show inputbox in XY LIKE 300,300
View ArticleInputBox With Password mask,Get screen coordinate position of the input box
You can specify the display position of the input dialog or message box when it starts. After manually moving to the new position, the last position will be remembered, and the new dialog box will be...
View ArticleMsOf13 Is it possible to provide version control of modules?
I would like to do version control for modules and classes. But when I save the changes to the module from my code pane, in fact, I cannot know that the changes have occurred. Because it is written to...
View ArticleThis code was working but randomly throws this error
Not the most knowledgeable in the coding department, I just to it for fun. My problem is, when it trys to do " dir = io.directory.getfiles(mypath + "\iEdit") it gets the error. Sometimes saying it's...
View ArticleVS 2015 Trying to import sleep function
I am trying to import the sleep function for a delay. Here is the code: Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) When I get to this line of code: Call Sleep(10000) I get...
View Articlewebbrowser ele variable not defind issue
Code: for each ele in wb.document.getelementsbytagname("input") if ele.value = "Save Changes" then ele.click :exit for next i set reference html object still i get this error. i opened...
View Articlewebbrowser insert value help
Code: tags-input-value <div class="tab-content"> <div role="tabpanel" class="tab-pane adwords-suggestions active" id="adwords"> <form...
View Articlewhy vb6 GetObject IS nothing for opened excel?
Code: 'Dim App2 As Excel.Application 'err Dim App2 AS OBJECT Set App2 = GetObject(, "Excel.Application.16") ' Dim theROT As olelib.IRunningObjectTable Dim EMoniker As olelib.IEnumMoniker Dim Moniker...
View Article