Link to server folder
I have developed softwere with vb6. I want to place link of specific folder in userform. Folder is located in the server which is shared to all related computers. I want when ling is clicked, that...
View Articleunable to get response from web api in andrid appplication
i have below code in android application and its unable to get response Code: private void getWebServiceResponseData() { Â Â Â // Toast.makeText(getApplicationContext(), Â Â Â Â Â Â //...
View ArticleHow to realize the display effect of topology map by programming?
How to realize the display effect of topology map by programming? And click the? Node to generate the coordinates of each event? It's OK to use htm5, but there are too many JS components, but i don't...
View Articleshellexecute versus opening from explorer
Code:     If Not autorunning Then       ShellExecute 0, "Open", App.Path & "\autosend.exe", "", "", 0 windows 10 x64 when i run the above shellexcute, the file appears in the details...
View ArticleBasic quesions regarding databound controls
I have a few basic questions regarding settings for the databound controls as they are different that VB6 and I want to fully understand what I am doing as not to cause another issue. First the text...
View ArticleC++ Redistributable
I (or my uninstall check program - Wise Program Uninstaller.rar) inadvertantly deleted some dll's and need to fix that. The problem is with the C++ redistributable. It is looking, inter alia, for the...
View ArticleVb6 - 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 Article