[RESOLVED] Relationship key with a wildcard?
I have a column of business names. In some cases the name is an alias and I want to relate it to the parent company so a query will show the real company. In both cases the data is mostly human entered...
View ArticleVS 2012 Kill task
Hi whats the simplest way to kill a running process? I've tried Code: Dim proc() as process = nothing proc = Process.GetProcessesByName("mytestfile.exe") For i As Integer = 0 To proc.Count - 1...
View ArticleVB6 test environment setup
newbie to VB6. We are currently working on a vb6 to .net conversion project. On our test machine, we have the legacy system installed pointing to production. We copied the legacy code to a new...
View ArticleCan't Enable A Timer In Another Thread
Hi, this should be an easy question for some of you. I can enable the timer TimerHighlightLEDs using the first part of the code below. However, it won't work with the second part of the code in red. I...
View Article[RESOLVED] Can't Enable A Timer In Another Thread
Hi, this should be an easy question for some of you. I can enable the timer TimerHighlightLEDs using the first part of the code below. However, it won't work with the second part of the code in red. I...
View ArticleHow to generate an alphanumeric tree changes with criteria?
I'm working on excel sheet template used for SAP System and I have 2 columns looks like below: Code: Column C Column E Level Element Code 3...
View ArticleWhy is there SetWindowLongA and SetWindowLongW in Windows API?
I generally program in VBA and hooking is not a big thing there. Lately I have been playing with hooking in VB6 and I noticed in the Windows API there is a SetWindowLongA and SetWindowLongW. I try to...
View ArticleSimple alias query
I have this query on SQL SERVER: Code: SELECT costcentres.ID, costcentres.centrename, supervisors.username as supervisorname FROM costcentres LEFT JOIN users as supervisors on...
View Article[RESOLVED] InkEdit Control
How do I right justify text in this control? I need to use this control because it has Unicode properties. Thanks
View ArticleCreate Shortcut as Part of Installation Process for VB6 Program
As part of my Installation Process for a Program that I created, I would like to create a Shortcut to the Installed Executable on All Users Desktop. I modified Setup.lst, in the [Setup] Section, as...
View Articlehow convert html string into css html
Hello members, i change html code into css html because i post in blog html code. i change manual but It takes a long time. I want this automated machine to speed up. For example: This code here...
View Articlevisual studio 2017 query dosnt show result although there is a null value why?
code Code: Dim SqlQuery As String = "Select EventID,StartDateTime,EndDateTime,CustomPropertiesXMLData,SmsSent,CustomerName,Remarks,GoogleID,sName,IsPrivate,HairName,HairUserName,...
View ArticleHow to convert total minutes to time format?
Hi friends, I want to make a simple app which receives the total minutes through a text box as an input, and then after clicking the calculate button, the answer is written as a label object in the...
View Article$%%$$%# Personal.xlsb
As an experiment I created a Personal.xlsb file for myself to see what it was like using one. I wasn't happy with the results so I deleted it. After that it doesn't show up in my VBAProject window...
View Article[RESOLVED] 2015 AddHandler generating a NullReferenceException
Hello all, This one has me stumped! A simple for loop with the AddHandler generates the error in Form1_Load. I can open form2 with a button, and the same code placed in Form2_Load runs fine. Code:...
View Article[RESOLVED] visual studio 2017 query dosnt show result although there is a...
code Code: Dim SqlQuery As String = "Select EventID,StartDateTime,EndDateTime,CustomPropertiesXMLData,SmsSent,CustomerName,Remarks,GoogleID,sName,IsPrivate,HairName,HairUserName,...
View Article[RESOLVED] How to convert total minutes to time format?
Hi friends, I want to make a simple app which receives the total minutes through a text box as an input, and then after clicking the calculate button, the answer is written as a label object in the...
View ArticleVS 2017 Value of type string cannot be converted and property is readonly
Already asked this question in stackoverflow and bitcoin stackexchange forums but nothing helpful. So the problem is that I want to use few values entered by user at run time in textboxes but I cannot...
View ArticleVS 2019 Georeferencing maps
Hello Fellow Members, Please I work in a company where land/site plans are used. These plans have coordinates on them. I want these coordinates to be entered which Google will take you to the exact...
View Article