Current 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 ArticleHow to get access field dataformat using ado
I am trying to get the format of an access table Date field to check if it is in date or time format . when I write Code: Msgbox dd.fields("Datex").Dataformat.format it throws an error >> method...
View Article[RESOLVED] VB.Net For Loop Takes So Long
I have 3 textboxes. 1st and 2nd textboxes contain approximately 40.000 to 80.000 lines of data. Each line has 6-7 characters maximum. Last checkbox has 800-1000 lines of data. These lines also has 6-7...
View ArticleChange the size of a Stock Font ?
I am retrieving the DEFAULT_GUI_FONT font as follwos : Code: hFont = GetStockObject(DEFAULT_GUI_FONT) Is it possible to make a copy of the DEFAULT_GUI_FONT font and then change the size of the copied...
View ArticleHow to Stop Spammers Comments on my Word press Blogs?
Hii guys,, I am Ram, Required a favor from your end. i have a WordPress blog, and Found so many comments posted by spammers, how can stop this. Thank you so much
View ArticleNon windows fonts
Do I need to add a resource if I use a font which is not part of Windows fonts? Thanks PK
View Article