Vb6 - how start using Directx9?
i'm starting using Directx 9 on VB6. maybe it's the tlb file... but i don't know. see the actual code just for Directx9 initialization: Code: Option Explicit Dim pD3D As Direct3D9 Dim pd3dDevice As...
View Article[RESOLVED] Using a Dictionary
I have some games that I created in which words are spelled out by users (Boggle is an example of one). I want to do a lookup on a dictionary (like Merriam-Websters, or Oxford) to see if the word...
View Articlevb.NET, cannot close open recordset
Hello: H have come code (full listing below), that will not allow me co close an open recordset. I feel like I've done this 1000 times, so its the usual nonsense with small issues takling up 90% of the...
View ArticleCombobox sorting
I am writing a program that retrieves the names of files from a selected folder then puts the names of those files into an array as well as a combobox. The files are named identical with the the...
View ArticleVS 2017 [RESOLVED] Changes in CSS file not showing up when running code in VS
I am using VB, .net version 4.6.1 I am making changes to an attached css file, just changing the top property of an object from 444 to 544. I save the file and run it inside VS, and the change is not...
View Articlevbscript not taking current date it means not taking year
the following vbscript i used to take backup from desktop to F drive it is also when copying also rename the file and add todays date to the file name,but you know just year is change now year is 2021...
View ArticleAdd functions to Windows Service that include WCF service
Hi. Not sure if this is WCF or windows service issue or visual studio issue so I'm posting here. I have a windows service that includes a WCF service that runs on a remote server and works fine (the...
View ArticleVB2019 function returns single character of string instead of the entire string
Hi guys I've got a bit of an odd problem. I'm designing a cross assembler console windows 10 desktop application which loads a source file and compiles it into object code and saves it. The main module...
View Article[RESOLVED] Add functions to Windows Service that include WCF service
Hi. Not sure if this is WCF or windows service issue or visual studio issue so I'm posting here. I have a windows service that includes a WCF service that runs on a remote server and works fine (the...
View ArticleIs VBForum's default birthday January 1st for new members?
It's almost 2am Saturday for me in Germany, but I'm not sure if my app counted birthdays for my date, or stateside 6 hours behind. It gave me 4015 birthdays advertised on VBForums. I know they can't be...
View ArticleObtain function or sub name within the code
Is is possible to access the current function or subroutine name from within the code. This would help with writing diagnostic code
View ArticleSupressing pointless "errors"?
I went to update an old program that I haven't touched in months and suddenly, I'm getting all these annoying pointless "errors" that are preventing me from running the program. Errors like "fix the...
View Articleinclude extrenal DLL into exe
Hi, I have a solution with one command line exe and one DLL file. Is it possible to combine these into one exe file? I do not have the source code of the DLL. Regards Erwin
View ArticleVS 2015 I can not login to the site
Hi everybody I cannot login with the codes on the site below. (location country: turkey) https://www.trendyol.com/giris?cb It looks like data is being written onto the combobox. but in reality it is...
View ArticleVB.NET How to Title Get Exe
For example, I opened "Untitled - Notepad" and I want to detect the title of it and pass the name processbyname to textbox1. How can I do it? So when "Untitled - Notepad" comes up and it is active, I...
View ArticleVS 2019 [RESOLVED] Visual Basic Error instance valuetype ADODB.DataTypeEnum
This is my first deployment of a VB Net application. I believed I published it correctly It runs perfectly on the computer that created it. (Windows 10) But when I Install it on a Windows 7 computer...
View ArticleUsing an Array for a combobox datasource
I am working on a program where the user will update combobox entries. What I want to do is update an entry in an array which then updates the entry in the combobox. Because the order of the combobox...
View Article[RESOLVED] Function parameter as element name
Hi and happy new year :D I making a function to get the ComboBox ItemData value from ComboBox Text value. Code: Private Sub CmbJLabelFormat_Click() Call GetCmbItemData("CmbJLabelFormat",...
View Article[RESOLVED] Shuffling Textboxes
Mind is going (or I have been too long on this computer today--and now late)... I have an array of textboxes (0 to 9) with text in each, vertically stacked, 0 on top, 9 on bottom. I want to randomly...
View Article