Building a 64bit interop for VBA
Hi Folks I'm out of my comfort zone here and likely doing something stupid. I have inherited an application that has VBA (including the IDE) embedded in it. For performance reasons this was originally...
View ArticleVS 2019 Create a shortcut of a folder and place in a directory
Hi everybody, I've been working on a tool which creates a complete folder structure for each project I work on. At the start of the project, a project data and a media folder are created. When the...
View Articlesetar ARITHABORT como ON no SELECT
no T-SQL seto o ARITHABORT como ON SET ARITHABORT ON A Consulta funciona normal... Porem preciso usar essa consulta no vb6... quando uso a consulta diz que o ARITHABORT não está setado. Como eu faria...
View ArticlePaste value special
Hi. In the below code I create a excel workbook, save it to particular path and then attach the file to an email. However the file being copied and saved to the specified path is being copied with...
View ArticleVb6 elapsed time in days hours minutes
I have the following code and i need lablel1.caption to show = day = .. / hours = .. / min = .. i dont know where to put days , hours , min here my code: Option Explicit Private mStartTime As Date...
View ArticleCurrent Recordset does not support updating. This may be a limitation of the...
Hello Guys, I am new here. I used to code for VB6, but due to company request I tried VBA in Excel. I am working on a macro and I encountered this error: Current Recordset does not support updating....
View ArticleGame server - real time help. Where to start?
So I have built applications (generally simple, nothing too crazy) for the better part off and on of 15 years however I never dived into applications communicating over a network/internet. I recently...
View ArticleEdit conundrum on RTB. Should be simple
I have a Rich Text Box and the user enters data for an engineering app. The data consists of a series of statements and commands which can subsequently be file saved if the data has changed. I had...
View ArticleReading a string
I am currently trying to write a custom workflow that reads text data files stored in a CRM record notes section. These files have multiple lines of data and I need to be able to step through the...
View ArticleCellClick selected Datagridview row
With my code, I want to be able to action a cellclick on an existing datagrid. I can set the record (ID) and highlight the row as selected (as below), however need the next step to automatically...
View ArticleCould anyone help me on this?
i was required to use the c++ to communicate with the vb 6 and below is the method which i suppose to follow with Public Declare Function SCT3Q8_ConnectDevice Lib "SCT3Q8_API.dll" (ByVal strCommPort As...
View Articlevb.net how to send email without username, password
hi all, did anyone know how to code vb.net to send email thru application without username and password, my previous developer developed vb.net application and saved into server, linked to user pc....
View ArticleLINQ query listof returning multiple index references
Hi, I am pretty new to LINQ and google is failing me for VB specific answers.. I have listof ItemDetails, within this list I have property ItemNumber.. ItemDetails.ItemNumber. I want to query this to...
View ArticleMsOf365 How to open "Save print output as" -window having a file name from...
Hello all! I have a simple form with a dozen fields in a MS Word document that I need to print to a pdf file. I'm looking for a solution to end up with a "Save print output as" -window suggesting a...
View ArticleSplitting a Multidimensional Array
So I'm trying to write a function that can do Dot Product calculations on arrays. I want to use the SumProduct worksheet function to do this. I demonstrated what I'm trying to do on the worksheet with...
View ArticleGame server - real time help. Where to start?
So I have built applications (generally simple, nothing too crazy) for the better part off and on of 15 years however I never dived into applications communicating over a network/internet. I recently...
View Article[RESOLVED] Boolean expression and Syntaxe problem
In my last project (VS 2017 /FW 4.5), I had to change Code: if MyObject isnot nothing then .. into Code: if not (MyObject is nothing) then... to make it work (i.e detect that MyObject exists with...
View ArticleTrying to use a service and service list only once.
Hi , I have multiple services that are called like: Dim m_client As ServiceReference1.DataServiceClient and a list that is called like: Dim copyerlist As List(Of ServiceReference1.copyer) I have...
View ArticleVS 2019 Login Form Help
Hi, I'm currently doing a Holiday Booking System for my A Level Assessment. The Form is fully functional but there's an error which I am unsure on how to fix as I am not completely advanced at Visual...
View ArticleVS 2019 Restarting Image Loop
Hi, So I'm doing a project for school and I have an image loop for my program with the code as follows Code: Dim Images(10) As Bitmap Dim Pos As Integer = 0 Private Sub MainMenu_Load(sender...
View Article