I receive an error stating that the equal sign cannot be recognized. I always test my code in Access to make sure it works. Does anyone know why this is happening?
Code:
SELECT SUM(
II
I receive an error stating that the equal sign cannot be recognized. I always test my code in Access to make sure it works. Does anyone know why this is happening?
Code:
SELECT SUM(
II
Update: I may confuse memory usage issues with UI sharing the same thread and processing (as pointed out by MusiGenesis below). But regarding memory usage, I still can’t find VB .net specific synta
I am trying to create a word document from a template via JACOB/JAVA. I can’t seem to find any decent document on JACOB. Can someone explain how Dispatch works (.get | .put | .toDispatch)? I want t
I have a report that calculates certain events in my project… I want to insert a chart into this report, but when I compile it it doesn’t show up….
It shows images like un appernce: (
Dim docu As New XmlDocument()
docu.load(“C:igfile.xml”)
Dim tempNode As XmlNode
tempNode = docu.SelectSingleNode(“/header/type”)
someArray(someIndex) = tempNode.innerText
…do something more…
I have a VB5 (non.net) project and I want to upgrade to a c# project. Does anyone have any suggestions on methods or free tools that can help me solve this problem. < p>
Thank you
Brad<
I have a 32-bit in-process STA VB6 DLL. I regret that there is nothing I can do about it. My C# components greatly benefit from 64-bit. Anyway I call/interface from my 64-bit process This 32-bit dl
In the process of converting VB6 code to VB.NET, I need to replace the following codes, which are designed to close all open forms remaining in the application. p>
‘close all sub forms
For
I have an application that has a bunch of values in its app.exe.config file. The application is used by a small number of users and the settings will be changed periodically. So I have to change
I talked to a person about linq on a visual basis. He showed the linq expression in vb, but I can’t be sure whether it’s managed or non-managed (vb6) because I never Have used any of them.
Do